index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libata-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-03
libata: implement HORKAGE_1_5_GBPS and apply it to WD My Book
Tejun Heo
1
-0
/
+41
2009-02-03
libata: add @spd_limit to sata_down_spd_limit()
Tejun Heo
1
-5
/
+20
2009-02-03
libata: clear dev->ering in smarter way
Tejun Heo
1
-2
/
+2
2009-02-03
libata: check onlineness before using SPD in sata_down_spd_limit()
Tejun Heo
1
-3
/
+8
2009-02-03
libata: move ata_dev_disable() to libata-eh.c
Tejun Heo
1
-12
/
+0
2009-02-03
libata: fix kernel-doc warnings
Randy Dunlap
1
-2
/
+1
2009-01-16
libata: Add another column to the ata_timing table.
David Daney
1
-35
/
+37
2009-01-16
[libata] get-identity ioctl: Fix use of invalid memory pointer
Jeff Garzik
1
-1
/
+0
2009-01-11
libata: only ports >= 0 need to synchronize
Arjan van de Ven
1
-1
/
+3
2009-01-11
libata: Add a per-host flag to opt-in into parallel port probes
Arjan van de Ven
1
-0
/
+9
2009-01-09
libata: use WARN_ON_ONCE on hot paths
Tejun Heo
1
-8
/
+8
2009-01-09
libata: Add special ata_pio_need_iordy() handling for Compact Flash.
David Daney
1
-0
/
+4
2009-01-09
[libata] ahci: Add SATA GEN3 related messages
Shane Huang
1
-0
/
+1
2009-01-07
fastboot: Make libata initialization even more async
Arjan van de Ven
1
-9
/
+7
2009-01-07
fastboot: make the libata port scan asynchronous
Arjan van de Ven
1
-38
/
+46
2008-12-29
libata: blacklist NCQ on OCZ CORE 2 SSD (resend)
Lubomir Bulej
1
-0
/
+1
2008-12-29
[libata] Update kernel-doc comments to match source code
Qinghuang Feng
1
-1
/
+0
2008-12-29
libata: perform port detach in EH
Tejun Heo
1
-19
/
+4
2008-12-29
libata: when restoring SControl during detach do the PMP links first
Tejun Heo
1
-1
/
+1
2008-12-29
libata: beef up iterators
Tejun Heo
1
-61
/
+122
2008-12-16
libata: fix Seagate NCQ+FLUSH blacklist
Tejun Heo
1
-6
/
+59
2008-12-01
libata: blacklist Seagate drives which time out FLUSH_CACHE when used with NCQ
Tejun Heo
1
-0
/
+21
2008-11-11
libata: Avoid overflow in ata_tf_read_block() when tf->hba_lbal > 127
Roland Dreier
1
-1
/
+1
2008-11-10
libata: revert convert-to-block-tagging patches
Tejun Heo
1
-6
/
+60
2008-11-04
libata: mask off DET when restoring SControl for detach
Tejun Heo
1
-1
/
+1
2008-11-04
libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it
Tejun Heo
1
-1
/
+3
2008-10-31
libata: add whitelist for devices with known good pata-sata bridges
Jens Axboe
1
-0
/
+7
2008-10-31
libata: Avoid overflow in ata_tf_to_lba48() when tf->hba_lbal > 127
Roland Dreier
1
-1
/
+1
2008-10-31
ATA: remove excess kernel-doc notation
Randy Dunlap
1
-2
/
+0
2008-10-28
libata: add missing kernel-doc
Randy Dunlap
1
-0
/
+1
2008-10-28
libata: fix device iteration bugs
Tejun Heo
1
-15
/
+19
2008-10-24
libata: switch to using block layer tagging support
Jens Axboe
1
-60
/
+6
2008-10-23
libata: initialize port_task when !CONFIG_ATA_SFF
Tejun Heo
1
-0
/
+2
2008-09-29
libata: Implement disk shock protection support
Elias Oltmanns
1
-0
/
+1
2008-09-29
libata: implement slave_link
Tejun Heo
1
-23
/
+179
2008-09-29
libata: misc updates to prepare for slave link
Tejun Heo
1
-8
/
+8
2008-09-29
libata: reimplement link iterator
Tejun Heo
1
-0
/
+30
2008-09-29
libata: make SCR access ops per-link
Tejun Heo
1
-9
/
+4
2008-08-22
libata: Fix a large collection of DMA mode mismatches
Alan Cox
1
-2
/
+2
2008-08-22
libata: restore SControl on detach
Tejun Heo
1
-5
/
+5
2008-08-22
libata: implement no[hs]rst force params
Tejun Heo
1
-16
/
+30
2008-07-31
pata_it821x: Driver updates and reworking
Alan Cox
1
-5
/
+26
2008-07-31
libata-core: make sure that ata_force_tbl is freed in case of an error
Elias Oltmanns
1
-5
/
+9
2008-07-31
libata: update atapi disable handling
Tejun Heo
1
-1
/
+11
2008-07-14
libata: improve EH internal command timeout handling
Tejun Heo
1
-3
/
+13
2008-07-14
libata: consistently use msecs for time durations
Tejun Heo
1
-23
/
+21
2008-06-19
libata: don't check whether to use DMA or not for no data commands
Tejun Heo
1
-2
/
+2
2008-05-30
ata: Convert to static DEFINE_SPINLOCK(lock)
Pradeep Singh Rautela
1
-1
/
+1
2008-05-20
libata: ignore SIMG4726 config pseudo device
Tejun Heo
1
-2
/
+8
2008-05-20
libata: don't schedule LPM action seperately during probing
Tejun Heo
1
-2
/
+1
[next]