Age | Commit message (Expand) | Author | Files | Lines |
2014-12-18 | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 27 | -27/+0 |
2014-12-13 | PM / Kconfig: Replace PM_RUNTIME with PM in dependencies | Rafael J. Wysocki | 1 | -1/+1 |
2014-12-11 | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 5 | -13/+62 |
2014-12-08 | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2 | -14/+7 |
2014-12-08 | Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus | James Bottomley | 2 | -13/+6 |
2014-12-08 | Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linus | James Bottomley | 1 | -3/+3 |
2014-12-04 | ahci: disable MSI on SAMSUNG 0xa800 SSD | Tejun Heo | 1 | -0/+1 |
2014-12-04 | libata: Remove FIXME comment in atapi_request_sense() | Nicholas Krause | 1 | -1/+0 |
2014-12-02 | sata_fsl: fix error handling of irq_of_parse_and_map | Dmitry Torokhov | 1 | -1/+1 |
2014-12-02 | AHCI: Add DeviceIDs for Sunrise Point-LP SATA controller | Devin Ryles | 1 | -0/+3 |
2014-11-24 | scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 | Hannes Reinecke | 1 | -1/+1 |
2014-11-24 | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 2 | -13/+6 |
2014-11-14 | ahci_sunxi: Make AHCI_HFLAG_NO_PMP flag configurable with a module option | Hans de Goede | 1 | -1/+15 |
2014-11-12 | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 1 | -2/+2 |
2014-11-05 | libata-scsi: Update SATL for ZAC drives | Hannes Reinecke | 1 | -1/+24 |
2014-11-05 | libata: Implement ATA_DEV_ZAC | Hannes Reinecke | 4 | -10/+23 |
2014-11-04 | ahci: fix AHCI parameters not taken into account | Antoine Tenart | 1 | -6/+3 |
2014-10-27 | ata: sata_rcar: Add r8a7793 device support | Koji Matsuoka | 1 | -0/+5 |
2014-10-27 | ahci: Add Device IDs for Intel Sunrise Point PCH | James Ralston | 1 | -0/+5 |
2014-10-27 | ahci: disable MSI instead of NCQ on Samsung pci-e SSDs on macbooks | Tejun Heo | 1 | -3/+11 |
2014-10-27 | Revert "AHCI: Optimize single IRQ interrupt processing" | Tejun Heo | 1 | -61/+13 |
2014-10-27 | Revert "AHCI: Do not acquire ata_host::lock from single IRQ handler" | Tejun Heo | 1 | -0/+4 |
2014-10-27 | ata: sata_rcar: Disable DIPM mode for r8a7790 ES1 | Simon Horman | 1 | -0/+10 |
2014-10-20 | ata: drop owner assignment from platform_drivers | Wolfram Sang | 27 | -27/+0 |
2014-10-18 | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -3/+2 |
2014-10-15 | pata_arasan_cf: use dmaengine_terminate_all() API | Vinod Koul | 1 | -3/+2 |
2014-10-10 | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 14 | -264/+200 |
2014-10-08 | Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2014-10-07 | pata_serverworks: disable 64-KB DMA transfers on Broadcom OSB4 IDE Controller | Scott Carter | 1 | -2/+11 |
2014-10-07 | libata: Un-break ATA blacklist | George Spelvin | 1 | -2/+2 |
2014-10-06 | AHCI: Do not acquire ata_host::lock from single IRQ handler | Alexander Gordeev | 1 | -4/+0 |
2014-10-06 | AHCI: Optimize single IRQ interrupt processing | Alexander Gordeev | 1 | -13/+61 |
2014-10-06 | AHCI: Do not read HOST_IRQ_STAT reg in multi-MSI mode | Alexander Gordeev | 2 | -60/+9 |
2014-10-06 | AHCI: Make few function names more descriptive | Alexander Gordeev | 1 | -8/+8 |
2014-10-06 | AHCI: Move host activation code into ahci_host_activate() | Alexander Gordeev | 6 | -38/+39 |
2014-10-06 | AHCI: Move ahci_host_activate() function to libahci.c | Alexander Gordeev | 2 | -60/+61 |
2014-10-06 | AHCI: Pass SCSI host template as arg to ahci_host_activate() | Alexander Gordeev | 2 | -6/+7 |
2014-10-04 | ata: pata_imx: Use the SIMPLE_DEV_PM_OPS() macro | Fabio Estevam | 1 | -7/+2 |
2014-09-28 | AHCI: Cleanup checking of multiple MSIs/SLM modes | Alexander Gordeev | 2 | -12/+8 |
2014-09-28 | libata-sff: Fix controllers with no ctl port | Ondrej Zary | 1 | -11/+9 |
2014-09-23 | Merge tag 'mvebu-fixes-3.17' of git://git.infradead.org/linux-mvebu into next... | Olof Johansson | 1 | -1/+1 |
2014-09-23 | ahci_xgene: Fix the error print invalid resource for APM X-Gene SoC AHCI SATA... | Suman Tripathi | 1 | -2/+8 |
2014-09-23 | libata: change ata_<foo>_printk routines to return void | Joe Perches | 1 | -22/+13 |
2014-09-23 | ahci-platform: Bump max number of clocks to 5 | Kumar Gala | 1 | -1/+1 |
2014-09-09 | ata: Remove ARCH_KIRKWOOD dependency | Andrew Lunn | 1 | -1/+1 |
2014-09-06 | ahci_xgene: Fix the link down in first attempt for the APM X-Gene SoC AHCI SA... | Suman Tripathi | 1 | -14/+34 |
2014-09-06 | ahci_xgene: Skip the PHY and clock initialization if already configured by th... | Suman Tripathi | 1 | -1/+14 |
2014-09-06 | ahci: add pcid for Marvel 0x9182 controller | Murali Karicheri | 1 | -0/+2 |
2014-09-01 | ata: Disabling the async PM for JMicron chip 363/361 | Chuansheng Liu | 2 | -0/+24 |