| Commit message (Expand) | Author | Age | Files | Lines |
* | async: fix __lowest_in_progress() | Tejun Heo | 2013-01-22 | 1 | -7/+20 |
* | module, async: async_synchronize_full() on module init iff async is used | Tejun Heo | 2013-01-16 | 1 | -0/+3 |
* | [SCSI] async: make async_synchronize_full() flush all work regardless of domain | Dan Williams | 2012-07-20 | 1 | -2/+41 |
* | [SCSI] async: introduce 'async_domain' type | Dan Williams | 2012-07-20 | 1 | -18/+17 |
* | kernel/async: remove redundant declaration. | Rusty Russell | 2012-01-13 | 1 | -2/+0 |
* | kernel: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | async: uninitialized warning corrections | Vitaliy Ivanov | 2011-09-15 | 1 | -2/+2 |
* | async: Fixed an include coding style issue | Paul McQuade | 2011-06-14 | 1 | -5/+7 |
* | async: use workqueue for worker pool | Tejun Heo | 2010-07-14 | 1 | -119/+22 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | async: Fix lack of boot-time console due to insufficient synchronization | Linus Torvalds | 2009-06-08 | 1 | -10/+5 |
* | async: make sure independent async domains can't accidentally entangle | James Bottomley | 2009-05-24 | 1 | -8/+12 |
* | async: remove the temporary (2.6.29) "async is off by default" code | Arjan van de Ven | 2009-03-28 | 1 | -13/+5 |
* | async: use list_move_tail | Stefan Richter | 2009-02-08 | 1 | -2/+1 |
* | async: Rename _special -> _domain for clarity. | Cornelia Huck | 2009-02-08 | 1 | -19/+22 |
* | async: Add some documentation. | Cornelia Huck | 2009-02-08 | 1 | -0/+47 |
* | async: Handle kthread_run() return codes. | Cornelia Huck | 2009-02-08 | 1 | -2/+9 |
* | async: Fix running list handling. | Cornelia Huck | 2009-02-08 | 1 | -2/+2 |
* | kernel/async.c: fix printk warnings | Andrew Morton | 2009-02-05 | 1 | -4/+8 |
* | async: fix __lowest_in_progress() | Arjan van de Ven | 2009-01-12 | 1 | -5/+16 |
* | async: make async a command line option for now | Arjan van de Ven | 2009-01-09 | 1 | -2/+14 |
* | async: make async_synchronize_full() more serializing | Arjan van de Ven | 2009-01-08 | 1 | -1/+3 |
* | async: don't do the initcall stuff post boot | Arjan van de Ven | 2009-01-07 | 1 | -4/+4 |
* | async: Asynchronous function calls to speed up kernel boot | Arjan van de Ven | 2009-01-07 | 1 | -0/+321 |