Age | Commit message (Expand) | Author | Files | Lines |
2007-10-16 | Add support for Wacom WACF007 and WACF008 to serial pnp driver | Maik Broemme | 1 | -0/+2 |
2007-10-16 | serial_txx9: Use UPF_FIXED_PORT | Atsushi Nemoto | 1 | -21/+5 |
2007-10-16 | wake up from a serial port | Guennadi Liakhovetski | 1 | -1/+39 |
2007-10-16 | 8250_pci: Autodetect mainpine cards | Alan Cox | 1 | -0/+120 |
2007-10-16 | serial_txx9: cleanup includes | Atsushi Nemoto | 1 | -4/+0 |
2007-10-16 | pcmcia: use DMA_MASK_NONE for the default for all pcmcia devices | James Bottomley | 1 | -0/+4 |
2007-10-16 | Add support for PCMCIA card Sierra WIreless AC850 | Eric Leblond | 1 | -0/+1 |
2007-10-16 | pcmcia: cistpl: use get_unaligned() in CIS parsing | Daniel Ritz | 1 | -20/+28 |
2007-10-16 | move a few definitions to au1000_xxs1500.c | Yoichi Yuasa | 1 | -1/+4 |
2007-10-16 | pxa2xx PCMCIA timing issue on iPAQ H5550 | Milan Plzik | 1 | -1/+1 |
2007-10-16 | Use menuconfig objects: PCMCIA | Jan Engelhardt | 1 | -5/+1 |
2007-10-16 | docbook: fix usb content | Randy Dunlap | 1 | -1/+5 |
2007-10-16 | docbook: fix libata content | Randy Dunlap | 1 | -1/+1 |
2007-10-16 | docbook: fix kernel-api content | Randy Dunlap | 1 | -7/+3 |
2007-10-16 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 20 | -287/+651 |
2007-10-16 | [libata] pata_cs5536: new API build fix | Jeff Garzik | 1 | -2/+0 |
2007-10-16 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 5 | -87/+108 |
2007-10-16 | Map volume and brightness events on thinkpads | Jeremy Katz | 1 | -8/+8 |
2007-10-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 35 | -2143/+3644 |
2007-10-16 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 9 | -21/+1298 |
2007-10-16 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 32 | -222/+1787 |
2007-10-16 | xen-netfront: rearrange netfront structure to separate tx and rx | Jeremy Fitzhardinge | 1 | -18/+17 |
2007-10-16 | Atari keyboard: incorporate additional review comments | Geert Uytterhoeven | 1 | -3/+4 |
2007-10-15 | netdev: convert non-obvious instances to use ARRAY_SIZE() | Alejandro Martinez Ruiz | 6 | -11/+11 |
2007-10-15 | [NETNS]: Don't panic on creating the namespace's loopback | Pavel Emelyanov | 1 | -6/+5 |
2007-10-15 | Reinstate lost flush_ioremap_region() fix to pxa2xx-flash driver | Linus Torvalds | 1 | -2/+2 |
2007-10-15 | [ISDN]: Fix compile with CONFIG_ISDN_X25 disabled. | Denis V. Lunev | 1 | -1/+1 |
2007-10-15 | [libata] pata_pcmcia: Add additional id string (corsair, 1GB) | Kristoffer Ericson | 1 | -0/+2 |
2007-10-15 | scsi/gdth: fix crash in gdth_timeout if no gdth controllers found | Linus Torvalds | 1 | -0/+4 |
2007-10-15 | libata: prevent devices with blank model names from being DMA blacklisted | Andrew Paprocki | 1 | -1/+7 |
2007-10-15 | ata_piix: SATA 2port controller port map fix | Jason Gaston | 1 | -5/+30 |
2007-10-15 | pata_cs5536: ATA driver for Geode companion chip | Martin K. Petersen | 3 | -0/+356 |
2007-10-15 | [TG3]: Fix performance regression on 5705. | Michael Chan | 1 | -2/+8 |
2007-10-15 | [ISDN]: Remove local copy of device name to make sure renames work. | Karsten Keil | 2 | -68/+85 |
2007-10-15 | [NIU]: getting rid of __ucmpdi2 in niu.o | Al Viro | 1 | -8/+7 |
2007-10-15 | [NIU]: Fix write past end of array in niu_pci_probe_sprom(). | David S. Miller | 1 | -2/+2 |
2007-10-15 | libata: add ST9160821AS / 3.CCD to NCQ blacklist | Tejun Heo | 1 | -0/+1 |
2007-10-15 | libata: fix revalidation issuing after configuration commands | Tejun Heo | 1 | -2/+3 |
2007-10-15 | [libata] sata_nv: add SW NCQ support for MCP51/MCP55/MCP61 | Kuan Luo | 1 | -9/+842 |
2007-10-15 | [libata] pata_sil680: Add MMIO support | Benjamin Herrenschmidt | 1 | -4/+57 |
2007-10-15 | ucc_geth: Fix build break introduced by commit 09f75cd7bf13720738e6a196cc0107... | Emil Medve | 1 | -1/+4 |
2007-10-15 | gianfar: Fix regression caused by new napi interface | Li Yang | 1 | -0/+10 |
2007-10-15 | gianfar: Cleanup compile warning caused by 0795af57 | Li Yang | 1 | -1/+0 |
2007-10-15 | gianfar: Fix compile regression caused by bea3348e | Li Yang | 1 | -0/+3 |
2007-10-15 | add new prom.h for AU1x00 | Yoichi Yuasa | 1 | -5/+5 |
2007-10-15 | update AU1000 get_ethernet_addr() | Yoichi Yuasa | 1 | -16/+4 |
2007-10-15 | MIPSsim: General cleanup | Ralf Baechle | 2 | -71/+75 |
2007-10-15 | Jazzsonic: Fix warning about unused variable. | Ralf Baechle | 1 | -1/+0 |
2007-10-15 | Use dcr_host_t.base in dcr_unmap() | Michael Ellerman | 1 | -1/+1 |
2007-10-15 | Add dcr_host_t.base in dcr_read()/dcr_write() | Michael Ellerman | 2 | -4/+4 |