| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 1 | -0/+1 |
|\ |
|
| * | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2010-10-21 | 5 | -499/+47 |
|\ \ |
|
| * | | pcmcia: remove obsolete and wrong comments | Dominik Brodowski | 2010-09-29 | 5 | -309/+0 |
| * | | pcmcia: avoid messages on module (un)loading | Dominik Brodowski | 2010-09-29 | 1 | -1/+1 |
| * | | pcmcia: move driver name to struct pcmcia_driver | Dominik Brodowski | 2010-09-29 | 5 | -15/+5 |
| * | | pcmcia: remove the "Finally, report what we've done" message | Dominik Brodowski | 2010-09-29 | 4 | -35/+0 |
| * | | pcmcia: use autoconfiguration feature for ioports and iomem | Dominik Brodowski | 2010-09-29 | 5 | -86/+30 |
| * | | pcmcia: introduce autoconfiguration feature | Dominik Brodowski | 2010-09-29 | 5 | -26/+3 |
| * | | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device | Dominik Brodowski | 2010-09-29 | 5 | -25/+13 |
| * | | pcmcia: move config_{base,index,regs} to struct pcmcia_device | Dominik Brodowski | 2010-09-29 | 5 | -7/+7 |
| * | | pcmcia: simplify IntType | Dominik Brodowski | 2010-09-29 | 5 | -5/+0 |
| * | | pcmcia: simplify Status, ExtStatus register access | Dominik Brodowski | 2010-09-29 | 1 | -3/+1 |
| * | | pcmcia: move Vpp setup to struct pcmcia_device | Dominik Brodowski | 2010-09-29 | 1 | -4/+4 |
| |/ |
|
* | | Merge branch 'linus' into irq/core | Ingo Molnar | 2010-10-20 | 1 | -4/+14 |
|\ \ |
|
| * | | isdn: strcpy() => strlcpy() | Dan Carpenter | 2010-10-08 | 1 | -4/+14 |
| |/ |
|
* | | isdn: hisax: Replace the bogus access to irq stats | Thomas Gleixner | 2010-10-12 | 2 | -4/+15 |
* | | isdn: Free irq_data namespace | Thomas Gleixner | 2010-10-04 | 1 | -3/+3 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-08-23 | 1 | -1/+2 |
|\ |
|
| * | isdn/avm: fix build when PCMCIA is not enabled | Randy Dunlap | 2010-08-22 | 1 | -1/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-08-13 | 3 | -1/+6 |
|\ \
| |/ |
|
| * | isdn: mISDN: call pci_disable_device() if pci_probe() failed | Kulikov Vasiliy | 2010-08-10 | 1 | -1/+4 |
| * | isdn: avm: call pci_disable_device() if pci_probe() failed | Kulikov Vasiliy | 2010-08-10 | 1 | -0/+1 |
| * | isdn: avm: call pci_disable_device() if pci_probe() failed | Kulikov Vasiliy | 2010-08-10 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-08-09 | 3 | -7/+10 |
|\ \
| |/ |
|
| * | isdn: gigaset: use after free | Dan Carpenter | 2010-08-07 | 1 | -2/+4 |
| * | isdn: gigaset: add missing unlock | Dan Carpenter | 2010-08-07 | 1 | -0/+1 |
| * | isdn: fix information leak | Dan Carpenter | 2010-08-05 | 1 | -5/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2010-08-06 | 5 | -126/+73 |
|\ \
| |/
|/| |
|
| * | pcmcia: do not request windows if you don't need to | Dominik Brodowski | 2010-08-03 | 1 | -36/+1 |
| * | pcmcia: remove memreq_t | Dominik Brodowski | 2010-08-03 | 1 | -4/+3 |
| * | pcmcia: do not use io_req_t when calling pcmcia_request_io() | Dominik Brodowski | 2010-08-03 | 5 | -51/+42 |
| * | pcmcia: do not use io_req_t after call to pcmcia_request_io() | Dominik Brodowski | 2010-08-03 | 5 | -33/+30 |
| * | pcmcia: remove cs_types.h | Dominik Brodowski | 2010-07-30 | 5 | -5/+0 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-08-04 | 9 | -10/+10 |
|\ \ |
|
| * \ | Merge branch 'master' into for-next | Jiri Kosina | 2010-08-04 | 8 | -240/+383 |
| |\ \
| | |/ |
|
| * | | fix comment/printk typos concerning "already" | Uwe Kleine-König | 2010-07-11 | 9 | -10/+10 |
* | | | drivers: isdn: get rid of custom strtoul() | Andy Shevchenko | 2010-07-15 | 1 | -60/+20 |
* | | | drivers: isdn: remove custom strtoul() | Andy Shevchenko | 2010-07-15 | 1 | -28/+6 |
* | | | drivers: isdn: use kernel macros to convert hex digit | Andy Shevchenko | 2010-07-15 | 2 | -16/+4 |
* | | | isdn/hisax: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) | Peter Huewe | 2010-07-15 | 1 | -42/+42 |
* | | | mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) | Peter Huewe | 2010-07-15 | 1 | -6/+3 |
* | | | isdn/hardware/eicon: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID ... | Peter Huewe | 2010-07-15 | 1 | -35/+34 |
* | | | mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) | Peter Huewe | 2010-07-15 | 1 | -25/+14 |
* | | | isdn/hardware/mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID ... | Peter Huewe | 2010-07-15 | 1 | -46/+46 |
* | | | drivers/isdn: Remove unnecessary casts of private_data | Joe Perches | 2010-07-12 | 3 | -5/+5 |
* | | | isdn: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 2010-07-12 | 9 | -46/+48 |
* | | | isdn: fix strlen() usage | Dan Carpenter | 2010-07-12 | 1 | -3/+4 |
* | | | isdn/gigaset: remove EXPERIMENTAL tag from GIGASET_CAPI | Tilman Schmidt | 2010-07-07 | 1 | -2/+2 |
* | | | isdn/gigaset: fix leaks in error path | Tilman Schmidt | 2010-07-07 | 1 | -0/+2 |