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