summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)Author
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-09ata: sata_highbank: fix OF node reference leak in highbank_initialize_phys()Joe Hattori
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-18Merge tag 'ata-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds
2024-10-30ata: ahci: Replace deprecated PCI functionsPhilipp Stanner
2024-10-25ata: libata-scsi: Return residual for emulated SCSI commandsDamien Le Moal
2024-10-25ata: libata-scsi: Remove struct ata_scsi_argsDamien Le Moal
2024-10-25ata: libata-scsi: Document all VPD page inquiry actorsDamien Le Moal
2024-10-25ata: libata-scsi: Refactor ata_scsiop_maint_in()Damien Le Moal
2024-10-25ata: libata-scsi: Refactor ata_scsiop_read_cap()Damien Le Moal
2024-10-25ata: libata-scsi: Refactor ata_scsi_simulate()Damien Le Moal
2024-10-24ata: libata: Set DID_TIME_OUT for commands that actually timed outNiklas Cassel
2024-10-17ata: libata-scsi: Refactor scsi_6_lba_len() with use of get_unaligned_be24()Andy Shevchenko
2024-10-17ata: Switch back to struct platform_driver::remove()Uwe Kleine-König
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-10-01ata: Fix typos in the commentYan Zhen
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