Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | task_work: remove fifo ordering guarantee | Eric Dumazet | 2015-09-05 | 1 | -10/+2 |
* | task_work: documentation | Oleg Nesterov | 2013-09-11 | 1 | -0/+36 |
* | task_work: minor cleanups | Oleg Nesterov | 2013-09-11 | 1 | -2/+2 |
* | task_work: task_work_add() should not succeed after exit_task_work() | Oleg Nesterov | 2012-09-13 | 1 | -6/+16 |
* | task_work: Make task_work_add() lockless | Oleg Nesterov | 2012-09-13 | 1 | -47/+48 |
* | task_work: add a scheduling point in task_work_run() | Eric Dumazet | 2012-08-21 | 1 | -0/+1 |
* | deal with task_work callbacks adding more work | Al Viro | 2012-07-22 | 1 | -12/+14 |
* | move exit_task_work() past exit_files() et.al. | Al Viro | 2012-07-22 | 1 | -19/+11 |
* | merge task_work and rcu_head, get rid of separate allocation for keyring case | Al Viro | 2012-07-22 | 1 | -7/+7 |
* | trim task_work: get rid of hlist | Al Viro | 2012-07-22 | 1 | -31/+33 |
* | task_work_add: generic process-context callbacks | Oleg Nesterov | 2012-05-23 | 1 | -0/+84 |