summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'ata-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds50-789/+2100
14 daysMerge tag 'soc-drivers-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+12
2026-06-12ata: Use named initializers for pci_device_id arraysUwe Kleine-König (The Capable Hub)25-705/+1937
2026-06-12ata: Drop unused assignments of pci_device_id driver dataUwe Kleine-König (The Capable Hub)7-26/+33
2026-06-10ata: libata-pmp: add JMicron JMS562 quirkXu Rao1-1/+6
2026-06-10ata: pata_isapnp: Drop unused assignments from pnp_device_id arrayUwe Kleine-König (The Capable Hub)1-2/+2
2026-06-09Merge tag 'tegra-for-7.2-pmc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann1-5/+12
2026-06-02ata: pata_ep93xx: add COMPILE_TEST supportRosen Penev1-1/+1
2026-06-02ata: pata_ep93xx: use unsigned long for dataRosen Penev1-1/+1
2026-06-02ata: pata_ep93xx: avoid asm on non ARMRosen Penev1-0/+5
2026-06-01ata: Annotate functions in the issuing path with __must_hold()Bart Van Assche4-2/+9
2026-06-01ata: libata: Pass ap parameter directly to functions in the issuing pathBart Van Assche4-14/+15
2026-06-01ata: libata: Document when host->eh_mutex should be heldBart Van Assche20-5/+38
2026-06-01ata: libata: Add an argument to ata_eh_reset()Bart Van Assche3-6/+6
2026-06-01ata: ahci: use hweight_long() to count port_map bitsTanZheng1-5/+1
2026-06-01ata: libata: Fix ata_exec_internal()Bart Van Assche1-2/+17
2026-06-01ata: pata_arasan_cf: simplify ioremapRosen Penev1-18/+6
2026-06-01ata: libata-eh: queue hotplug work on the system_dfl_long_wq workqueueNiklas Cassel1-1/+1
2026-06-01ata: libata-scsi: Move long delayed work on system_dfl_long_wqMarco Crivellari1-1/+1
2026-06-01ata: ahci: Move EXPORT_SYMBOL_GPL(ahci_do_softreset)Bart Van Assche1-1/+1
2026-06-01ata: ahci: fail probe if BAR too small for claimed portsliyouhong1-0/+22
2026-06-01ata: libahci: use ahci_nr_ports() helperNiklas Cassel1-1/+1
2026-05-28ata: ahci_tegra: Explicitly specify PMC instance to useThierry Reding1-5/+12
2026-05-18ata: libata-scsi: do not needlessly defer commands when using PMP with FBSNiklas Cassel4-26/+39
2026-05-18ata: libata-scsi: do not use the deferred QC feature on PMPs with CBSNiklas Cassel3-2/+25
2026-05-18ata: libata-scsi: do not use the deferred QC feature for ATA_DEFER_PORTNiklas Cassel1-2/+3
2026-05-18ata: libata-scsi: improve readability of ata_scsi_qc_issue()Niklas Cassel1-22/+21
2026-04-27ata: pata_parport: switch to dynamic root deviceJohan Hovold1-14/+7
2026-04-16Merge tag 'ata-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds11-360/+256
2026-04-12ata: libata-scsi: fix requeue of deferred ATA PASS-THROUGH commandsIgor Pylypiv1-2/+2
2026-04-07ata: ahci: force 32-bit DMA for JMicron JMB582/JMB585Arthur Husband1-0/+14
2026-04-03ata: pata_arasan_cf: fix missing newline in dev_err() messagesHaoyu Lu1-2/+2
2026-04-02ata: libata-transport: remove static variable ata_scsi_transport_templateHeiner Kallweit3-9/+4
2026-04-02ata: libata-transport: split struct ata_internalHeiner Kallweit1-28/+25
2026-04-02ata: libata-transport: use static struct ata_transport_internal to simplify m...Heiner Kallweit1-21/+23
2026-04-02ata: libata-transport: inline ata_attach|release_transportHeiner Kallweit3-28/+11
2026-04-02ata: libata-transport: instantiate struct ata_internal staticallyHeiner Kallweit3-42/+28
2026-04-02ata: libata-eh: Do not retry reset if the device is goneIgor Pylypiv1-1/+1
2026-03-31ata: libahci_platform: use flex array for platform PHYsRosen Penev2-19/+17
2026-03-23ata: libata-transport: remove redundant dynamic sysfs attributesHeiner Kallweit1-71/+42
2026-03-23ata: libata-scsi: refactor ata_scsiop_maint_in()Niklas Cassel1-18/+29
2026-03-20Merge branch 'for-7.0-fixes' into for-7.1Niklas Cassel3-9/+30
2026-03-20ata: libata-scsi: report correct sense field pointer in ata_scsiop_maint_in()Damien Le Moal1-1/+1
2026-03-16ata: libata-core: disable LPM on ADATA SU680 SSDDamien Le Moal1-0/+3
2026-03-06ata: libata-eh: Fix detection of deferred qc timeoutsGuenter Roeck1-1/+1
2026-03-05ata: libata-core: Add BRIDGE_OK quirk for QEMU drivesPedro Falcato1-0/+1
2026-03-04ata: libata: cancel pending work after clearing deferred_qcNiklas Cassel2-0/+2
2026-03-04ata: libata-core: Disable LPM on ST1000DM010-2EP102Maximilian Pezzullo1-0/+1
2026-02-25ata: libata-eh: avoid unnecessary calls to ata_scsi_port_error_handler()Damien Le Moal1-9/+19
2026-02-24ata: ahci-dwc: Remove not-going-to-be-supported code for Baikal SoCAndy Shevchenko2-56/+0