Age | Commit message (Expand) | Author | Files | Lines |
2006-12-13 | [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() | Robert P. J. Day | 2 | -2/+2 |
2006-12-08 | [PATCH] struct path: convert pcmcia | Josef Sipek | 1 | -3/+3 |
2006-12-08 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -1/+1 |
2006-12-07 | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 1 | -0/+1 |
2006-12-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 7 | -139/+224 |
2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 1 | -0/+2 |
2006-12-05 | [PATCH] pcmcia: at91_cf update | Andrew Victor | 1 | -32/+3 |
2006-12-05 | [PATCH] pcmcia: fix m32r_cfc.c compilation | Adrian Bunk | 1 | -1/+1 |
2006-12-05 | [PATCH] pcmcia: ds.c debug enhancements | Dominik Brodowski | 1 | -16/+81 |
2006-12-05 | [PATCH] pcmcia: at91_cf update | Andrew Victor | 1 | -14/+20 |
2006-12-05 | [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation | Dominik Brodowski | 1 | -0/+13 |
2006-12-05 | [PATCH] pcmcia: allow for four multifunction subdevices | Dominik Brodowski | 1 | -2/+2 |
2006-12-05 | [PATCH] pcmcia: handle __copy_from_user() return value in ioctl | Dominik Brodowski | 1 | -1/+6 |
2006-12-05 | [PATCH] pcmcia: multifunction card handling fixes | Dominik Brodowski | 1 | -66/+87 |
2006-12-05 | [PATCH] pcmcia: allow shared IRQs on pd6729 sockets | Komuro | 1 | -4/+4 |
2006-12-05 | [PATCH] pcmcia: start over after CIS override | Dominik Brodowski | 3 | -7/+11 |
2006-12-01 | [ARM] 3954/1: AT91: Update drivers for new headers | Andrew Victor | 1 | -1/+1 |
2006-11-26 | [PATCH] fix "pcmcia: fix 'rmmod pcmcia' with unbound devices" | Daniel Ritz | 1 | -0/+2 |
2006-11-22 | WorkStruct: make allyesconfig | David Howells | 1 | -3/+4 |
2006-11-20 | [PATCH] pcmcia: fix 'rmmod pcmcia' with unbound devices | Daniel Ritz | 1 | -0/+3 |
2006-10-30 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 3 | -14/+31 |
2006-10-29 | [ARM] Fix suspend oops caused by PXA2xx PCMCIA driver | Russell King | 3 | -14/+31 |
2006-10-26 | [PATCH] PCMCIA: fix __must_check warnings | Dominik Brodowski | 1 | -3/+10 |
2006-10-26 | [PATCH] PCMCIA: handle sysfs, PCI errors | Jeff Garzik | 2 | -6/+21 |
2006-10-26 | [PATCH] Export soc_common_drv_pcmcia_remove to allow modular PCMCIA. | Jonathan McDowell | 1 | -0/+1 |
2006-10-26 | [PATCH] ioremap balanced with iounmap for drivers/pcmcia | Amol Lad | 4 | -6/+22 |
2006-10-26 | [PATCH] pcmcia: au1000_generic fix | Om Narasimhan | 1 | -6/+9 |
2006-10-26 | [PATCH] i82092: wire up errors from pci_register_driver() | Alexey Dobriyan | 1 | -4/+1 |
2006-10-26 | [PATCH] CONFIG_PM=n slim: drivers/pcmcia/* | Alexey Dobriyan | 3 | -2/+12 |
2006-10-26 | [PATCH] pcmcia/ds: driver layer error checking | Randy Dunlap | 1 | -2/+14 |
2006-10-26 | [PATCH] pcmcia: update alloc_io_space for conflict checking for multifunction... | Kaustav Majumdar | 1 | -1/+1 |
2006-10-26 | [PATCH] pcmcia: at91_cf update | David Brownell | 1 | -18/+7 |
2006-10-10 | Merge branch 'irqclean-submit1' of master.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -5/+4 |
2006-10-07 | [PATCH] m32r pt_regs fixes | Al Viro | 1 | -1/+1 |
2006-10-06 | Various drivers' irq handlers: kill dead code, needless casts | Jeff Garzik | 2 | -5/+4 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 16 | -33/+31 |
2006-10-02 | pccard_store_cis: fix wrong error handling | Linus Torvalds | 1 | -15/+12 |
2006-10-01 | [PATCH] omap_cf works again (sync with linux-omap tree) | David Brownell | 1 | -11/+14 |
2006-10-01 | [PATCH] cardbus: switch to ref counting/hotplug safe API | Alan Cox | 1 | -1/+4 |
2006-08-01 | [PATCH] pcmcia: fix ioctl GET_CONFIGURATION_INFO for pcmcia_cards | Daniel Ritz | 1 | -4/+11 |
2006-08-01 | [PATCH] pcmcia: fix ioctl for GET_STATUS and GET_CONFIGURATION_INFO | Daniel Ritz | 1 | -12/+4 |
2006-07-11 | [PATCH] don't select CONFIG_HOTPLUG | Andrew Morton | 1 | -1/+1 |
2006-07-03 | Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -1/+1 |
2006-07-03 | [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants | Thomas Gleixner | 11 | -18/+18 |
2006-07-02 | [ARM] 3695/1: ARM drivers/pcmcia: Fixup includes | Thomas Gleixner | 1 | -1/+1 |
2006-07-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 11 | -11/+0 |
2006-07-01 | [PATCH] pcmcia: fix deadlock in pcmcia_parse_events | Arjan van de Ven | 1 | -2/+3 |
2006-07-01 | [PATCH] au1xxx: pcmcia: fix __init called from non-init | Domen Puncer | 1 | -1/+1 |
2006-07-01 | [PATCH] pcmcia: convert pcmcia_cs to kthread | Serge E. Hallyn | 1 | -11/+13 |
2006-07-01 | [PATCH] pcmcia: fix kernel-doc function name | Randy Dunlap | 1 | -1/+1 |