summaryrefslogtreecommitdiffstats
path: root/kernel/task_work.c
Commit message (Expand)AuthorAgeFilesLines
* task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_worksOleg Nesterov2016-08-021-4/+6
* locking/spinlock: Update spin_unlock_wait() usersPeter Zijlstra2016-06-141-1/+0
* task_work: remove fifo ordering guaranteeEric Dumazet2015-09-051-10/+2
* task_work: documentationOleg Nesterov2013-09-111-0/+36
* task_work: minor cleanupsOleg Nesterov2013-09-111-2/+2
* task_work: task_work_add() should not succeed after exit_task_work()Oleg Nesterov2012-09-131-6/+16
* task_work: Make task_work_add() locklessOleg Nesterov2012-09-131-47/+48
* task_work: add a scheduling point in task_work_run()Eric Dumazet2012-08-211-0/+1
* deal with task_work callbacks adding more workAl Viro2012-07-221-12/+14
* move exit_task_work() past exit_files() et.al.Al Viro2012-07-221-19/+11
* merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro2012-07-221-7/+7
* trim task_work: get rid of hlistAl Viro2012-07-221-31/+33
* task_work_add: generic process-context callbacksOleg Nesterov2012-05-231-0/+84
OpenPOWER on IntegriCloud