aboutsummaryrefslogtreecommitdiff
path: root/kernel/task_work.c
AgeCommit message (Expand)Author
2012-08-21task_work: add a scheduling point in task_work_run()Eric Dumazet
2012-07-22deal with task_work callbacks adding more workAl Viro
2012-07-22move exit_task_work() past exit_files() et.al.Al Viro
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro
2012-07-22trim task_work: get rid of hlistAl Viro
2012-05-23task_work_add: generic process-context callbacksOleg Nesterov