aboutsummaryrefslogtreecommitdiff
path: root/kernel/task_work.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-02task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_worksGravatar Oleg Nesterov 1-4/+6
2016-06-14locking/spinlock: Update spin_unlock_wait() usersGravatar Peter Zijlstra 1-1/+0
2015-09-05task_work: remove fifo ordering guaranteeGravatar Eric Dumazet 1-10/+2
2013-09-11task_work: documentationGravatar Oleg Nesterov 1-0/+36
2013-09-11task_work: minor cleanupsGravatar Oleg Nesterov 1-2/+2
2012-09-13task_work: task_work_add() should not succeed after exit_task_work()Gravatar Oleg Nesterov 1-6/+16
2012-09-13task_work: Make task_work_add() locklessGravatar Oleg Nesterov 1-47/+48
2012-08-21task_work: add a scheduling point in task_work_run()Gravatar Eric Dumazet 1-0/+1
2012-07-22deal with task_work callbacks adding more workGravatar Al Viro 1-12/+14
2012-07-22move exit_task_work() past exit_files() et.al.Gravatar Al Viro 1-19/+11
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseGravatar Al Viro 1-7/+7
2012-07-22trim task_work: get rid of hlistGravatar Al Viro 1-31/+33
2012-05-23task_work_add: generic process-context callbacksGravatar Oleg Nesterov 1-0/+84