summaryrefslogtreecommitdiffstats
path: root/kernel/async.c
Commit message (Expand)AuthorAgeFilesLines
* async: use workqueue for worker poolTejun Heo2010-07-141-119/+22
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* async: Fix lack of boot-time console due to insufficient synchronizationLinus Torvalds2009-06-081-10/+5
* async: make sure independent async domains can't accidentally entangleJames Bottomley2009-05-241-8/+12
* async: remove the temporary (2.6.29) "async is off by default" codeArjan van de Ven2009-03-281-13/+5
* async: use list_move_tailStefan Richter2009-02-081-2/+1
* async: Rename _special -> _domain for clarity.Cornelia Huck2009-02-081-19/+22
* async: Add some documentation.Cornelia Huck2009-02-081-0/+47
* async: Handle kthread_run() return codes.Cornelia Huck2009-02-081-2/+9
* async: Fix running list handling.Cornelia Huck2009-02-081-2/+2
* kernel/async.c: fix printk warningsAndrew Morton2009-02-051-4/+8
* async: fix __lowest_in_progress()Arjan van de Ven2009-01-121-5/+16
* async: make async a command line option for nowArjan van de Ven2009-01-091-2/+14
* async: make async_synchronize_full() more serializingArjan van de Ven2009-01-081-1/+3
* async: don't do the initcall stuff post bootArjan van de Ven2009-01-071-4/+4
* async: Asynchronous function calls to speed up kernel bootArjan van de Ven2009-01-071-0/+321
OpenPOWER on IntegriCloud