index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-15
pata_cmd640: don't read CFR pointlessly
Sergei Shtylyov
1
-3
/
+0
2010-05-15
libata: make sff_irq_on() method optional
Sergei Shtylyov
4
-64
/
+18
2010-05-15
libata: introduce sff_set_devctl() method
Sergei Shtylyov
3
-59
/
+50
2010-05-15
ahci_platform: properly set up EM messaging
Jeff Garzik
1
-1
/
+1
2010-05-15
ahci: add "em_buffer" attribute for AHCI hosts
Harry Zhang
2
-3
/
+111
2010-05-15
ahci: EM message type auto detect
Harry Zhang
3
-20
/
+28
2010-05-15
pata_scc: kill useless check in scc_postreset()
Sergei Shtylyov
1
-2
/
+1
2010-05-15
pata_scc: make scc_wait_after_reset() static
Sergei Shtylyov
1
-2
/
+2
2010-05-15
libata: use __ratelimit
Akinobu Mita
1
-16
/
+3
2010-05-15
libata: use longer 0xff wait if parallel scan is enabled
Tejun Heo
1
-6
/
+12
2010-05-15
libata-sff: kill unused ata_bus_reset()
Sergei Shtylyov
1
-94
/
+0
2010-05-15
[libata] Disable R_OK (Early ACK) on SII 3726 PMP
Grant Grundler
1
-3
/
+29
2010-05-15
libata: update gfp/slab.h includes
Tejun Heo
2
-0
/
+2
2010-05-15
ahci: implement AHCI_HFLAG_NO_FPDMA_AA and update NV quirks
Tejun Heo
2
-10
/
+29
2010-05-15
pata_mpc52xx: reduce code size by simple change of constant data types
Roman Fietze
1
-39
/
+39
2010-05-15
ahci: clean up board IDs
Tejun Heo
1
-120
/
+117
2010-05-15
ahci: Turn off DMA engines when there's no device attached
Matthew Garrett
1
-0
/
+18
2010-05-15
ahci: Add platform driver
Anton Vorontsov
3
-0
/
+200
2010-05-15
ahci: Move generic code into libahci
Anton Vorontsov
4
-2280
/
+2425
2010-05-15
ahci: Introduce ahci_set_em_messages()
Anton Vorontsov
1
-17
/
+24
2010-05-15
ahci: Factor out PCI specifics from ahci_print_info()
Anton Vorontsov
1
-17
/
+23
2010-05-15
ahci: Factor out PCI specifics from ahci_init_controller()
Anton Vorontsov
1
-18
/
+27
2010-05-15
ahci: Get rid of pci_dev argument in ahci_port_init()
Anton Vorontsov
1
-4
/
+3
2010-05-15
ahci: Factor out PCI specifics from ahci_reset_controller()
Anton Vorontsov
1
-3
/
+12
2010-05-15
ahci: Get rid of pci_dev argument in ahci_save_initial_config()
Anton Vorontsov
1
-14
/
+13
2010-05-15
ahci: Factor out PCI specifics from ahci_save_initial_config()
Anton Vorontsov
1
-24
/
+42
2010-05-15
ahci: Get rid of host->iomap usage
Anton Vorontsov
1
-14
/
+20
2010-05-10
pata_pcmcia: get rid of extra indirection
Dominik Brodowski
1
-35
/
+6
2010-05-10
pcmcia: re-work pcmcia_request_irq()
Dominik Brodowski
1
-4
/
+2
2010-05-05
pata_pcmcia / ide-cs: Fix bad hashes for Transcend and kingston IDs
Kristoffer Ericson
1
-2
/
+2
2010-04-23
libata: ensure NCQ error result taskfile is fully initialized
Jeff Garzik
1
-0
/
+1
2010-04-23
pata_pcmcia/ide-cs: add IDs for transcend and kingston cards
Kristoffer Ericson
1
-0
/
+4
2010-04-23
libata: fix locking around blk_abort_request()
Tejun Heo
1
-0
/
+4
2010-04-23
Merge branch 'master' into for-next
Jiri Kosina
31
-54
/
+171
2010-04-06
libata: unlock HPA if device shrunk
Tejun Heo
1
-29
/
+45
2010-04-06
libata: disable NCQ on Crucial C300 SSD
Tejun Heo
1
-0
/
+3
2010-04-06
libata: don't whine on spurious IRQ
Tejun Heo
1
-4
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
31
-1
/
+31
2010-03-28
pata_via: fix VT6410/6415/6330 detection issue
JosephChan@via.com.tw
1
-0
/
+4
2010-03-23
libata-sff: fix spurious IRQ handling
Tejun Heo
1
-7
/
+36
2010-03-23
pata_via: Add VIA VX900 support
JosephChan@via.com.tw
1
-0
/
+1
2010-03-17
ahci: pp->active_link is not reliable when FBS is enabled
Shane Huang
1
-6
/
+17
2010-03-17
ahci: use BIOS date in broken_suspend list
Tejun Heo
1
-8
/
+20
2010-03-17
ahci: add missing nv IDs
Tejun Heo
1
-0
/
+15
2010-03-16
Fix typos in comments
Thomas Weber
1
-1
/
+1
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
5
-5
/
+5
2010-03-02
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
45
-413
/
+657
2010-03-01
sata_via: Delay on vt6420 when starting ATAPI DMA write
Bart Hartgers
1
-1
/
+16
2010-03-01
pata_efar: Enable parallel scanning
Alan Cox
1
-1
/
+2
2010-03-01
pata_atiixp: enable parallel scan
Alan Cox
1
-1
/
+2
[prev]
[next]