aboutsummaryrefslogtreecommitdiff
path: root/kernel/async.c
AgeCommit message (Expand)Author
2009-02-08async: use list_move_tailStefan Richter
2009-02-08async: Rename _special -> _domain for clarity.Cornelia Huck
2009-02-08async: Add some documentation.Cornelia Huck
2009-02-08async: Handle kthread_run() return codes.Cornelia Huck
2009-02-08async: Fix running list handling.Cornelia Huck
2009-02-05kernel/async.c: fix printk warningsAndrew Morton
2009-01-12async: fix __lowest_in_progress()Arjan van de Ven
2009-01-09async: make async a command line option for nowArjan van de Ven
2009-01-08async: make async_synchronize_full() more serializingArjan van de Ven
2009-01-07async: don't do the initcall stuff post bootArjan van de Ven
2009-01-07async: Asynchronous function calls to speed up kernel bootArjan van de Ven