summaryrefslogtreecommitdiff
path: root/kernel/async.c
Commit message (Expand)AuthorAge
* kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes2018-02-06
* async: Adjust system_state checksThomas Gleixner2017-05-23
* async: export current_is_async()Lukas Wunner2015-11-19
* kernel/async.c: switch to pr_foo()Ionut Alexa2014-10-09
* async: rename and redefine async_func_ptrLai Jiangshan2013-03-12
* async: simplify lowest_in_progress()Lai Jiangshan2013-03-12
* async: initialise list heads to fix crashJames Hogan2013-01-25
* async: replace list of active domains with global list of pending itemsTejun Heo2013-01-23
* async: keep pending tasks on async_domain and remove async_pendingTejun Heo2013-01-23
* async: use ULLONG_MAX for infinity cookie valueTejun Heo2013-01-23
* async: bring sanity to the use of words domain and runningTejun Heo2013-01-23
* Merge branch 'master' into for-3.9-asyncTejun Heo2013-01-23
|\
| * async: fix __lowest_in_progress()Tejun Heo2013-01-22
| * module, async: async_synchronize_full() on module init iff async is usedTejun Heo2013-01-16
* | workqueue: implement current_is_async()Tejun Heo2013-01-18
|/
* [SCSI] async: make async_synchronize_full() flush all work regardless of domainDan Williams2012-07-20
* [SCSI] async: introduce 'async_domain' typeDan Williams2012-07-20
* kernel/async: remove redundant declaration.Rusty Russell2012-01-13
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* async: uninitialized warning correctionsVitaliy Ivanov2011-09-15
* async: Fixed an include coding style issuePaul McQuade2011-06-14
* async: use workqueue for worker poolTejun Heo2010-07-14
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* async: Fix lack of boot-time console due to insufficient synchronizationLinus Torvalds2009-06-08
* async: make sure independent async domains can't accidentally entangleJames Bottomley2009-05-24
* async: remove the temporary (2.6.29) "async is off by default" codeArjan van de Ven2009-03-28
* async: use list_move_tailStefan Richter2009-02-08
* async: Rename _special -> _domain for clarity.Cornelia Huck2009-02-08
* async: Add some documentation.Cornelia Huck2009-02-08
* async: Handle kthread_run() return codes.Cornelia Huck2009-02-08
* async: Fix running list handling.Cornelia Huck2009-02-08
* kernel/async.c: fix printk warningsAndrew Morton2009-02-05
* async: fix __lowest_in_progress()Arjan van de Ven2009-01-12
* async: make async a command line option for nowArjan van de Ven2009-01-09
* async: make async_synchronize_full() more serializingArjan van de Ven2009-01-08
* async: don't do the initcall stuff post bootArjan van de Ven2009-01-07
* async: Asynchronous function calls to speed up kernel bootArjan van de Ven2009-01-07