index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-05
ahci: work around ATI SB600 h/w quirk
Jeff Garzik
1
-1
/
+13
2008-03-05
pata_hpt*, pata_serverworks: fix UDMA masking
Alan Cox
3
-7
/
+7
2008-03-04
block: separate out padding from alignment
Tejun Heo
1
-1
/
+2
2008-03-04
block: restore the meaning of rq->data_len to the true data length
FUJITA Tomonori
1
-3
/
+3
2008-02-29
[libata] wrap kmap_atomic(KM_IRQ0) with local_irq_save/restore()
Jeff Garzik
1
-0
/
+10
2008-02-28
sata_svw: Add support for HT1100 SATA controller
Anantha Subramanyam
1
-14
/
+63
2008-02-25
Revert "power_state: get rid of write-only variable in SATA"
Jeff Garzik
1
-0
/
+3
2008-02-25
make atapi_dmadir static
Adrian Bunk
2
-2
/
+1
2008-02-24
libata-core: fix kernel-doc warning
Randy Dunlap
1
-1
/
+1
2008-02-24
sata_fsl: fix build with ATA_VERBOSE_DEBUG
Anton Vorontsov
1
-3
/
+5
2008-02-24
[libata] ahci: AMD SB700/SB800 SATA support 64bit DMA
Shane Huang
1
-6
/
+17
2008-02-24
libata-pmp: clear hob for pmp register accesses
Mark Lord
1
-2
/
+2
2008-02-24
libata: automatically use DMADIR if drive/bridge requires it
Tejun Heo
2
-3
/
+11
2008-02-24
power_state: get rid of write-only variable in SATA
Pavel Machek
1
-3
/
+0
2008-02-24
pata_atiixp: Use 255 sector limit
Alan Cox
1
-2
/
+2
2008-02-23
PM: Introduce PM_EVENT_HIBERNATE callback state
Rafael J. Wysocki
3
-3
/
+3
2008-02-20
libata: fix kernel-doc parameter warning
Randy Dunlap
1
-1
/
+1
2008-02-20
sata_mv: remove iounmap in mv_platform_remove and use devm_iomap
Saeed Bishara
1
-4
/
+2
2008-02-20
libata: implement libata.force module parameter
Tejun Heo
3
-4
/
+385
2008-02-20
sata_mv: use hpriv->base instead of the host->iomap
Saeed Bishara
1
-1
/
+1
2008-02-20
sata_mv: Define module alias for platform device
Martin Michlmayr
1
-0
/
+1
2008-02-20
ata: fix sparse warnings in pata_legacy.c
Harvey Harrison
1
-22
/
+22
2008-02-19
libata: implement drain buffers
James Bottomley
2
-58
/
+57
2008-02-19
libata: eliminate the home grown dma padding in favour of
James Bottomley
7
-189
/
+16
2008-02-19
libata: update ATAPI overflow draining
Tejun Heo
1
-43
/
+33
2008-02-19
ide/libata: ST310211A has buggy HPA too
Mikko Rapeli
1
-0
/
+1
2008-02-15
ata: fix sparse warning in pata_acpi.c
Harvey Harrison
1
-2
/
+2
2008-02-15
ata: fix sparse warning in pata_marvell.c
Harvey Harrison
1
-2
/
+2
2008-02-15
ata: fix sparse warning in pata_jmicron.c
Harvey Harrison
1
-1
/
+2
2008-02-15
ata: fix sparse warning in pata_cs5536.c
Harvey Harrison
1
-1
/
+1
2008-02-15
ata: sparse fixes for pata_amd.c
Harvey Harrison
1
-5
/
+2
2008-02-15
pata_scc.c: add thaw ops
Akira Iguchi
1
-0
/
+2
2008-02-15
pata_cs5536.c bugfix
Martin K. Petersen
1
-4
/
+4
2008-02-15
pata_legacy: don't call ata_host_detach() after initialization failure
Tejun Heo
1
-2
/
+0
2008-02-15
ata: fix sparse warnings in sata_mv.c
Harvey Harrison
1
-2
/
+2
2008-02-15
ata: fix sparse warning in sata_via.c
Harvey Harrison
1
-2
/
+2
2008-02-15
ata: fix sparse warning in sata_promise.c
Harvey Harrison
1
-1
/
+1
2008-02-15
ata: fix sparse warning in ata_piix.c
Harvey Harrison
1
-1
/
+1
2008-02-15
ata: fix sparse warning in libata-core.c
Harvey Harrison
1
-1
/
+0
2008-02-15
ata: make ata_scsiop_inq_89 static in libata-scsi.c
Harvey Harrison
1
-1
/
+1
2008-02-11
sata_mv: platform driver allocs dma without create
Byron Bradley
1
-20
/
+24
2008-02-11
pata_ninja32: setup changes
Alan Cox
1
-2
/
+7
2008-02-11
pata_legacy: typo fix
Alan Cox
1
-1
/
+1
2008-02-11
pata_amd: Note in the module description it handles Nvidia
Alan Cox
1
-1
/
+1
2008-02-11
sata_mv: fix loop with last port
Yinghai Lu
1
-2
/
+4
2008-02-11
libata: ignore deverr on SETXFER if mode is configured
Tejun Heo
1
-15
/
+33
2008-02-11
pata_via: fix SATA cable detection on cx700
Tejun Heo
1
-1
/
+5
2008-02-06
ata_piix.c:piix_init_one() must be __devinit
Adrian Bunk
1
-1
/
+2
2008-02-06
sata_via.c: Remove missleading comment.
Alejandro Riveira Fernández
1
-2
/
+0
2008-02-06
libata-core: unblacklist HITACHI drives
David Milburn
1
-2
/
+0
[next]