summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2008-06-04sunhme: Cleanup use of deprecated calls to save_and_cli and restore_flags.Mark Asselstine
2008-06-04Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller
2008-06-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds
2008-06-02Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds
2008-05-318250 Serial Driver: revert extra IRQ flag definition patchBryan Wu
2008-05-30[netdrvr] tulip: oops in tulip_interrupt when hibernating with swsusp/suspend2Grant Grundler
2008-05-30atl1: fix 4G memory corruption bugAlexey Dobriyan
2008-05-30ucc_geth_ethtool: Add a missing HW stats counterLi Yang
2008-05-30ucc_geth_ethtool: Fix typoJoakim Tjernlund
2008-05-30virtio: fix delayed xmit of packet and freeing of old packets.Rusty Russell
2008-05-30virtio: fix virtio_net xmit of freed skb bugRusty Russell
2008-05-30myri10ge: update driver versionBrice Goglin
2008-05-30sc92031: remove bogus unlikely()Cesar Eduardo Barros
2008-05-30[netdrvr] CS89X0: Add cleanup for dma after failWang Chen
2008-05-30[netdrvr] sfc: Report XAUI link down at default log levelBen Hutchings
2008-05-30Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2008-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds
2008-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2008-05-30drivers/watchdog/geodewdt.c: build fixIngo Molnar
2008-05-30PCI: fix rpadlpar pci hotplug driver sysfs usageBenjamin Herrenschmidt
2008-05-30ahci: change the Device IDs of nvidia MCP7B AHCI controller in ahci.cpeerchen
2008-05-30[libata] sata_fsl: Fix broken driver, add port multiplier (PMP) supportAshish Kalra
2008-05-30libata: SRST can't be trusted on PMP sil3726Tejun Heo
2008-05-30libata: fix libata-scsi kernel-doc notationRandy Dunlap
2008-05-30ata: Convert to static DEFINE_SPINLOCK(lock)Pradeep Singh Rautela
2008-05-30ata_piix: fix macbook ich8m problemsTejun Heo
2008-05-30sata_mv: implement SoC guideline SATA_S11Mark Lord
2008-05-30sata_mv: workaround for 60x1 errata sata13Mark Lord
2008-05-30sata_mv: nuke unreleased GenIIe revisionsMark Lord
2008-05-30sata_mv: PHY_MODEx errata fixesMark Lord
2008-05-30sata_mv: move SOC_FLAG to hprivMark Lord
2008-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-05-30Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds
2008-05-30acpi: fix sparse const errorsHarvey Harrison
2008-05-30Input: gtco - fix double kfree in error handling pathDmitry Torokhov
2008-05-30[S390] tape: fix race with stack local wait_queue_head_t.Martin Schwidefsky
2008-05-30[S390] 3270: fix race with stack local wait_queue_head_t.Martin Schwidefsky
2008-05-30[S390] dasd: use a generic wait_queue for sleep_onStefan Haberland
2008-05-30[S390] sclp_vt220: fix scheduling while atomic bug.Heiko Carstens
2008-05-30[S390] Fix section mismatch warnings.Heiko Carstens
2008-05-30[S390] tape: Fix race condition in tape block device driverMichael Holzheu
2008-05-30virtio: force callback on empty.Rusty Russell
2008-05-30virtio_net: another race with virtio_net and enable_cbChristian Borntraeger
2008-05-30virtio: An entropy device, as suggested by hpa.Rusty Russell
2008-05-30virtio_blk: allow read-only disksChristian Borntraeger
2008-05-30virtio: set device index in common code.Rusty Russell
2008-05-30virtio: virtio_pci should not set bus_id.Rusty Russell
2008-05-30virtio: bus_id for devices should contain 'virtio'Rusty Russell
2008-05-30Fix crash in virtio_blk during modprobe ; rmmod ; modprobeChris Lalancette