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
2009-02-03
Fix my email address in qd65xx.[ch]/pata_qdi.c
Samuel Thibault
1
-1
/
+1
2009-02-02
libata: implement HORKAGE_1_5_GBPS and apply it to WD My Book
Tejun Heo
1
-0
/
+41
2009-02-02
libata: add no penalty retry request for EH device handling routines
Tejun Heo
1
-1
/
+5
2009-02-02
libata: improve probe failure handling
Tejun Heo
1
-0
/
+38
2009-02-02
libata: add @spd_limit to sata_down_spd_limit()
Tejun Heo
4
-12
/
+27
2009-02-02
libata: clear dev->ering in smarter way
Tejun Heo
2
-2
/
+9
2009-02-02
libata: check onlineness before using SPD in sata_down_spd_limit()
Tejun Heo
1
-3
/
+8
2009-02-02
libata: move ata_dev_disable() to libata-eh.c
Tejun Heo
3
-13
/
+22
2009-02-02
libata: fix EH device failure handling
Tejun Heo
1
-2
/
+3
2009-02-02
sata_nv: ck804 has borked hardreset too
Tejun Heo
1
-1
/
+6
2009-02-02
libata: fix kernel-doc warnings
Randy Dunlap
2
-2
/
+2
2009-02-02
ahci: add a module parameter to ignore the SSS flags for async scanning
Arjan van de Ven
1
-1
/
+8
2009-02-02
sata_mv: Fix chip type for Hightpoint RocketRaid 1740/1742
Mark Lord
1
-2
/
+2
2009-02-02
[libata] sata_sil: Fix compilation error with libata debugging enabled
Pasi Kärkkäinen
1
-1
/
+1
2009-01-29
sata_sil: Fix build breakage
Alexander Beregalov
1
-0
/
+1
2009-01-27
Merge branch 'hibern_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-4
/
+118
2009-01-27
SATA PIIX: Blacklist system that spins off disks during ACPI power off
Rafael J. Wysocki
1
-0
/
+34
2009-01-27
SATA Sil: Blacklist system that spins off disks during ACPI power off
Rafael J. Wysocki
1
-1
/
+35
2009-01-27
SATA AHCI: Blacklist system that spins off disks during ACPI power off
Rafael J. Wysocki
1
-0
/
+32
2009-01-27
SATA: Blacklisting of systems that spin off disks during ACPI power off
Rafael J. Wysocki
1
-3
/
+17
2009-01-27
pata-rb532-cf: remove set_irq_type from finish_io
Phil Sutter
1
-2
/
+0
2009-01-26
[libata] pata_via: support VX855, future chips whose IDE controller use 0x0571
JosephChan@via.com.tw
1
-5
/
+17
2009-01-26
sata_mv: no longer experimental (v2)
Mark Lord
1
-3
/
+3
2009-01-26
sata_mv: msi masking fix (v2)
Mark Lord
1
-6
/
+15
2009-01-26
sata_mv: Properly initialize main irq mask
Thomas Reitmayr
1
-0
/
+3
2009-01-26
sata_mv: remove bogus nsect restriction
Mark Lord
1
-11
/
+2
2009-01-26
sata_mv: don't read hc_irq_cause
Mark Lord
1
-12
/
+5
2009-01-26
sata_mv: fix 8-port timeouts on 508x/6081 chips
Mark Lord
1
-1
/
+1
2009-01-26
sata_nv: fix MCP5x reset
Tejun Heo
1
-13
/
+29
2009-01-26
sata_nv: rename nv_nf2_hardreset()
Tejun Heo
1
-14
/
+14
2009-01-26
libata: set NODEV_HINT for 0x7f status
Tejun Heo
1
-0
/
+10
2009-01-26
libata-sff: fix incorrect EH message
Tejun Heo
1
-1
/
+1
2009-01-16
sata_fsl: Return non-zero on error in probe()
Michal Sojka
1
-1
/
+1
2009-01-16
drivers/ata/pata_ali.c: s/isa_bridge/ali_isa_bridge/ to fix alpha build
Andrew Morton
1
-14
/
+14
2009-01-16
libata: New driver for OCTEON SOC Compact Flash interface (v7).
David Daney
3
-0
/
+975
2009-01-16
libata: Add another column to the ata_timing table.
David Daney
1
-35
/
+37
2009-01-16
sata_via: Add VT8261 support
JosephChan@via.com.tw
1
-0
/
+2
2009-01-16
pata_atiixp: update port enabledness test handling
Tejun Heo
1
-19
/
+13
2009-01-16
[libata] get-identity ioctl: Fix use of invalid memory pointer
Jeff Garzik
2
-5
/
+13
2009-01-13
pata_it821x: Update RDC UDMA handling
Alan Cox
1
-4
/
+13
2009-01-13
ata: fix wrong WARN_ON_ONCE
Christian Borntraeger
1
-3
/
+6
2009-01-10
libata: only ports >= 0 need to synchronize
Arjan van de Ven
1
-1
/
+3
2009-01-10
libata: Add a per-host flag to opt-in into parallel port probes
Arjan van de Ven
2
-0
/
+12
2009-01-09
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
2
-12
/
+0
2009-01-09
libata: use WARN_ON_ONCE on hot paths
Tejun Heo
2
-20
/
+20
2009-01-09
Merge branch 'linus' into release
Len Brown
32
-580
/
+1254
2009-01-08
libata: clean up the SFF code for coding style
Alan Cox
1
-65
/
+67
2009-01-08
libata: Add 32bit PIO support
Alan Cox
6
-9
/
+63
2009-01-08
[libata] ahci: Withdraw IGN_SERR_INTERNAL for SB800 SATA
Shane Huang
1
-2
/
+6
2009-01-08
pata_hpt366: reimplement mode programming
Tejun Heo
1
-65
/
+44
[next]