index
:
snowball/igloo-kernel.git
android
audio
audio-android
caif
cg2900
cg2900-android
cg2900-fm
core
debian-packaging
dma
gpio
hsi
hwmem
input
integration-android-ux500
integration-linux-ux500
integration-ubuntu-ux500
mach-plat
mali-android
mali-generic
modem
other
pm
pm-android
security
st-mems-sensors
stable-android-ux500-3.0
stable-android-ux500-3.0-mali-v9
stable-android-ux500-3.1
stable-android-ux500-3.1-mali-v9
stable-android-ux500-3.2
stable-android-ux500-3.3
stable-android-ux500-3.3-1
stable-android-ux500-3.4
stable-linaro-ux500-3.1
stable-linux-ux500-3.1
stable-linux-ux500-3.2
stable-linux-ux500-3.3
stable-linux-ux500-3.3-1
stable-linux-ux500-3.4
stable-ubuntu-ux500-3.0
stable-ubuntu-ux500-3.1
stable-ubuntu-ux500-3.2
stable-ubuntu-ux500-3.3
stable-ubuntu-ux500-3.3-1
stable-ubuntu-ux500-3.4
ste-multimedia-framework
storage-mmc
trace-debug
usb
usb-android
video
video-android
wlan
Igloo kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
async.c
Age
Commit message (
Expand
)
Author
2010-07-14
async: use workqueue for worker pool
Tejun Heo
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-06-08
async: Fix lack of boot-time console due to insufficient synchronization
Linus Torvalds
2009-05-24
async: make sure independent async domains can't accidentally entangle
James Bottomley
2009-03-28
async: remove the temporary (2.6.29) "async is off by default" code
Arjan van de Ven
2009-02-08
async: use list_move_tail
Stefan Richter
2009-02-08
async: Rename _special -> _domain for clarity.
Cornelia Huck
2009-02-08
async: Add some documentation.
Cornelia Huck
2009-02-08
async: Handle kthread_run() return codes.
Cornelia Huck
2009-02-08
async: Fix running list handling.
Cornelia Huck
2009-02-05
kernel/async.c: fix printk warnings
Andrew Morton
2009-01-12
async: fix __lowest_in_progress()
Arjan van de Ven
2009-01-09
async: make async a command line option for now
Arjan van de Ven
2009-01-08
async: make async_synchronize_full() more serializing
Arjan van de Ven
2009-01-07
async: don't do the initcall stuff post boot
Arjan van de Ven
2009-01-07
async: Asynchronous function calls to speed up kernel boot
Arjan van de Ven