aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/task_work.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Viro1-19/+11
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro1-7/+7
2012-07-22trim task_work: get rid of hlistAl Viro1-31/+33
2012-05-23task_work_add: generic process-context callbacksOleg Nesterov1-0/+84