summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-14pata_sch: use ata_pci_sff_init_one()Tejun Heo1-11/+1
2010-05-14pata_sil680: Do our own exec_command postingAlan Cox1-4/+26
2010-05-14libata: Remove excess delay in the tf_load pathAlan Cox2-5/+0
2010-05-14sata_nv: use ata_pci_sff_activate_host() instead of ata_host_activate()Tejun Heo1-2/+1
2010-05-14libata: don't flush dcache on slab pagesSebastian Andrzej Siewior1-1/+1
2010-05-14pata_cmd640: don't read CFR pointlesslySergei Shtylyov1-3/+0
2010-05-14libata: make sff_irq_on() method optionalSergei Shtylyov5-66/+20
2010-05-14libata: introduce sff_set_devctl() methodSergei Shtylyov5-59/+63
2010-05-14ahci_platform: properly set up EM messagingJeff Garzik1-1/+1
2010-05-14ahci: add "em_buffer" attribute for AHCI hostsHarry Zhang2-3/+111
2010-05-14ahci: EM message type auto detectHarry Zhang3-20/+28
2010-05-14pata_scc: kill useless check in scc_postreset()Sergei Shtylyov1-2/+1
2010-05-14pata_scc: make scc_wait_after_reset() staticSergei Shtylyov1-2/+2
2010-05-14libata: use __ratelimitAkinobu Mita1-16/+3
2010-05-14libata: use longer 0xff wait if parallel scan is enabledTejun Heo2-11/+18
2010-05-14libata-sff: kill unused ata_bus_reset()Sergei Shtylyov3-99/+2
2010-05-14[libata] Disable R_OK (Early ACK) on SII 3726 PMPGrant Grundler1-3/+29
2010-05-14libata: update gfp/slab.h includesTejun Heo2-0/+2
2010-05-14ahci: implement AHCI_HFLAG_NO_FPDMA_AA and update NV quirksTejun Heo2-10/+29
2010-05-14pata_mpc52xx: reduce code size by simple change of constant data typesRoman Fietze1-39/+39
2010-05-14ahci: clean up board IDsTejun Heo1-120/+117
2010-05-14ahci: Turn off DMA engines when there's no device attachedMatthew Garrett1-0/+18
2010-05-14ahci: Add platform driverAnton Vorontsov4-0/+229
2010-05-14ahci: Move generic code into libahciAnton Vorontsov4-2280/+2425
2010-05-14ahci: Introduce ahci_set_em_messages()Anton Vorontsov1-17/+24
2010-05-14ahci: Factor out PCI specifics from ahci_print_info()Anton Vorontsov1-17/+23
2010-05-14ahci: Factor out PCI specifics from ahci_init_controller()Anton Vorontsov1-18/+27
2010-05-14ahci: Get rid of pci_dev argument in ahci_port_init()Anton Vorontsov1-4/+3
2010-05-14ahci: Factor out PCI specifics from ahci_reset_controller()Anton Vorontsov1-3/+12
2010-05-14ahci: Get rid of pci_dev argument in ahci_save_initial_config()Anton Vorontsov1-14/+13
2010-05-14ahci: Factor out PCI specifics from ahci_save_initial_config()Anton Vorontsov1-24/+42
2010-05-14ahci: Get rid of host->iomap usageAnton Vorontsov1-14/+20
2010-05-14Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2-8/+10
2010-05-14Merge branch 'davinci-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2010-05-14DA830: fix USB 2.0 clock entrySergei Shtylyov1-1/+1
2010-05-14inotify: don't leak user struct on inotify releasePavel Emelyanov1-0/+2
2010-05-14inotify: race use after free/double free in inotify inode marksEric Paris1-3/+6
2010-05-14inotify: clean up the inotify_add_watch out pathEric Paris1-5/+2
2010-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+6
2010-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-1/+1
2010-05-14Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds8-20/+89
2010-05-14Merge branch 'net-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/v...David S. Miller1-1/+6
2010-05-14mmap_min_addr check CAP_SYS_RAWIO only for writeKees Cook1-1/+1
2010-05-14microblaze: Fix module loading on system with WB cacheMichal Simek1-0/+2
2010-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds2-0/+7
2010-05-13Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-23/+26
2010-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds3-2/+11
2010-05-13serial: imx.c: fix CTS trigger level lower to avoid lost charsValentin Longchamp1-1/+9
2010-05-13tty: Fix unbalanced BKL handling in error pathAlan Cox1-0/+1
2010-05-13serial: mpc52xx_uart: fix null pointer dereferenceAnatolij Gustschin1-1/+1