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
/
kernel
/
async.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-14
async: use workqueue for worker pool
Tejun Heo
1
-119
/
+22
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-06-08
async: Fix lack of boot-time console due to insufficient synchronization
Linus Torvalds
1
-10
/
+5
2009-05-25
async: make sure independent async domains can't accidentally entangle
James Bottomley
1
-8
/
+12
2009-03-28
async: remove the temporary (2.6.29) "async is off by default" code
Arjan van de Ven
1
-13
/
+5
2009-02-08
async: use list_move_tail
Stefan Richter
1
-2
/
+1
2009-02-08
async: Rename _special -> _domain for clarity.
Cornelia Huck
1
-19
/
+22
2009-02-08
async: Add some documentation.
Cornelia Huck
1
-0
/
+47
2009-02-08
async: Handle kthread_run() return codes.
Cornelia Huck
1
-2
/
+9
2009-02-08
async: Fix running list handling.
Cornelia Huck
1
-2
/
+2
2009-02-05
kernel/async.c: fix printk warnings
Andrew Morton
1
-4
/
+8
2009-01-13
async: fix __lowest_in_progress()
Arjan van de Ven
1
-5
/
+16
2009-01-10
async: make async a command line option for now
Arjan van de Ven
1
-2
/
+14
2009-01-08
async: make async_synchronize_full() more serializing
Arjan van de Ven
1
-1
/
+3
2009-01-07
async: don't do the initcall stuff post boot
Arjan van de Ven
1
-4
/
+4
2009-01-07
async: Asynchronous function calls to speed up kernel boot
Arjan van de Ven
1
-0
/
+321