Age | Commit message (Expand) | Author | Files | Lines |
2015-04-13 | Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li... | Linus Torvalds | 31 | -815/+673 |
2015-04-08 | ata: remove deprecated use of pci api | Quentin Lambert | 22 | -63/+63 |
2015-04-01 | ahci: st: st_configure_oob must be called after IP is clocked. | Peter Griffin | 1 | -2/+4 |
2015-03-30 | sata_dwc_460ex: indent an if statement | Dan Carpenter | 1 | -1/+1 |
2015-03-27 | libata: Blacklist queued TRIM on Samsung SSD 850 Pro | Martin K. Petersen | 1 | -0/+2 |
2015-03-27 | libata: Update Crucial/Micron blacklist | Martin K. Petersen | 1 | -2/+11 |
2015-03-27 | libata: Add tracepoints | Hannes Reinecke | 4 | -3/+163 |
2015-03-27 | libata-eh: Set 'information' field for autosense | Hannes Reinecke | 4 | -3/+21 |
2015-03-27 | libata: Implement support for sense data reporting | Hannes Reinecke | 2 | -4/+102 |
2015-03-27 | libata: Implement NCQ autosense | Hannes Reinecke | 3 | -2/+26 |
2015-03-27 | libata: use status bit definitions in ata_dump_status() | Hannes Reinecke | 1 | -14/+15 |
2015-03-27 | ide,ata: Rename ATA_IDX to ATA_SENSE | Hannes Reinecke | 1 | -1/+1 |
2015-03-27 | libata: whitespace fixes in ata_to_sense_error() | Hannes Reinecke | 1 | -21/+40 |
2015-03-27 | libata: whitespace cleanup in ata_get_cmd_descript() | Hannes Reinecke | 1 | -25/+25 |
2015-03-27 | libata: use READ_LOG_DMA_EXT | Hannes Reinecke | 1 | -2/+7 |
2015-03-24 | libata: remove ATA_FLAG_LOWTAG | Tejun Heo | 2 | -5/+2 |
2015-03-24 | sata_dwc_460ex: re-use hsdev->dev instead of dwc_dev | Andy Shevchenko | 1 | -12/+11 |
2015-03-24 | sata_dwc_460ex: move to generic DMA driver | Andy Shevchenko | 1 | -614/+122 |
2015-03-24 | sata_dwc_460ex: join messages back | Andy Shevchenko | 1 | -49/+54 |
2015-03-19 | sata: xgene: add ACPI support for APM X-Gene SATA ports | Feng Kan | 1 | -0/+10 |
2015-03-19 | ata: sata_mv: add proper definitions for LP_PHY_CTL register values | Thomas Petazzoni | 1 | -4/+16 |
2015-03-19 | ata: Add a new flag to destinguish sas controller | Shaohua Li | 1 | -2/+2 |
2015-03-02 | sata-fsl: Apply link speed limits | Martin Hicks | 1 | -0/+2 |
2015-02-12 | Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 4 | -54/+54 |
2015-02-11 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -11/+9 |
2015-02-10 | sata_dwc_460ex: disable COMPILE_TEST again | Linus Torvalds | 1 | -1/+1 |
2015-02-09 | Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Tejun Heo | 8 | -13/+54 |
2015-02-03 | ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_SMART PIO mode c... | Suman Tripathi | 1 | -1/+2 |
2015-02-03 | ata: libahci: Use of_platform_device_create only if supported | Guenter Roeck | 1 | -1/+3 |
2015-02-03 | sata_mv: Delete unnecessary checks before the function call "phy_power_off" | Markus Elfring | 1 | -4/+2 |
2015-02-03 | ata: Delete unnecessary checks before the function call "pci_dev_put" | Markus Elfring | 1 | -4/+2 |
2015-01-28 | ata: pata_platform: fix owner module reference mismatch for scsi host | Akinobu Mita | 2 | -5/+13 |
2015-01-28 | ata: ahci_platform: fix owner module reference mismatch for scsi host | Akinobu Mita | 10 | -22/+80 |
2015-01-27 | pata_pdc2027x: Use 64-bit timekeeping | Tina Ruchandani | 1 | -5/+5 |
2015-01-26 | libata: make sata_sil24 use fifo tag allocator | Shaohua Li | 1 | -0/+1 |
2015-01-24 | libata: move sas ata tag allocation to libata-scsi.c | Shaohua Li | 3 | -77/+46 |
2015-01-23 | libata: use blk taging | Shaohua Li | 3 | -15/+45 |
2015-01-21 | ata: libahci: Fix devres cleanup on failure | Thierry Reding | 1 | -1/+2 |
2015-01-20 | libata: fixup oops in ata_eh_link_report() | Hannes Reinecke | 1 | -2/+3 |
2015-01-19 | libata: prevent HSM state change race between ISR and PIO | David Jeffery | 1 | -0/+12 |
2015-01-19 | ata: libahci: Allow using multiple regulators | Gregory CLEMENT | 3 | -75/+171 |
2015-01-19 | ata: libahci: Clean-up the ahci_platform_en/disable_phys functions | Gregory CLEMENT | 1 | -6/+0 |
2015-01-19 | libata: allow sata_sil24 to opt-out of tag ordered submission | Dan Williams | 2 | -2/+5 |
2015-01-19 | sata_rcar: extend PM methods | Mikhail Ulyanov | 1 | -2/+23 |
2015-01-13 | ata: pata_at91: depend on !ARCH_MULTIPLATFORM | Alexandre Belloni | 1 | -0/+1 |
2015-01-13 | ahci: Remove Device ID for Intel Sunrise Point PCH | James Ralston | 1 | -1/+0 |
2015-01-12 | sata_dwc_460ex: disable compilation on ARM and ARM64 | Andy Shevchenko | 1 | -1/+1 |
2015-01-11 | ata: libata-core: Remove unused function | Rickard Strandqvist | 2 | -28/+0 |
2015-01-09 | ahci: Use dev_info() to inform about the lack of Device Sleep support | Gabriele Mazzotta | 1 | -1/+1 |
2015-01-09 | libata: use __scsi_format_command() | Hannes Reinecke | 1 | -10/+7 |