aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-05iommu sg merging: PCI: add device_dma_parameters supportFUJITA Tomonori2-0/+11
2008-02-05serial: MPSC: set baudrate when BRG divider is set.Mark A. Greer1-0/+1
2008-02-05serial: Coding styleAlan Cox2-5/+7
2008-02-05serial: speed setup failure reportingAlan Cox1-2/+3
2008-02-05serial: avoid stalling suspend if serial port won't drainRussell King1-1/+7
2008-02-05serial: avoid waking up closed serial ports on resumeRussell King1-2/+2
2008-02-058250.c: support specifying DW APB UARTs in device platform_dataWill Newton1-19/+21
2008-02-05serial: add ADDI-DATA GmbH Communication cardsin8250_pci.c and pci_ids.hKrauth.Julien1-0/+133
2008-02-05drivers/serial/s3c2410.c: remove dead config symbolsJiri Olsa1-1/+1
2008-02-05serial: keep the DTR setting for serial console.Yinghai Lu1-1/+2
2008-02-05drivers/pcmcia: add missing pci_dev_getJulia Lawall1-1/+3
2008-02-05drivers/pcmcia: Add missing iounmapJulia Lawall1-1/+5
2008-02-05at91_cf: use generic gpio callsDavid Brownell1-15/+47
2008-02-05pcmcia/pcnet_cs: fix 'shadow variable' warningRichard Knutsson1-13/+13
2008-02-05pcmcia/fmvj18x_cs: fix 'shadow variable' warningRichard Knutsson1-2/+1
2008-02-05pcmcia/axnet_cs: make use of 'max()' instead of handcrafted oneRichard Knutsson1-2/+2
2008-02-05pcmcia/axnet_cs: make functions staticRichard Knutsson1-2/+2
2008-02-05pcmcia/3c574_cs: fix 'shadow variable' warningRichard Knutsson1-1/+1
2008-02-05pcmcia: include bad CIS filename in error messageRandy Dunlap1-2/+3
2008-02-05pcmcia: stop updating dev->power.power_stateDavid Brownell1-4/+6
2008-02-05pcmcia: replace kio_addr_t with unsigned int everywhereOlof Johansson19-216/+223
2008-02-05pcmcia: convert some internal-only ioaddr_t to unsigned intOlof Johansson3-16/+17
2008-02-05drivers/net/wireless/b43/main.c needs io.hAndrew Morton1-0/+1
2008-02-04Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-132/+8
2008-02-04Merge branches 'at91', 'ixp', 'master', 'misc', 'pxa' and 'realview' into develRussell King2-3/+7
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds13-243/+1055
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds116-171/+166
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-7/+2
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin2-1/+3
2008-02-04ADB: Add missing #include <linux/platform_device.h>Geert Uytterhoeven1-0/+1
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds59-957/+1149
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds5-146/+77
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds11-863/+28
2008-02-04[ARM] 4660/3: at91: allow selecting UART for early kernel messagesGuennadi Liakhovetski2-129/+1
2008-02-04[ARM] 4810/1: - Fix 'section mismatch' building warningsKristoffer Ericson1-1/+1
2008-02-04[ARM] 21285 serial: fix build errorRussell King1-2/+6
2008-02-04virtio: balloon driverRusty Russell3-0/+295
2008-02-04virtio: Use PCI revision field to indicate virtio PCI ABI versionAnthony Liguori1-0/+6
2008-02-04virtio: PCI deviceAnthony Liguori3-0/+458
2008-02-04virtio_blk: implement naming for vda-vdz,vdaa-vdzz,vdaaa-vdzzzChristian Borntraeger1-7/+22
2008-02-04virtio_blk: Dont waste major numbersChristian Borntraeger1-12/+16
2008-02-04virtio_blk: provide getgeoChristian Borntraeger1-2/+13
2008-02-04virtio_net: parametrize the napi_weight for virtio receive queue.Dor Laor1-1/+4
2008-02-04virtio: free transmit skbs when notified, not on next xmit.Rusty Russell1-6/+19
2008-02-04virtio: flush buffers on openRusty Russell1-0/+7
2008-02-04virtnet: remove double ether_setupChristian Borntraeger1-1/+0
2008-02-04virtio: Allow virtio to be modular and used by modulesRusty Russell3-2/+14
2008-02-04virtio: Use the sg_phys convenience function.Rusty Russell1-4/+2
2008-02-04virtio: Put the virtio under the virtualization menuAnthony Liguori3-4/+4
2008-02-04virtio: handle interrupts after callbacks turned offRusty Russell1-0/+7