summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)Author
2025-07-10ata: pata_cs5536: fix build on 32-bit UMLJohannes Berg
2025-07-10ata: libata-acpi: Do not assume 40 wire cable if no devices are enabledTasos Sahanidis
2025-07-06ata: ahci: Use correct DMI identifier for ASUSPRO-D840SA LPM quirkNiklas Cassel
2025-06-27ata: ahci: Disallow LPM for Asus B550-F motherboardMikko Korhonen
2025-06-27ata: ahci: Disallow LPM for ASUSPRO-D840SA motherboardNiklas Cassel
2025-06-27ata: pata_via: Force PIO for ATAPI devices on VT6415/VT6330Tasos Sahanidis
2025-05-02ata: libata-scsi: Fix ata_msense_control_ata_feature()Damien Le Moal
2025-05-02ata: libata-scsi: Fix ata_mselect_control_ata_feature() return typeDamien Le Moal
2025-05-02ata: libata-scsi: Improve CDL controlDamien Le Moal
2025-04-25ata: libata-sata: Save all fields from sense data descriptorNiklas Cassel
2025-04-20ahci: Marvell 88SE9215 controllers prefer DMA for ATAPIHuacai Chen
2025-04-20ahci: add PCI ID for Marvell 88SE9215 SATA ControllerDaniel Kral
2025-04-20ata: libata-eh: Do not use ATAPI DMA for a device limited to PIO modeNiklas Cassel
2025-04-20ata: libata-core: Add 'external' to the libata.force kernel parameterNiklas Cassel
2025-04-20ata: sata_sx4: Add error handling in pdc20621_i2c_read()Wentao Liang
2025-04-20ata: pata_pxa: Fix potential NULL pointer dereference in pxa_ata_probe()Henry Martin
2025-03-28ata: libata-core: Add ATA_QUIRK_NO_LPM_ON_ATI for certain Samsung SSDsNiklas Cassel
2025-02-17ata: libata-sff: Ensure that we cannot write outside the allocated bufferNiklas Cassel
2024-12-19ata: sata_highbank: fix OF node reference leak in highbank_initialize_phys()Joe Hattori
2024-10-24ata: libata: Set DID_TIME_OUT for commands that actually timed outNiklas Cassel
2024-10-09ata: libata: avoid superfluous disk spin down + spin up during hibernationNiklas Cassel
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-27Merge tag 'ata-6.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-24ata: libata-scsi: Fix ata_msense_control() CDL page reportingDamien Le Moal
2024-09-24ata: libata-scsi: Fix ata_msense_control_spgt2()Damien Le Moal
2024-09-19Merge tag 'ata-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds
2024-09-12ata: pata_ep93xx: remove legacy pinctrl useNikita Shubin
2024-09-12ata: pata_ep93xx: add device tree supportNikita Shubin
2024-09-11ata: libata: Clear DID_TIME_OUT for ATA PT commands with sense dataNiklas Cassel
2024-09-07ata: libata: Fix W=1 compilation warningDamien Le Moal
2024-09-07ata: libata: Improve CDL resource managementDamien Le Moal
2024-09-07ata: libata: Introduce ata_dev_free_resourcesDamien Le Moal
2024-09-07ata: libata: Move sector_buf from struct ata_port to struct ata_deviceDamien Le Moal
2024-09-07ata: libata: Rename ata_eh_read_sense_success_ncq_log()Damien Le Moal
2024-09-07ata: libata: Move sata_std_hardreset() definition to libata-sata.cDamien Le Moal
2024-09-07ata: libata: Move sata_down_spd_limit() to libata-sata.cDamien Le Moal
2024-09-07ata: libata: Improve __ata_qc_complete()Damien Le Moal
2024-09-07ata: libata-scsi: Improve ata_scsi_handle_link_detach()Damien Le Moal
2024-09-07ata: libata: Cleanup libata-transportDamien Le Moal
2024-09-02ata: sata_gemini: Enable module autoloadingLiao Chen
2024-09-02ata: pata_ixp4xx: Enable module autoloadingLiao Chen
2024-09-02ata: pata_ftide010: Enable module autoloadingLiao Chen
2024-08-29ata: libata: Add helper ata_eh_decide_disposition()Niklas Cassel
2024-08-28ata: ahci_brcm: Use devm_platform_ioremap_resource_byname() helper functionZhang Zekun
2024-08-27ata: libata: Remove obsolete function declarationsGaosheng Cui
2024-08-27ata: libata: Fix memory leak for error path in ata_host_alloc()Zheng Qixing
2024-08-21ata: pata_macio: Use WARN instead of BUGMichael Ellerman
2024-08-21ata: pata_macio: Fix DMA table overflowMichael Ellerman
2024-08-15ata: ahci_imx: Fix error code in probe()Dan Carpenter