index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-5
/
+1
2008-04-18
libata: fix boot panic with SATAPI devices on non-SFF HBAs
James Bottomley
1
-1
/
+2
2008-04-17
ata-acpi: don't call _GTF for disabled drive
Shaohua Li
1
-2
/
+4
2008-04-17
sata_mv add temporary 3 second init delay for SiliconImage PMs
Mark Lord
1
-0
/
+7
2008-04-17
sata_mv remove redundant edma init code
Mark Lord
1
-14
/
+0
2008-04-17
sata_mv add basic port multiplier support
Mark Lord
1
-4
/
+89
2008-04-17
sata_mv fix SOC flags, enable NCQ on SOC
Mark Lord
1
-1
/
+2
2008-04-17
sata_mv disable hotplug for now
Mark Lord
1
-1
/
+5
2008-04-17
sata_mv cosmetics
Mark Lord
1
-13
/
+19
2008-04-17
sata_mv hardreset rework
Mark Lord
1
-138
/
+22
2008-04-17
[libata] improve Kconfig help text for new PMP, SFF options
Jeff Garzik
1
-1
/
+13
2008-04-17
libata: make EH fail gracefully if no reset method is available
Tejun Heo
1
-1
/
+6
2008-04-17
libata: Be a bit more slack about early devices
Alan Cox
1
-10
/
+15
2008-04-17
libata: cable logic
Alan Cox
1
-0
/
+4
2008-04-17
libata: move link onlineness check out of softreset methods
Tejun Heo
8
-32
/
+15
2008-04-17
libata: kill dead code paths in reset path
Tejun Heo
3
-23
/
+1
2008-04-17
pata_scc: fix build breakage
Stephen Rothwell
1
-1
/
+1
2008-04-17
libata: make PMP support optional
Tejun Heo
3
-1
/
+25
2008-04-17
libata: implement PMP helpers
Tejun Heo
7
-60
/
+29
2008-04-17
libata: separate PMP support code from core code
Tejun Heo
3
-18
/
+17
2008-04-17
libata: make SFF support optional
Tejun Heo
5
-19
/
+37
2008-04-17
libata: don't use ap->ioaddr in non-SFF drivers
Tejun Heo
3
-44
/
+36
2008-04-17
libata: clean up dummy port_ops
Tejun Heo
1
-17
/
+5
2008-04-17
libata: kill ata_noop_dev_select()
Tejun Heo
1
-19
/
+0
2008-04-17
libata: remove check_status from non-SFF drivers
Tejun Heo
3
-83
/
+8
2008-04-17
libata: replace tf_read with qc_fill_rtf for non-SFF drivers
Tejun Heo
5
-28
/
+27
2008-04-17
libata: drop @finish_qc from ata_qc_complete_multiple()
Tejun Heo
3
-16
/
+11
2008-04-17
libata: add qc_fill_rtf port operation
Tejun Heo
3
-1
/
+23
2008-04-17
libata: unify mechanism to request follow-up SRST
Tejun Heo
4
-23
/
+8
2008-04-17
libata: move PMP SCR access failure during reset to ata_eh_reset()
Tejun Heo
4
-38
/
+7
2008-04-17
libata: clear SError after link resume
Tejun Heo
3
-110
/
+23
2008-04-17
libata: implement and use sata_std_hardreset()
Tejun Heo
5
-37
/
+45
2008-04-17
libata: move generic hardreset code from sata_sff_hardreset() to sata_link_ha...
Tejun Heo
5
-60
/
+83
2008-04-17
ahci: use ata_wait_after_reset() instead of ata_sff_wait_ready()
Tejun Heo
1
-2
/
+12
2008-04-17
libata: separate out ata_wait_ready() and implement ata_wait_after_reset()
Tejun Heo
3
-50
/
+112
2008-04-17
libata: restructure SFF post-reset readiness waits
Tejun Heo
5
-147
/
+124
2008-04-17
libata: separate out ata_std_postreset() from ata_sff_postreset()
Tejun Heo
3
-21
/
+41
2008-04-17
libata: separate out ata_std_prereset() from ata_sff_prereset()
Tejun Heo
2
-13
/
+47
2008-04-17
libata: clean up port_ops->sff_irq_clear()
Tejun Heo
2
-11
/
+1
2008-04-17
libata: rename SFF port ops
Tejun Heo
30
-168
/
+171
2008-04-17
libata: rename SFF functions
Tejun Heo
72
-546
/
+546
2008-04-17
sata_mv fix ifctl handling
Mark Lord
1
-23
/
+19
2008-04-17
sata_mv clean up mv_stop_edma usage
Mark Lord
1
-45
/
+42
2008-04-17
sata_mv cosmetic fixes
Mark Lord
1
-57
/
+59
2008-04-17
Add 'short help text' to ATA_ACPI so it's [de]selectable.
Chris Wedgwood
1
-1
/
+1
2008-04-17
pdc_adma: kill adma_host_stop()
Tejun Heo
1
-10
/
+0
2008-04-17
pdc_adma: inherit ata_sff_port_ops
Tejun Heo
1
-12
/
+2
2008-04-17
libata/pdc_adma: make SFF EH handle non-bmdma SFF drivers and standardize pdc...
Tejun Heo
2
-15
/
+4
2008-04-17
libata: kill unused ata_flush_cache()
Tejun Heo
2
-27
/
+0
2008-04-17
libata: implement ATA_QCFLAG_RETRY
Tejun Heo
1
-10
/
+8
[next]