summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_cmd640.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-07ata: libata: Move sector_buf from struct ata_port to struct ata_deviceDamien Le Moal6-43/+33
2024-09-07ata: libata: Rename ata_eh_read_sense_success_ncq_log()Damien Le Moal4-12/+11
2024-09-07ata: libata: Move sata_std_hardreset() definition to libata-sata.cDamien Le Moal3-37/+43
2024-09-07ata: libata: Move sata_down_spd_limit() to libata-sata.cDamien Le Moal3-86/+96
2024-09-07ata: libata: Improve __ata_qc_complete()Damien Le Moal1-5/+7
2024-09-07ata: libata-scsi: Improve ata_scsi_handle_link_detach()Damien Le Moal1-2/+4
2024-09-07ata: libata: Cleanup libata-transportDamien Le Moal1-152/+147
2024-09-02ata: sata_gemini: Enable module autoloadingLiao Chen1-0/+1
2024-09-02ata: pata_ixp4xx: Enable module autoloadingLiao Chen1-0/+1
2024-09-02ata: pata_ftide010: Enable module autoloadingLiao Chen1-0/+1
2024-08-29ata: libata: Add helper ata_eh_decide_disposition()Niklas Cassel3-10/+46
2024-08-28ata: ahci_brcm: Use devm_platform_ioremap_resource_byname() helper functionZhang Zekun1-3/+1
2024-08-27ata: libata: Remove obsolete function declarationsGaosheng Cui2-2/+0
2024-08-15ata: ahci_imx: Fix error code in probe()Dan Carpenter1-0/+1
2024-08-15ata: libahci_platform: Simplify code with for_each_child_of_node_scoped()Zhang Zekun1-14/+5
2024-08-12ata: ahci_imx: Correct the email addressRichard Zhu1-1/+1
2024-08-12ata: ahci_imx: Enlarge RX water mark for i.MX8QM SATARichard Zhu1-0/+10
2024-08-12ata: ahci_imx: AHB clock rate setting is not required on i.MX8QM AHCI SATARichard Zhu1-13/+15
2024-08-12ata: ahci_imx: Clean up code by using i.MX8Q HSIO PHY driverRichard Zhu1-285/+80
2024-08-12dt-bindings: ata: Add i.MX8QM AHCI compatible stringRichard Zhu1-0/+47
2024-08-02ata: libata: Print device quirks only onceDamien Le Moal2-1/+8
2024-08-02ata: libata: Remove ata_noop_qc_prep()Damien Le Moal8-20/+7
2024-07-30ata: pata_hpt37x: Rename hpt_dma_blacklisted()Damien Le Moal1-5/+5
2024-07-30ata: pata_hpt366: Rename hpt_dma_blacklisted()Damien Le Moal1-5/+5
2024-07-30ata: pata_cs5520: Rephrase file header commentDamien Le Moal1-3/+3
2024-07-30ata: ata_piix: Remove useless comment in piix_init_sidpr()Damien Le Moal1-1/+0
2024-07-30ata: sata_sil: Rename sil_blacklist to sil_quirksDamien Le Moal1-6/+6
2024-07-30ata: ahci: Rephrase comment to not use the term blacklistDamien Le Moal1-1/+1
2024-07-30ata: pata_serverworks: Do not use the term blacklistDamien Le Moal1-7/+9
2024-07-30ata: libata: Print quirks applied to devicesDamien Le Moal2-39/+143
2024-07-30ata: libata: Use QUIRK instead of HORKAGEDamien Le Moal8-297/+297
2024-07-29ata: libata: Rename ata_dma_blacklisted()Damien Le Moal1-8/+9
2024-07-29ata: libata: Change ata_dev_knobble() to return a boolDamien Le Moal1-2/+2
2024-07-29dt-bindings: ata: qcom,apq8064-ahci: add to dtschemaRayyan Ansari1-0/+3
2024-07-29dt-bindings: ata: qcom,ipq806x-ahci: use dtschemaRayyan Ansari2-50/+28
2024-07-28Linux 6.11-rc1v6.11-rc1Linus Torvalds1-2/+2
2024-07-28minmax: simplify and clarify min_t()/max_t() implementationLinus Torvalds1-8/+11
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds7-10/+10
2024-07-28kbuild: Fix '-S -c' in x86 stack protector scriptsNathan Chancellor2-2/+2
2024-07-28ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger1-1/+1
2024-07-28kbuild: rpm-pkg: ghost modules.weakdep fileJose Ignacio Tornos Martinez1-1/+1
2024-07-27hostfs: fix the host directory parse when mounting.Hongbo Li1-10/+55
2024-07-27fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNTSeth Forshee (DigitalOcean)1-0/+11
2024-07-27ALSA: firewire-lib: fix wrong value as length of header for CIP_NO_HEADER caseTakashi Sakamoto1-2/+1
2024-07-27Revert "firewire: Annotate struct fw_iso_packet with __counted_by()"Takashi Sakamoto1-3/+2
2024-07-27minmax: avoid overly complicated constant expressions in VM codeLinus Torvalds2-2/+9
2024-07-27minmax: avoid overly complex min()/max() macro arguments in xenLinus Torvalds1-2/+3
2024-07-26nilfs2: handle inconsistent state in nilfs_btnode_create_block()Ryusuke Konishi2-7/+22
2024-07-26selftests/mm: skip test for non-LPA2 and non-LVA systemsDev Jain1-1/+15
2024-07-26mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...Li Zhijian1-7/+11