summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-182-0/+2
|\
| * Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-169-47/+98
| |\
| * | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-072-0/+2
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-152-2/+3
|\ \ \
| * | | scsi: libsas: dynamically allocate and free ata hostJason Yan2018-06-192-2/+3
| |/ /
* | | Merge tag 'sound-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-08-141-9/+1
|\ \ \
| * \ \ Merge branch 'asoc-4.19' into asoc-nextMark Brown2018-08-091-9/+1
| |\ \ \ | | |_|/ | |/| |
| | * | ata: pata_pxa: remove the dmaengine compat needRobert Jarzmik2018-06-181-9/+1
| | |/
* | | Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-059-47/+98
|\ \ \ | |/ /
| * | ata: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-07-021-2/+0
| * | ata: Fix ZBC_OUT all bit handlingDamien Le Moal2018-07-021-3/+8
| * | ata: Fix ZBC_OUT command block checkDamien Le Moal2018-07-021-6/+7
| * | ahci: Add Intel Ice Lake LP PCI IDMika Westerberg2018-07-021-0/+1
| * | ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOSHans de Goede2018-07-022-0/+62
| * | sata_nv: remove redundant pointers sdev0 and sdev1Colin Ian King2018-07-021-3/+0
| * | sata_fsl: remove dead code in tag retrievalJens Axboe2018-06-191-6/+0
| * | sata_fsl: convert to command iteratorJens Axboe2018-06-191-2/+1
| * | libata: convert eh to command iteratorsJens Axboe2018-06-191-25/+16
| * | ata: ahci_mvebu: ahci_mvebu_stop_engine() can be staticWei Yongjun2018-06-181-1/+1
| * | libahci: Fix possible Spectre-v1 pmp indexing in ahci_led_store()John Garry2018-06-181-2/+5
| |/
* | libata-scsi: Move sense buffers onto stackKees Cook2018-08-021-12/+6
|/
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-4/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-0/+12
|\
| * scsi: libsas: add transport class for ATA devicesJason Yan2018-04-181-0/+12
* | Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-06-0512-151/+166
|\ \
| * | sata_fsl: use the right type for tag bitshiftJens Axboe2018-05-141-1/+1
| * | ahci: enable full queue depth of 32Jens Axboe2018-05-111-1/+1
| * | libata: don't clamp queue depth to ATA_MAX_QUEUE - 1Jens Axboe2018-05-112-5/+5
| * | libata: add extra internal commandJens Axboe2018-05-112-17/+8
| * | sata_nv: set host can_queue count appropriatelyJens Axboe2018-05-111-1/+1
| * | libata: remove assumption that ATA_MAX_QUEUE - 1 is the maxJens Axboe2018-05-111-2/+5
| * | libata: use ata_tag_internal() consistentlyJens Axboe2018-05-112-2/+2
| * | libata: bump ->qc_active to a 64-bit typeJens Axboe2018-05-114-11/+12
| * | libata: convert core and drivers to ->hw_tag usageJens Axboe2018-05-119-56/+56
| * | libata: introduce notion of separate hardware tagsJens Axboe2018-05-111-2/+2
| * | libata: Fix command retry decisionDamien Le Moal2018-05-101-4/+8
| * | libata: Honor RQF_QUIET flagDamien Le Moal2018-05-102-1/+28
| * | libata: Make ata_dev_set_mode() less verboseDamien Le Moal2018-05-101-3/+5
| * | libata: Fix ata_err_string()Damien Le Moal2018-05-101-0/+4
| * | libata: Fix comment typo in ata_eh_analyze_tf()Damien Le Moal2018-05-101-2/+2
| * | sata_nv: don't use block layer bounce bufferChristoph Hellwig2018-05-101-38/+24
| * | ata: hpt37x: Convert to use match_string() helperAndy Shevchenko2018-05-071-8/+5
| |/
* | Merge branch 'for-4.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-052-4/+1
|\ \
| * | libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirkHans de Goede2018-05-311-3/+0
| * | libata: zpodd: small read overflow in eject_tray()Dan Carpenter2018-05-291-1/+1
* | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-041-51/+0
|\ \ \ | |/ / |/| |
| * | libata: remove ata_scsi_timed_outChristoph Hellwig2018-05-291-51/+0
| |/
* | ahci: Add PCI ID for Cannon Lake PCH-LP AHCIMika Westerberg2018-05-241-0/+1
* | libata: blacklist Micron 500IT SSD with MU01 firmwareSudip Mukherjee2018-05-211-0/+2
OpenPOWER on IntegriCloud