index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
Age
Commit message (
Expand
)
Author
Lines
2025-07-04
ata: libata-core: Cache the general purpose log directory
Damien Le Moal
-2
/
+37
2025-07-02
ata: libata_eh: Add debug messages to ata_eh_link_set_lpm()
Damien Le Moal
-0
/
+2
2025-07-02
ata: libata-core: Reduce the number of messages signaling broken LPM
Damien Le Moal
-1
/
+2
2025-07-02
ata: ahci: Disallow LPM policy control if not supported
Damien Le Moal
-1
/
+4
2025-07-02
ata: ahci: Disallow LPM policy control for external ports
Damien Le Moal
-1
/
+2
2025-07-02
ata: ahci: Disable DIPM if host lacks support
Damien Le Moal
-0
/
+7
2025-07-02
ata: libata-sata: Disallow changing LPM state if not supported
Damien Le Moal
-0
/
+5
2025-07-02
ata: libata-eh: Avoid unnecessary resets when revalidating devices
Damien Le Moal
-1
/
+28
2025-07-02
ata: libata-core: Advertize device support for DIPM and HIPM features
Damien Le Moal
-1
/
+3
2025-07-02
ata: libata-core: Move device LPM quirk settings to ata_dev_config_lpm()
Damien Le Moal
-17
/
+26
2025-07-02
ata: libata-core: Introduce ata_dev_config_lpm()
Damien Le Moal
-0
/
+25
2025-06-30
ata: libata-eh: Move and rename ata_eh_set_lpm()
Damien Le Moal
-152
/
+152
2025-06-30
ata: ahci: Clarify mobile_lpm_policy description
Damien Le Moal
-1
/
+3
2025-06-30
ata: Fix SATA_MOBILE_LPM_POLICY description in Kconfig
Damien Le Moal
-10
/
+26
2025-06-30
ata: libata-scsi: Cleanup ata_scsi_offline_dev()
Damien Le Moal
-9
/
+8
2025-06-30
ata: libata: Remove ATA_DFLAG_ZAC device flag
Damien Le Moal
-15
/
+10
2025-06-25
ata: ahci: Use correct DMI identifier for ASUSPRO-D840SA LPM quirk
Niklas Cassel
-1
/
+1
2025-06-17
ata: ahci: Disallow LPM for Asus B550-F motherboard
Mikko Korhonen
-1
/
+17
2025-06-13
ata: ahci: Disallow LPM for ASUSPRO-D840SA motherboard
Niklas Cassel
-1
/
+18
2025-06-11
ata: ahci: Use correct BIOS build date for ThinkPad W541 quirk
Niklas Cassel
-7
/
+1
2025-06-11
ata: pata_macio: Fix PCI region leak
Philipp Stanner
-1
/
+1
2025-06-10
ata: pata_cs5536: fix build on 32-bit UML
Johannes Berg
-1
/
+1
2025-06-10
ata: libata-acpi: Do not assume 40 wire cable if no devices are enabled
Tasos Sahanidis
-12
/
+18
2025-06-10
ata: pata_via: Force PIO for ATAPI devices on VT6415/VT6330
Tasos Sahanidis
-1
/
+2
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-2
/
+2
2025-06-03
Merge tag 'ata-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...
Linus Torvalds
-61
/
+60
2025-05-20
ata: libata-eh: Keep DIPM disabled while modifying the allowed LPM states
Niklas Cassel
-2
/
+1
2025-05-20
ata: libata-eh: Rename no_dipm variable to be more clear
Niklas Cassel
-4
/
+5
2025-05-20
ata: libata-eh: Rename hipm and dipm variables
Niklas Cassel
-6
/
+9
2025-05-20
ata: libata-eh: Add ata_eh_set_lpm() WARN_ON_ONCE
Niklas Cassel
-0
/
+7
2025-05-20
ata: libata-eh: Update DIPM comments to reflect reality
Niklas Cassel
-5
/
+8
2025-04-25
ata: libata-scsi: Do not set the INFORMATION field twice for ATA PT
Igor Pylypiv
-22
/
+14
2025-04-24
ata: sata_sx4: Fix spelling mistake "parttern" -> "pattern"
Colin Ian King
-15
/
+15
2025-04-22
ata: libata-scsi: Improve CDL control
Damien Le Moal
-2
/
+12
2025-04-22
ata: libata-scsi: Fix ata_msense_control_ata_feature()
Damien Le Moal
-2
/
+2
2025-04-22
ata: libata-scsi: Fix ata_mselect_control_ata_feature() return type
Damien Le Moal
-4
/
+3
2025-04-21
ata: libata-sata: Use BIT() macro to convert tag to bit field
Niklas Cassel
-2
/
+2
2025-04-21
ata: libata-sata: Simplify sense_valid fetching
Niklas Cassel
-4
/
+4
2025-04-21
ata: libata-core: Simplify ata_print_version_once
Heiner Kallweit
-6
/
+0
2025-04-16
ata: libata-sata: Save all fields from sense data descriptor
Niklas Cassel
-0
/
+15
2025-04-09
ata: sata_sx4: Add error handling in pdc20621_i2c_read()
Wentao Liang
-3
/
+10
2025-04-08
ata: pata_pxa: Fix potential NULL pointer dereference in pxa_ata_probe()
Henry Martin
-0
/
+6
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-1
/
+1
2025-04-01
Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-2
/
+1
2025-03-26
Merge tag 'ata-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...
Linus Torvalds
-16
/
+79
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-3
/
+2
2025-03-19
ata: ahci: simplify init function
Tomas Henzl
-11
/
+12
2025-03-19
Merge tag 'ata-6.14-final' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
-3
/
+11
2025-03-18
ahci: Marvell 88SE9215 controllers prefer DMA for ATAPI
Huacai Chen
-1
/
+15
2025-03-18
ata: libata-core: Add ATA_QUIRK_NO_LPM_ON_ATI for certain Samsung SSDs
Niklas Cassel
-3
/
+11
[prev]
[next]