Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-03-28 | async: remove the temporary (2.6.29) "async is off by default" code | Arjan van de Ven | 1 | -13/+5 |
2009-02-08 | async: use list_move_tail | Stefan Richter | 1 | -2/+1 |
2009-02-08 | async: Rename _special -> _domain for clarity. | Cornelia Huck | 1 | -19/+22 |
2009-02-08 | async: Add some documentation. | Cornelia Huck | 1 | -0/+47 |
2009-02-08 | async: Handle kthread_run() return codes. | Cornelia Huck | 1 | -2/+9 |
2009-02-08 | async: Fix running list handling. | Cornelia Huck | 1 | -2/+2 |
2009-02-05 | kernel/async.c: fix printk warnings | Andrew Morton | 1 | -4/+8 |
2009-01-13 | async: fix __lowest_in_progress() | Arjan van de Ven | 1 | -5/+16 |
2009-01-10 | async: make async a command line option for now | Arjan van de Ven | 1 | -2/+14 |
2009-01-08 | async: make async_synchronize_full() more serializing | Arjan van de Ven | 1 | -1/+3 |
2009-01-07 | async: don't do the initcall stuff post boot | Arjan van de Ven | 1 | -4/+4 |
2009-01-07 | async: Asynchronous function calls to speed up kernel boot | Arjan van de Ven | 1 | -0/+321 |