summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ahci_platform: properly set up EM messagingJeff Garzik2010-05-141-1/+1
* ahci: add "em_buffer" attribute for AHCI hostsHarry Zhang2010-05-142-3/+111
* ahci: EM message type auto detectHarry Zhang2010-05-143-20/+28
* pata_scc: kill useless check in scc_postreset()Sergei Shtylyov2010-05-141-2/+1
* pata_scc: make scc_wait_after_reset() staticSergei Shtylyov2010-05-141-2/+2
* libata: use __ratelimitAkinobu Mita2010-05-141-16/+3
* libata: use longer 0xff wait if parallel scan is enabledTejun Heo2010-05-142-11/+18
* libata-sff: kill unused ata_bus_reset()Sergei Shtylyov2010-05-143-99/+2
* [libata] Disable R_OK (Early ACK) on SII 3726 PMPGrant Grundler2010-05-141-3/+29
* libata: update gfp/slab.h includesTejun Heo2010-05-142-0/+2
* ahci: implement AHCI_HFLAG_NO_FPDMA_AA and update NV quirksTejun Heo2010-05-142-10/+29
* pata_mpc52xx: reduce code size by simple change of constant data typesRoman Fietze2010-05-141-39/+39
* ahci: clean up board IDsTejun Heo2010-05-141-120/+117
* ahci: Turn off DMA engines when there's no device attachedMatthew Garrett2010-05-141-0/+18
* ahci: Add platform driverAnton Vorontsov2010-05-144-0/+229
* ahci: Move generic code into libahciAnton Vorontsov2010-05-144-2280/+2425
* ahci: Introduce ahci_set_em_messages()Anton Vorontsov2010-05-141-17/+24
* ahci: Factor out PCI specifics from ahci_print_info()Anton Vorontsov2010-05-141-17/+23
* ahci: Factor out PCI specifics from ahci_init_controller()Anton Vorontsov2010-05-141-18/+27
* ahci: Get rid of pci_dev argument in ahci_port_init()Anton Vorontsov2010-05-141-4/+3
* ahci: Factor out PCI specifics from ahci_reset_controller()Anton Vorontsov2010-05-141-3/+12
* ahci: Get rid of pci_dev argument in ahci_save_initial_config()Anton Vorontsov2010-05-141-14/+13
* ahci: Factor out PCI specifics from ahci_save_initial_config()Anton Vorontsov2010-05-141-24/+42
* ahci: Get rid of host->iomap usageAnton Vorontsov2010-05-141-14/+20
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-05-142-8/+10
|\
| * inotify: don't leak user struct on inotify releasePavel Emelyanov2010-05-141-0/+2
| * inotify: race use after free/double free in inotify inode marksEric Paris2010-05-141-3/+6
| * inotify: clean up the inotify_add_watch out pathEric Paris2010-05-141-5/+2
| * Inotify: undefined reference to `anon_inode_getfd'Russell King2010-05-121-0/+1
* | Merge branch 'davinci-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-05-141-1/+1
|\ \
| * | DA830: fix USB 2.0 clock entrySergei Shtylyov2010-05-141-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-141-1/+6
|\ \ \
| * \ \ Merge branch 'net-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/v...David S. Miller2010-05-141-1/+6
| |\ \ \ | | |_|/ | |/| |
| | * | vhost: fix barrier pairingMichael S. Tsirkin2010-05-121-1/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2010-05-141-1/+1
|\ \ \ \
| * | | | mmap_min_addr check CAP_SYS_RAWIO only for writeKees Cook2010-05-141-1/+1
* | | | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2010-05-148-20/+89
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | microblaze: Fix module loading on system with WB cacheMichal Simek2010-05-141-0/+2
| * | | | microblaze: export assembly functions used by modulesMichal Simek2010-05-133-0/+3
| * | | | microblaze: Remove powerpc code from Microblaze portMichal Simek2010-05-131-1/+1
| * | | | microblaze: Remove compilation warnings in cache macroMichal Simek2010-05-131-1/+2
| * | | | microblaze: export assembly functions used by modulesSteven J. Magnani2010-05-131-0/+10
| * | | | microblaze: fix get_user/put_user side-effectsSteven J. Magnani2010-05-131-18/+69
| * | | | microblaze: re-enable interrupts before calling scheduleSteven J. Magnani2010-05-131-0/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds2010-05-132-0/+7
|\ \ \ \ \
| * | | | | mfd: Clean up after WM83xx AUXADC interrupt if it arrives lateMark Brown2010-05-132-0/+7
| |/ / / /
* | | | | Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-05-136-23/+26
|\ \ \ \ \
| * | | | | KVM: PPC: Keep index within boundaries in kvmppc_44x_emul_tlbwe()Roel Kluin2010-05-131-1/+1
| * | | | | KVM: VMX: blocked-by-sti must not defer NMI injectionsJan Kiszka2010-05-131-2/+1
| * | | | | KVM: x86: Call vcpu_load and vcpu_put in cpuid_updateDongxiao Xu2010-05-131-0/+4
OpenPOWER on IntegriCloud