summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-08-02task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_worksOleg Nesterov1-4/+6
2016-06-14locking/spinlock: Update spin_unlock_wait() usersPeter Zijlstra3-4/+6
2015-09-05task_work: remove fifo ordering guaranteeEric Dumazet1-10/+2
2013-09-11task_work: documentationOleg Nesterov1-0/+36
2013-09-11task_work: minor cleanupsOleg Nesterov1-2/+2
2012-09-13task_work: task_work_add() should not succeed after exit_task_work()Oleg Nesterov2-8/+17
2012-09-13task_work: Make task_work_add() locklessOleg Nesterov1-47/+48
2012-08-21task_work: add a scheduling point in task_work_run()Eric Dumazet1-0/+1
2012-07-22deal with task_work callbacks adding more workAl Viro1-12/+14
2012-07-22move exit_task_work() past exit_files() et.al.Al Viro2-23/+13
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro8-52/+31
2012-07-22trim task_work: get rid of hlistAl Viro5-36/+38
2012-05-24task_work_add: generic process-context callbacksOleg Nesterov7-2/+136