summaryrefslogtreecommitdiff
path: root/drivers/ata
Commit message (Expand)AuthorAge
...
| * | libata: remove the done callback from ata_scsi_argsChristoph Hellwig2017-01-10
| * | libata: move struct ata_scsi_args to libata-scsi.cChristoph Hellwig2017-01-10
| * | libata: avoid global response buffer in atapi_qc_completeChristoph Hellwig2017-01-10
| * | libata-eh: Use switch() instead of sparse array for protocol stringsGeert Uytterhoeven2017-01-09
| * | ata: sata_mv: Convert to devm_ioremap_resource()Andy Shevchenko2017-01-09
| * | Merge branch 'for-4.10-fixes' into for-4.11Tejun Heo2017-01-09
| |\ \
| * | | ata: sata_mv: fix module license specificationUwe Kleine-König2017-01-06
| * | | ahci: imx: Add imx53 SATA temperature sensor supportCsaba Kertesz2017-01-06
| * | | ata: ahci_xgene: free structure returned by acpi_get_object_info()Michał Kępień2017-01-06
| * | | libata: Protect DMA core code by #ifdef CONFIG_HAS_DMAGeert Uytterhoeven2017-01-06
| * | | libata: Make ata_sg_clean() static againGeert Uytterhoeven2017-01-06
| * | | ata: AHCI and other non-SFF native drivers should depend on HAS_DMAGeert Uytterhoeven2017-01-06
| * | | ata: ATA_BMDMA should depend on HAS_DMAGeert Uytterhoeven2017-01-06
| * | | ata: SATA_HIGHBANK should depend on HAS_DMAGeert Uytterhoeven2017-01-06
| * | | ata: SATA_MV should depend on HAS_DMAGeert Uytterhoeven2017-01-06
| | |/ | |/|
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-21
|\ \ \
| * | | scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-06
| |/ /
* | | Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-17
|\ \ \ | |_|/ |/| |
| * | block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-31
| * | block: split scsi_request out of struct requestChristoph Hellwig2017-01-27
| |/
* | ata: sata_mv:- Handle return value of devm_ioremap.Arvind Yadav2017-01-06
* | libata: Fix ATA request senseDamien Le Moal2017-01-06
* | libata: apply MAX_SEC_1024 to all CX1-JB*-HP devicesTejun Heo2017-01-06
|/
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2016-12-13
|\
| * ata: avoid probing NCQ Prio Support if not explicitly requestedAdam Manzanares2016-12-13
* | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2016-12-13
|\ \ | |/
| * ahci: warn about remapped NVMe devicesChristoph Hellwig2016-12-05
| * pata: imx: support controller modes up to PIO4Vladimir Zapolskiy2016-11-09
| * pata: imx: add support of setting timings for PIO modesVladimir Zapolskiy2016-11-09
| * pata: imx: set controller PIO mode with .set_piomode callbackVladimir Zapolskiy2016-11-09
| * pata: imx: sort headers outVladimir Zapolskiy2016-11-09
| * ata: set ncq_prio_enabled iff device has supportAdam Manzanares2016-10-20
| * ata: ATA Command Priority Disabled By DefaultAdam Manzanares2016-10-19
| * ata: Enabling ATA Command PrioritiesAdam Manzanares2016-10-19
| * ahci: qoriq: added ls1046a platform supportTang Yuantian2016-10-19
* | Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-12
|\ \
| * \ Merge tag 'v4.9-rc4' into soundJonathan Corbet2016-11-18
| |\ \
| * | | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-24
| | |/ | |/|
* | | libata-scsi: disable SCT Write Same for the momentNicolai Stange2016-12-07
* | | ata: sata_mv: check for errors when parsing nr-ports from dtUwe Kleine-König2016-11-29
* | | ahci: always fall back to single-MSI modeChristoph Hellwig2016-11-21
* | | libata-scsi: Fixup ata_gen_passthru_sense()Hannes Reinecke2016-11-01
| |/ |/|
* | ahci: fix the single MSI-X case in ahci_init_oneChristoph Hellwig2016-10-25
* | ahci: fix nvec checkChristoph Hellwig2016-10-20
* | ahci: only try to use multi-MSI mode if there is more than 1 portChristoph Hellwig2016-10-19
|/
* ahci: qoriq: Revert "ahci: qoriq: Disable NCQ on ls2080a SoC"Tang Yuantian2016-09-30
* pata_at91: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERRHarman Kalra2016-09-22
* ata: Replace BUG() with BUG_ON().Harman Kalra2016-09-22
* ata: sata_mv: Replacing dma_pool_alloc and memset with a single call dma_pool...Harman Kalra2016-09-20
* libata: Some drives failing on SCT Write SameShaun Tancheff2016-09-09