Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / kernel / async.c
2012-01-12 Rusty Russellkernel/async: remove redundant declaration.
2011-10-31 Paul Gortmakerkernel: Map most files to use export.h instead of module.h
2011-09-15 Vitaliy Ivanovasync: uninitialized warning corrections
2011-06-15 Paul McQuadeasync: Fixed an include coding style issue
2010-07-14 Tejun Heoasync: use workqueue for worker pool
2010-04-14 Jeff Mahoney- Update to 2.6.34-rc4.
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2009-06-19 Greg Kroah-Hartman- move the "preload" branch into master to get 2.6...
2009-06-08 Linus Torvaldsasync: Fix lack of boot-time console due to insufficien...
2009-05-24 James Bottomleyasync: make sure independent async domains can't accide...
2009-03-28 Arjan van de Venasync: remove the temporary (2.6.29) "async is off...
2009-02-08 Stefan Richterasync: use list_move_tail
2009-02-08 Cornelia Huckasync: Rename _special -> _domain for clarity.
2009-02-08 Cornelia Huckasync: Add some documentation.
2009-02-08 Cornelia Huckasync: Handle kthread_run() return codes.
2009-02-08 Cornelia Huckasync: Fix running list handling.
2009-02-05 Andrew Mortonkernel/async.c: fix printk warnings
2009-01-13 Arjan van de Venasync: fix __lowest_in_progress()
2009-01-09 Arjan van de Venasync: make async a command line option for now
2009-01-08 Arjan van de Venasync: make async_synchronize_full() more serializing
2009-01-07 Arjan van de Venasync: don't do the initcall stuff post boot
2009-01-07 Arjan van de Venasync: Asynchronous function calls to speed up kernel...