summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mvsdio: fix handling of partial word at the end of PIO transferNicolas Pitre2009-07-201-2/+2
* tty: fix chars_in_buffersAlan Cox2009-07-207-10/+10
* specialix.c: convert nested spin_lock_irqsave to spin_lockJulia Lawall2009-07-201-12/+12
* vc: create vcs(a) devices for consolesKay Sievers2009-07-201-0/+4
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-07-183-2/+5
|\
| * [ARM] 5606/1: Fix ep93xx watchdog driver headersRyan Mallon2009-07-171-0/+1
| * Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2009-07-092-2/+4
| |\
| | * backlight: fix pwm_bl.c to notify platform code when suspendingMarc Zyngier2009-07-031-0/+2
| | * pxamci: correct DMA flow controlMatt Reimer2009-07-031-2/+2
* | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-07-176-12/+25
|\ \ \
| * | | drm: Move a dereference below a NULL testJulia Lawall2009-07-151-1/+2
| * | | fb/intelfb: conflict with DRM_I915 and hide by defaultJesse Barnes2009-07-151-1/+2
| * | | drm/ttm: fix misplaced parenthesesRoel Kluin2009-07-151-2/+2
| * | | drm/via: Fix vblank IRQ on VIA hardware.Simon Farnsworth2009-07-151-1/+5
| * | | drm: drm_gem, check kzalloc retvalJiri Slaby2009-07-151-7/+10
| * | | drm: drm_debugfs, check kmalloc retvalJiri Slaby2009-07-151-0/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-07-173-4/+5
|\ \ \ \
| * | | | virtio-pci: correctly unregister root device on errorMark McLoughlin2009-07-171-1/+1
| * | | | virtio_blk: ioctl return value fixChristoph Hellwig2009-07-171-1/+1
| * | | | virtio_blk: don't bounce highmem requestsChristoph Hellwig2009-07-171-0/+3
| * | | | lguest: remove unnecessary forward struct declarationDavide Libenzi2009-07-171-2/+0
* | | | | tty_port: Fix return on interrupted useAlan Cox2009-07-171-1/+1
|/ / / /
* | | | n_tty: Fix echo raceAlan Cox2009-07-161-3/+0
* | | | tty: nozomi, fix tty refcounting bugJiri Slaby2009-07-161-4/+8
* | | | vt: drop bootmem/slab memory distinctionJohannes Weiner2009-07-161-9/+3
* | | | drivers/serial/bfin_sport_uart.c: remove wrong and unneeded memsetAndrew Morton2009-07-161-1/+0
* | | | serial: don't add msm_serial's probe function to the driver structUwe Kleine-König2009-07-161-1/+0
* | | | tty: fix close/hangup raceAlan Cox2009-07-161-10/+15
* | | | Revert "ppp: Fix throttling bugs"Linus Torvalds2009-07-162-0/+2
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-07-154-3/+25
|\ \ \ \ | |/ / / |/| | |
| * | | ahci: add device ID for 82801JI sata controllerMark Goodwin2009-07-141-0/+1
| * | | drivers/ata: Move a dereference below a NULL testJulia Lawall2009-07-141-1/+2
| * | | libata: implement and use HORKAGE_NOSETXFER, take#2Tejun Heo2009-07-141-2/+18
| * | | libata: fix follow-up SRST failure pathTejun Heo2009-07-141-0/+4
* | | | Merge branch 'i2c-for-2631-rc3' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds2009-07-144-13/+23
|\ \ \ \
| * | | | i2c: Use resource_sizeJulia Lawall2009-07-154-8/+8
| * | | | i2c-davinci: behave with i2cdetectDavid Brownell2009-07-151-4/+14
| * | | | i2c-davinci: convert clock usage after clkdev conversionKevin Hilman2009-07-151-1/+1
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-07-142-2/+9
|\ \ \ \
| * | | | mlx4_core: Add new ConnectX EN PCI ID 0x6764Yevgeny Petrilin2009-07-061-0/+1
| * | | | mlx4_core: Handle multi-physical function devicesYevgeny Petrilin2009-07-062-2/+8
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-07-1420-49/+75
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Revert "NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplin...David S. Miller2009-07-145-68/+44
| * | | | drivers/net: using spin_lock_irqsave() in net_send_packet()Dongdong Deng2009-07-142-5/+7
| * | | | NET: phy_device, fix lock imbalanceJiri Slaby2009-07-141-1/+3
| * | | | igb: gcc-3.4.6 fixEric Dumazet2009-07-131-40/+37
| * | | | atlx: duplicate testing of MCAST flagroel kluin2009-07-131-1/+1
| * | | | NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines.Ralf Baechle2009-07-125-44/+68
| * | | | netdev: restore MTU change operationBen Hutchings2009-07-1211-0/+11
| * | | | netdev: restore MAC address set and validate operationsBen Hutchings2009-07-1210-2/+16
OpenPOWER on IntegriCloud