index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
ahci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libata] ahci: add ATI SB800 PCI IDs
henry su
2007-09-20
1
-4
/
+6
*
The SATA controller device ID is different according to
su henry
2007-07-20
1
-1
/
+4
*
ahci: implement SCR_NOTIFICATION r/w
Tejun Heo
2007-07-20
1
-31
/
+37
*
ahci: make NO_NCQ handling more consistent
Tejun Heo
2007-07-20
1
-2
/
+8
*
libata: make ->scr_read/write callbacks return error code
Tejun Heo
2007-07-20
1
-10
/
+13
*
libata: improve EH report formatting
Tejun Heo
2007-07-20
1
-3
/
+3
*
ahci: separate out ahci_do_softreset()
Tejun Heo
2007-07-20
1
-4
/
+10
*
ahci: separate out ahci_exec_polled_cmd()
Tejun Heo
2007-07-20
1
-21
/
+33
*
ahci: separate out ahci_kick_engine()
Tejun Heo
2007-07-20
1
-33
/
+36
*
ahci: use deadline instead of fixed timeout for 1st FIS for SRST
Tejun Heo
2007-07-20
1
-1
/
+7
*
libata: add @is_cmd to ata_tf_to_fis()
Tejun Heo
2007-07-20
1
-6
/
+4
*
ahci.c: fix CONFIG_PM=n compilation
Alexey Dobriyan
2007-07-20
1
-8
/
+8
*
[libata] AHCI: Add support for Marvell AHCI-like chips (initially 6145)
Jeff Garzik
2007-07-09
1
-3
/
+48
*
[libata] Clean up driver udma_mask initializers
Jeff Garzik
2007-07-09
1
-5
/
+5
*
[libata] ahci: minor internal cleanups
Jeff Garzik
2007-07-09
1
-8
/
+21
*
[libata] ahci: minor internal cleanups
Jeff Garzik
2007-07-09
1
-13
/
+8
*
[libata] ahci: Factor out SATA port init into a separate function
Jeff Garzik
2007-07-09
1
-20
/
+30
*
use_clustering (sht) bit set to 0 in AHCI ?
Jens Axboe
2007-07-09
1
-1
/
+1
*
ahci: fix PORTS_IMPL override
Tejun Heo
2007-06-20
1
-1
/
+1
*
ahci: Add MCP73/MCP77 support to AHCI driver
Peer Chen
2007-06-09
1
-0
/
+24
*
libata: bump versions
Jeff Garzik
2007-05-21
1
-1
/
+1
*
ahci: disable 64bit dma on sb600
Tejun Heo
2007-05-21
1
-1
/
+10
*
libata-acpi: add ATA_FLAG_ACPI_SATA port flag
Tejun Heo
2007-05-16
1
-1
/
+2
*
add the ATI SB700 SATA controller device id to AHCI pci table
Henry Su
2007-05-11
1
-0
/
+1
*
libata: reimplement suspend/resume support using sdev->manage_start_stop
Tejun Heo
2007-05-11
1
-4
/
+0
*
libata: improve 0xff status handling
Tejun Heo
2007-05-01
1
-8
/
+6
*
libata: add deadline support to prereset and reset methods
Tejun Heo
2007-05-01
1
-7
/
+11
*
ahci: consolidate common port flags
Tejun Heo
2007-04-28
1
-19
/
+10
*
libata: convert the remaining SATA drivers to new init model
Tejun Heo
2007-04-28
1
-192
/
+135
*
ahci: add PCI ID for new VIA chip
Tejun Heo
2007-04-28
1
-0
/
+1
*
ahci.c: remove non-existing SB600 raid id (re-send)
Conke Hu
2007-04-28
1
-2
/
+1
*
libata: improve AC_ERR_DEV handling for ->post_internal_cmd
Tejun Heo
2007-04-28
1
-4
/
+1
*
ahci: move port_map handling to ahci_save_initial_config()
Tejun Heo
2007-04-28
1
-27
/
+30
*
ahci: implement ata_save/restore_initial_config()
Tejun Heo
2007-04-28
1
-23
/
+72
*
ahci.c: walkaround for SB600 SATA internal error issue
Conke Hu
2007-03-28
1
-2
/
+19
*
ahci: RAID mode SATA patch for Intel ICH9M
Jason Gaston
2007-03-06
1
-0
/
+1
*
libata: add missing CONFIG_PM in LLDs
Tejun Heo
2007-03-02
1
-0
/
+14
*
ahci: improve spurious SDB FIS handling
Tejun Heo
2007-03-01
1
-15
/
+24
*
ahci/pata_jmicron: match class not function number
Tejun Heo
2007-03-01
1
-13
/
+3
*
[libata] bump versions
Jeff Garzik
2007-02-26
1
-1
/
+1
*
ahci: consider SDB FIS containing spurious NCQ completions HSM violation (reg...
Tejun Heo
2007-02-23
1
-14
/
+14
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
1
-1
/
+0
*
libata: add another IRQ calls (libata drivers)
Akira Iguchi
2007-02-09
1
-0
/
+4
*
libata: convert to iomap
Tejun Heo
2007-02-09
1
-45
/
+34
*
libata: update libata LLDs to use devres
Tejun Heo
2007-02-09
1
-98
/
+27
*
libata: update libata core layer to use devres
Tejun Heo
2007-02-09
1
-17
/
+4
*
libata: implement ata_host_detach()
Tejun Heo
2007-02-09
1
-2
/
+1
*
libata: handle pci_enable_device() failure while resuming
Tejun Heo
2007-02-09
1
-1
/
+3
*
ahci: Remove jmicron fixup
Alan
2007-02-09
1
-6
/
+2
*
Add pci class code for SATA & AHCI, and replace some magic numbers.
Conke Hu
2007-02-09
1
-4
/
+4
[next]