index
:
~andi/linux
ccs-mode
drm-tip
vm-mmap
Andi's kernel stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libahci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-03
ata: libata-core: Set ATA_QCFLAG_RTF_FILLED in fill_result_tf()
Igor Pylypiv
1
-10
/
+2
2024-02-21
ahci: print the number of implemented ports
Niklas Cassel
1
-4
/
+10
2024-02-09
ata: ahci: move marking of external port earlier
Niklas Cassel
1
-7
/
+0
2023-10-03
ata: ahci: print the lpm policy on boot
Niklas Cassel
1
-1
/
+1
2023-09-15
ata: libahci: clear pending interrupt status
Szuying Chen
1
-12
/
+23
2023-08-02
ata: libahci: fix parameter type of ahci_exec_polled_cmd()
Sergey Shtylyov
1
-2
/
+3
2023-08-02
ata: fix debounce timings type
Sergey Shtylyov
1
-1
/
+1
2023-06-14
ata: ahci: Cleanup ahci_reset_controller()
Damien Le Moal
1
-31
/
+30
2023-03-24
scsi: ata: Declare SCSI host templates const
Bart Van Assche
1
-2
/
+2
2023-01-04
ata: libata: respect successfully completed commands during errors
Niklas Cassel
1
-31
/
+42
2023-01-04
ata: libata: read the shared status for successful NCQ commands once
Niklas Cassel
1
-3
/
+87
2023-01-04
ata: libata: simplify qc_fill_rtf port operation interface
Damien Le Moal
1
-4
/
+2
2023-01-04
ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EH
Niklas Cassel
1
-2
/
+2
2022-10-18
ata: make use of ata_port_is_frozen() helper
Niklas Cassel
1
-3
/
+3
2022-10-17
ata: libahci: read correct status and error field for NCQ commands
Niklas Cassel
1
-0
/
+14
2022-09-17
ata: ahci: Introduce firmware-specific caps initialization
Serge Semin
1
-8
/
+43
2022-09-17
ata: libahci: Don't read AHCI version twice in the save-config method
Serge Semin
1
-1
/
+1
2022-09-17
ata: libahci: Discard redundant force_port_map parameter
Serge Semin
1
-4
/
+6
2022-02-20
ata: add/use ata_taskfile::{error|status} fields
Sergey Shtylyov
1
-2
/
+2
2022-01-05
ata: ahci: Drop pointless VPRINTK() calls and convert the remaining ones
Hannes Reinecke
1
-14
/
+4
2022-01-04
ata: libata: add reset tracepoints
Hannes Reinecke
1
-10
/
+0
2022-01-04
ata: libata: Add ata_port_classify() helper
Hannes Reinecke
1
-1
/
+1
2022-01-04
ata: libata: remove pointless debugging messages
Hannes Reinecke
1
-3
/
+0
2021-11-18
ata: libahci: Adjust behavior when StorageD3Enable _DSD is set
Mario Limonciello
1
-0
/
+15
2021-11-12
libata: libahci: declare ahci_shost_attr_group as static
Damien Le Moal
1
-1
/
+1
2021-10-16
scsi: ata: Switch to attribute groups
Bart Van Assche
1
-17
/
+35
2021-08-18
libata: Introduce ncq_prio_supported sysfs sttribute
Damien Le Moal
1
-0
/
+1
2021-03-31
ata: ahci: Disable SXS for Hisilicon Kunpeng920
Xingui Yang
1
-0
/
+5
2019-11-01
ata: make qc_prep return ata_completion_errors
Jiri Slaby
1
-2
/
+4
2019-08-30
ahci: Do not export local variable ahci_em_messages
Andy Shevchenko
1
-1
/
+0
2019-06-29
ata: libahci: Remove call to memset after dmam_alloc_coherent
Fuqian Huang
1
-1
/
+0
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18
Thomas Gleixner
1
-17
/
+1
2019-02-28
ata: libahci: Only warn for AHCI_HFLAG_MULTI_MSI set when genuine custom irq ...
John Garry
1
-1
/
+2
2018-08-24
Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
1
-9
/
+18
2018-07-30
ata: libahci: Allow reconfigure of DEVSLP register
Srinivas Pandruvada
1
-8
/
+10
2018-07-30
ata: libahci: Correct setting of DEVSLP register
Srinivas Pandruvada
1
-0
/
+2
2018-07-30
ata: ahci: Support state with min power but Partial low power state
Srinivas Pandruvada
1
-1
/
+4
2018-06-18
libahci: Fix possible Spectre-v1 pmp indexing in ahci_led_store()
John Garry
1
-2
/
+5
2018-06-18
ata: ahci: rpm_put port on port_stop to match rpm_get in port_start
Samuel Morris
1
-0
/
+2
2018-06-05
Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
1
-4
/
+4
2018-05-11
libata: convert core and drivers to ->hw_tag usage
Jens Axboe
1
-4
/
+4
2018-04-26
libahci: Allow drivers to override stop_engine
Evan Wang
1
-8
/
+12
2018-02-12
ahci: Add check for device presence (PCIe hot unplug) in ahci_stop_engine()
Stefan Roese
1
-0
/
+10
2017-10-19
ahci: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+6
2017-06-22
libata: Add the AHCI_HFLAG_NO_WRITE_TO_RO flag
Doug Berger
1
-1
/
+2
2017-06-22
libata: Add the AHCI_HFLAG_YES_ALPM flag
Doug Berger
1
-0
/
+5
2017-06-12
libahci: wrong comments in ahci_do_softreset()
Minwoo Im
1
-2
/
+2
2017-05-16
ata: update references for libata documentation
Mauro Carvalho Chehab
1
-1
/
+1
2017-01-31
sata: ahci: export ahci_do_hardreset() locally
Bartosz Golaszewski
1
-5
/
+13
2016-10-19
ata: ATA Command Priority Disabled By Default
Adam Manzanares
1
-0
/
+1
[next]