aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/task_work.c
Commit message (Expand)AuthorAge
* task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_worksOleg Nesterov2016-08-02
* locking/spinlock: Update spin_unlock_wait() usersPeter Zijlstra2016-06-14
* task_work: remove fifo ordering guaranteeEric Dumazet2015-09-05
* task_work: documentationOleg Nesterov2013-09-11
* task_work: minor cleanupsOleg Nesterov2013-09-11
* task_work: task_work_add() should not succeed after exit_task_work()Oleg Nesterov2012-09-13
* task_work: Make task_work_add() locklessOleg Nesterov2012-09-13
* task_work: add a scheduling point in task_work_run()Eric Dumazet2012-08-21
* deal with task_work callbacks adding more workAl Viro2012-07-22
* move exit_task_work() past exit_files() et.al.Al Viro2012-07-22
* merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro2012-07-22
* trim task_work: get rid of hlistAl Viro2012-07-22
* task_work_add: generic process-context callbacksOleg Nesterov2012-05-23