aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/async.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-06-08async: Fix lack of boot-time console due to insufficient synchronizationLinus Torvalds1-10/+5
2009-05-24async: make sure independent async domains can't accidentally entangleJames Bottomley1-8/+12
2009-03-28async: remove the temporary (2.6.29) "async is off by default" codeArjan van de Ven1-13/+5
2009-02-08async: use list_move_tailStefan Richter1-2/+1
2009-02-08async: Rename _special -> _domain for clarity.Cornelia Huck1-19/+22
2009-02-08async: Add some documentation.Cornelia Huck1-0/+47
2009-02-08async: Handle kthread_run() return codes.Cornelia Huck1-2/+9
2009-02-08async: Fix running list handling.Cornelia Huck1-2/+2
2009-02-05kernel/async.c: fix printk warningsAndrew Morton1-4/+8
2009-01-12async: fix __lowest_in_progress()Arjan van de Ven1-5/+16
2009-01-09async: make async a command line option for nowArjan van de Ven1-2/+14
2009-01-08async: make async_synchronize_full() more serializingArjan van de Ven1-1/+3
2009-01-07async: don't do the initcall stuff post bootArjan van de Ven1-4/+4
2009-01-07async: Asynchronous function calls to speed up kernel bootArjan van de Ven1-0/+321