index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
Commit message (
Expand
)
Author
Age
Files
Lines
*
ata: let compiler optimize out ata_dev_config_ncq() on non-SATA hosts
Bartlomiej Zolnierkiewicz
2020-03-26
1
-0
/
+2
*
ata: separate PATA timings code from libata-core.c
Bartlomiej Zolnierkiewicz
2020-03-26
4
-181
/
+216
*
ata: fix CodingStyle issues in PATA timings code
Bartlomiej Zolnierkiewicz
2020-03-26
1
-15
/
+27
*
ata: remove EXPORT_SYMBOL_GPL()s not used by modules
Bartlomiej Zolnierkiewicz
2020-03-26
3
-10
/
+0
*
ata: move EXPORT_SYMBOL_GPL()s close to exported code
Bartlomiej Zolnierkiewicz
2020-03-26
3
-127
/
+109
*
ata: optimize ata_scsi_rbuf[] size
Bartlomiej Zolnierkiewicz
2020-03-26
1
-1
/
+1
*
ata: optimize struct ata_force_param size
Bartlomiej Zolnierkiewicz
2020-03-26
1
-3
/
+3
*
ata: use COMMAND_LINE_SIZE for ata_force_param_buf[] size
Bartlomiej Zolnierkiewicz
2020-03-26
1
-1
/
+2
*
ata: simplify ata_scsiop_inq_89()
Bartlomiej Zolnierkiewicz
2020-03-26
1
-11
/
+7
*
sata_promise: use ata_cable_sata()
Bartlomiej Zolnierkiewicz
2020-03-26
1
-7
/
+1
*
ata: make SATA_PMP option selectable only if any SATA host driver is enabled
Bartlomiej Zolnierkiewicz
2020-03-26
1
-0
/
+40
*
ata: expose ncq_enable_prio sysfs attribute only on NCQ capable hosts
Bartlomiej Zolnierkiewicz
2020-03-26
1
-1
/
+7
*
ata: remove stale maintainership information from core code
Bartlomiej Zolnierkiewicz
2020-03-26
4
-16
/
+0
*
ahci: Add Intel Comet Lake PCH-V PCI ID
Mika Westerberg
2020-03-25
1
-0
/
+1
*
ahci: Add Intel Comet Lake PCH-H PCI ID
Mika Westerberg
2020-03-25
1
-0
/
+1
*
libata: Assign OF node to the SCSI device
Linus Walleij
2020-03-25
1
-0
/
+30
*
libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()
John Garry
2020-03-25
1
-6
/
+3
*
ahci: Add Intel Comet Lake H RAID PCI ID
Kai-Heng Feng
2020-03-25
1
-0
/
+1
*
AHCI: Add support for Loongson 7A1000 SATA controller
Tiezhu Yang
2020-03-12
1
-0
/
+7
*
libata: transport: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
2020-03-12
1
-5
/
+5
*
Merge tag 'libata-5.6-2020-02-05' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-02-06
4
-2
/
+33
|
\
|
*
ata: pata_arasan_cf: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2020-01-29
1
-2
/
+4
|
*
ata: ahci: Add shutdown to freeze hardware resources of ahci
Prabhakar Kushwaha
2020-01-29
2
-0
/
+28
|
*
pata_pcmia: add SanDisk High (>8G) CF card to supported list
Christian Zigotzky
2020-01-29
1
-0
/
+1
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-01-29
1
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
compat_ioctl: scsi: handle HDIO commands from drivers
Arnd Bergmann
2020-01-03
1
-0
/
+9
*
|
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
Linus Torvalds
2020-01-27
3
-5
/
+5
|
\
\
|
*
|
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
3
-5
/
+5
|
|
/
*
|
ata/acard_ahci: remove unused variable n_elem
Alex Shi
2020-01-22
1
-3
/
+1
*
|
ata: pata_macio: fix comparing pointer to 0
Chen Zhou
2020-01-22
1
-1
/
+1
*
|
ata: ahci_brcm: BCM7216 reset is self de-asserting
Florian Fainelli
2020-01-17
1
-4
/
+12
*
|
ata: ahci_brcm: Perform reset after obtaining resources
Florian Fainelli
2020-01-17
1
-6
/
+6
*
|
ata: brcm: fix reset controller API usage
Arnd Bergmann
2020-01-16
1
-9
/
+8
*
|
ata: brcm: mark PM functions as __maybe_unused
Arnd Bergmann
2020-01-16
1
-4
/
+5
*
|
ata: ahci_brcm: Support BCM7216 reset controller name
Florian Fainelli
2019-12-25
1
-2
/
+10
*
|
ata: ahci_brcm: Add a shutdown callback
Florian Fainelli
2019-12-25
1
-0
/
+15
*
|
ata: ahci_brcm: Manage reset line during suspend/resume
Florian Fainelli
2019-12-25
1
-2
/
+13
|
/
*
ata: ahci_brcm: Add missing clock management during recovery
Florian Fainelli
2019-12-25
1
-0
/
+7
*
ata: ahci_brcm: BCM7425 AHCI requires AHCI_HFLAG_DELAY_ENGINE
Florian Fainelli
2019-12-25
1
-15
/
+16
*
ata: ahci_brcm: Fix AHCI resources management
Florian Fainelli
2019-12-25
1
-29
/
+76
*
ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys()
Florian Fainelli
2019-12-25
1
-2
/
+4
*
libata: Fix retrieving of active qcs
Sascha Hauer
2019-12-25
4
-3
/
+27
*
Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-12-03
2
-2
/
+2
|
\
|
*
Merge branch 'pci/resource'
Bjorn Helgaas
2019-11-28
2
-2
/
+2
|
|
\
|
|
*
PCI: Add PCI_STD_NUM_BARS for the number of standard BARs
Denis Efremov
2019-10-14
2
-2
/
+2
*
|
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-12-02
1
-1
/
+0
|
\
\
\
|
*
|
|
scsi: core: Clean up SG_NONE
Finn Thain
2019-11-12
1
-1
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2019-12-01
1
-17
/
+8
|
\
\
\
|
*
\
\
Merge tag 'v5.4-rc6' into devel
Linus Walleij
2019-11-05
3
-46
/
+17
|
|
\
\
\
|
*
|
|
|
ata: ahci-imx: Covert to use GPIO descriptor
Linus Walleij
2019-10-24
1
-17
/
+8
|
|
|
/
/
|
|
/
|
|
[next]