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
2011-04-24
libata: Pioneer DVR-216D can't do SETXFER
Jeff Mahoney
1
-0
/
+1
2011-04-24
ahci: don't enable port irq before handler is registered
Maxime Bizon
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-02
[libata] trivial: trim trailing whitespace for drivers/ata/*.[ch]
Jeff Garzik
1
-5
/
+5
2011-03-02
libata: plumb sas port scan into standard libata paths
James Bottomley
1
-24
/
+22
2011-01-28
libata: DVR-212D can't do SETXFER DVD-RW DVR-212D
Francesco Antonacci
1
-0
/
+1
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-2
/
+2
2011-01-08
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+1
2010-12-24
libata: no special completion processing for EH commands
Tejun Heo
1
-9
/
+15
2010-12-15
workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...
Tejun Heo
1
-1
/
+1
2010-11-01
tree-wide: fix comment/printk typos
Uwe Kleine-König
1
-2
/
+2
2010-10-22
libata: implement cross-port EH exclusion
Tejun Heo
1
-0
/
+30
2010-10-22
libata: add @ap to ata_wait_register() and introduce ata_msleep()
Tejun Heo
1
-7
/
+14
2010-10-22
libata: reimplement link power management
Tejun Heo
1
-200
/
+1
2010-10-22
libata: implement sata_link_scr_lpm() and make ata_dev_set_feature() global
Tejun Heo
1
-5
/
+70
2010-10-22
libata: clean up lpm related symbols and sysfs show/store functions
Tejun Heo
1
-25
/
+25
2010-10-22
libata: always use ata_qc_complete_multiple() for NCQ command completions
Tejun Heo
1
-2
/
+11
2010-10-22
[libata] Add ATA transport class
Gwendal Grignou
1
-6
/
+43
2010-09-10
libata: skip EH autopsy and recovery during suspend
Tejun Heo
1
-1
/
+13
2010-08-26
libata: be less of a drama queen on empty data commands
Tejun Heo
1
-4
/
+7
2010-08-11
docbook: fix fatal error from libata
Randy Dunlap
1
-1
/
+1
2010-08-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-15
/
+5
2010-08-02
[libata] update blacklist for new hyphenated pattern ranges (v2)
Mark Lord
1
-10
/
+4
2010-08-02
libata: allow hyphenated pattern ranges
Mark Lord
1
-4
/
+12
2010-08-02
libata: reduce blacklist size even more (v2)
Mark Lord
1
-10
/
+3
2010-08-02
libata: reduce blacklist size (v2)
Mark Lord
1
-54
/
+6
2010-08-02
libata: glob_match for ata_device_blacklist (v2)
Mark Lord
1
-21
/
+57
2010-07-02
libata: take advantage of cmwq and remove concurrency limitations
Tejun Heo
1
-15
/
+5
2010-06-02
libata: implement on-demand HPA unlocking
Tejun Heo
1
-0
/
+1
2010-06-02
libata: use the enlarged capacity after late HPA unlock
Tejun Heo
1
-3
/
+2
2010-05-26
libata: implement dump_id force param
Tejun Heo
1
-0
/
+9
2010-05-26
libata: disable ATAPI AN by default
Tejun Heo
1
-1
/
+6
2010-05-19
libata-sff: port_task is SFF specific
Tejun Heo
1
-68
/
+1
2010-05-19
libata-sff: ap->[last_]ctl are SFF specific
Tejun Heo
1
-2
/
+0
2010-05-19
libata-sff: introduce ata_sff_init/exit() and ata_sff_port_init()
Tejun Heo
1
-6
/
+17
2010-05-19
libata-sff: clean up BMDMA initialization
Tejun Heo
1
-25
/
+0
2010-05-18
libata: kill ATA_FLAG_DISABLED
Tejun Heo
1
-65
/
+1
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-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-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-1
/
+1
2010-03-01
libata: fix CFA handling in ide_timing_compute()
Bartlomiej Zolnierkiewicz
1
-6
/
+11
2010-02-05
Fix misspelling of "should" and "shouldn't" in comments.
Adam Buchbinder
1
-1
/
+1
2010-01-12
libata: retry link resume if necessary
Tejun Heo
1
-7
/
+31
2009-12-03
libata: add comment documenting PIO latency issues on UP
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2009-11-03
drivers/ata/libata: Move dereference after NULL test
Julia Lawall
1
-3
/
+6
2009-10-16
libata: fix internal command failure handling
Tejun Heo
1
-5
/
+7
2009-10-06
libata: make gtf_filter per-dev
Tejun Heo
1
-0
/
+3
[next]