summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2009-09-01x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang
2009-07-21intel_txt: Force IOMMU on for Intel TXT launchJoseph Cihula
2009-07-21x86, intel_txt: Intel TXT Sx shutdown supportJoseph Cihula
2009-07-20mvsdio: fix handling of partial word at the end of PIO transferNicolas Pitre
2009-07-20tty: fix chars_in_buffersAlan Cox
2009-07-20specialix.c: convert nested spin_lock_irqsave to spin_lockJulia Lawall
2009-07-20vc: create vcs(a) devices for consolesKay Sievers
2009-07-18Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2009-07-17Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2009-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2009-07-17tty_port: Fix return on interrupted useAlan Cox
2009-07-17[ARM] 5606/1: Fix ep93xx watchdog driver headersRyan Mallon
2009-07-17virtio-pci: correctly unregister root device on errorMark McLoughlin
2009-07-17virtio_blk: ioctl return value fixChristoph Hellwig
2009-07-17virtio_blk: don't bounce highmem requestsChristoph Hellwig
2009-07-17lguest: remove unnecessary forward struct declarationDavide Libenzi
2009-07-16n_tty: Fix echo raceAlan Cox
2009-07-16tty: nozomi, fix tty refcounting bugJiri Slaby
2009-07-16vt: drop bootmem/slab memory distinctionJohannes Weiner
2009-07-16drivers/serial/bfin_sport_uart.c: remove wrong and unneeded memsetAndrew Morton
2009-07-16serial: don't add msm_serial's probe function to the driver structUwe Kleine-König
2009-07-16tty: fix close/hangup raceAlan Cox
2009-07-16Revert "ppp: Fix throttling bugs"Linus Torvalds
2009-07-15Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-07-15drm: Move a dereference below a NULL testJulia Lawall
2009-07-15fb/intelfb: conflict with DRM_I915 and hide by defaultJesse Barnes
2009-07-15drm/ttm: fix misplaced parenthesesRoel Kluin
2009-07-15drm/via: Fix vblank IRQ on VIA hardware.Simon Farnsworth
2009-07-15drm: drm_gem, check kzalloc retvalJiri Slaby
2009-07-15drm: drm_debugfs, check kmalloc retvalJiri Slaby
2009-07-14ahci: add device ID for 82801JI sata controllerMark Goodwin
2009-07-14drivers/ata: Move a dereference below a NULL testJulia Lawall
2009-07-14libata: implement and use HORKAGE_NOSETXFER, take#2Tejun Heo
2009-07-14libata: fix follow-up SRST failure pathTejun Heo
2009-07-14Merge branch 'i2c-for-2631-rc3' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds
2009-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2009-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-07-15i2c: Use resource_sizeJulia Lawall
2009-07-15i2c-davinci: behave with i2cdetectDavid Brownell
2009-07-15i2c-davinci: convert clock usage after clkdev conversionKevin Hilman
2009-07-14Revert "NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplin...David S. Miller
2009-07-14drivers/net: using spin_lock_irqsave() in net_send_packet()Dongdong Deng
2009-07-14NET: phy_device, fix lock imbalanceJiri Slaby
2009-07-13igb: gcc-3.4.6 fixEric Dumazet
2009-07-13atlx: duplicate testing of MCAST flagroel kluin
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2009-07-13Fix staging drivers after smp_lock.h reduxJean Delvare
2009-07-12NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines.Ralf Baechle