index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-09
ahci: Add Intel Comet Lake PCH RAID PCI ID
Jian-Hong Pan
1
-0
/
+1
2020-04-07
ata: ahci: Add sysfs attribute to show remapped NVMe device count
Kai-Heng Feng
2
-4
/
+25
2020-04-07
ata: ahci-imx: remove redundant assignment to ret
Colin Ian King
1
-1
/
+1
2020-04-07
libata: Return correct status in sata_pmp_eh_recover_pm() when ATA_DFLAG_DETA...
Kai-Heng Feng
1
-0
/
+1
2020-03-26
ata: make "libata.force" kernel parameter optional
Bartlomiej Zolnierkiewicz
3
-2
/
+40
2020-03-26
ata: move ata_eh_analyze_ncq_error() & co. to libata-sata.c
Bartlomiej Zolnierkiewicz
2
-131
/
+131
2020-03-26
ata: start separating SATA specific code from libata-eh.c
Bartlomiej Zolnierkiewicz
2
-74
/
+75
2020-03-26
ata: move ata_sas_*() to libata-sata.c
Bartlomiej Zolnierkiewicz
3
-221
/
+233
2020-03-26
ata: start separating SATA specific code from libata-scsi.c
Bartlomiej Zolnierkiewicz
3
-300
/
+301
2020-03-26
ata: move sata_deb_timing_*() to libata-sata.c
Bartlomiej Zolnierkiewicz
2
-8
/
+8
2020-03-26
ata: move ata_qc_complete_multiple() to libata-sata.c
Bartlomiej Zolnierkiewicz
2
-59
/
+59
2020-03-26
ata: move sata_link_hardreset() to libata-sata.c
Bartlomiej Zolnierkiewicz
3
-121
/
+114
2020-03-26
ata: move sata_link_{debounce,resume}() to libata-sata.c
Bartlomiej Zolnierkiewicz
2
-138
/
+138
2020-03-26
ata: move *sata_set_spd*() to libata-sata.c
Bartlomiej Zolnierkiewicz
3
-81
/
+88
2020-03-26
ata: move sata_scr_*() to libata-sata.c
Bartlomiej Zolnierkiewicz
2
-109
/
+109
2020-03-26
ata: start separating SATA specific code from libata-core.c
Bartlomiej Zolnierkiewicz
3
-245
/
+259
2020-03-26
ata: let compiler optimize out ata_eh_set_lpm() on non-SATA hosts
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2020-03-26
ata: let compiler optimize out ata_dev_config_ncq() on non-SATA hosts
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2020-03-26
ata: separate PATA timings code from libata-core.c
Bartlomiej Zolnierkiewicz
4
-181
/
+216
2020-03-26
ata: fix CodingStyle issues in PATA timings code
Bartlomiej Zolnierkiewicz
1
-15
/
+27
2020-03-26
ata: remove EXPORT_SYMBOL_GPL()s not used by modules
Bartlomiej Zolnierkiewicz
3
-10
/
+0
2020-03-26
ata: move EXPORT_SYMBOL_GPL()s close to exported code
Bartlomiej Zolnierkiewicz
3
-127
/
+109
2020-03-26
ata: optimize ata_scsi_rbuf[] size
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2020-03-26
ata: optimize struct ata_force_param size
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2020-03-26
ata: use COMMAND_LINE_SIZE for ata_force_param_buf[] size
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2020-03-26
ata: simplify ata_scsiop_inq_89()
Bartlomiej Zolnierkiewicz
1
-11
/
+7
2020-03-26
sata_promise: use ata_cable_sata()
Bartlomiej Zolnierkiewicz
1
-7
/
+1
2020-03-26
ata: make SATA_PMP option selectable only if any SATA host driver is enabled
Bartlomiej Zolnierkiewicz
1
-0
/
+40
2020-03-26
ata: expose ncq_enable_prio sysfs attribute only on NCQ capable hosts
Bartlomiej Zolnierkiewicz
1
-1
/
+7
2020-03-26
ata: remove stale maintainership information from core code
Bartlomiej Zolnierkiewicz
4
-16
/
+0
2020-03-25
ahci: Add Intel Comet Lake PCH-V PCI ID
Mika Westerberg
1
-0
/
+1
2020-03-25
ahci: Add Intel Comet Lake PCH-H PCI ID
Mika Westerberg
1
-0
/
+1
2020-03-25
libata: Assign OF node to the SCSI device
Linus Walleij
1
-0
/
+30
2020-03-25
libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()
John Garry
1
-6
/
+3
2020-03-25
ahci: Add Intel Comet Lake H RAID PCI ID
Kai-Heng Feng
1
-0
/
+1
2020-03-12
AHCI: Add support for Loongson 7A1000 SATA controller
Tiezhu Yang
1
-0
/
+7
2020-03-12
libata: transport: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-5
/
+5
2020-02-06
Merge tag 'libata-5.6-2020-02-05' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-2
/
+33
2020-01-29
ata: pata_arasan_cf: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
1
-2
/
+4
2020-01-29
ata: ahci: Add shutdown to freeze hardware resources of ahci
Prabhakar Kushwaha
2
-0
/
+28
2020-01-29
pata_pcmia: add SanDisk High (>8G) CF card to supported list
Christian Zigotzky
1
-0
/
+1
2020-01-29
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+9
2020-01-27
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
Linus Torvalds
3
-5
/
+5
2020-01-22
ata/acard_ahci: remove unused variable n_elem
Alex Shi
1
-3
/
+1
2020-01-22
ata: pata_macio: fix comparing pointer to 0
Chen Zhou
1
-1
/
+1
2020-01-17
ata: ahci_brcm: BCM7216 reset is self de-asserting
Florian Fainelli
1
-4
/
+12
2020-01-17
ata: ahci_brcm: Perform reset after obtaining resources
Florian Fainelli
1
-6
/
+6
2020-01-16
ata: brcm: fix reset controller API usage
Arnd Bergmann
1
-9
/
+8
2020-01-16
ata: brcm: mark PM functions as __maybe_unused
Arnd Bergmann
1
-4
/
+5
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
3
-5
/
+5
[next]