summaryrefslogtreecommitdiff
path: root/kernel/task_work.c
Commit message (Expand)AuthorAge
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-10-24
|/
* task_work: Replace spin_unlock_wait() with lock/unlock pairOleg Nesterov2017-07-25
* task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_worksOleg Nesterov2016-08-02
* locking/spinlock: Update spin_unlock_wait() usersPeter Zijlstra2016-06-14
* task_work: remove fifo ordering guaranteeEric Dumazet2015-09-05
* task_work: documentationOleg Nesterov2013-09-11
* task_work: minor cleanupsOleg Nesterov2013-09-11
* task_work: task_work_add() should not succeed after exit_task_work()Oleg Nesterov2012-09-13
* task_work: Make task_work_add() locklessOleg Nesterov2012-09-13
* task_work: add a scheduling point in task_work_run()Eric Dumazet2012-08-21
* deal with task_work callbacks adding more workAl Viro2012-07-22
* move exit_task_work() past exit_files() et.al.Al Viro2012-07-22
* merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro2012-07-22
* trim task_work: get rid of hlistAl Viro2012-07-22
* task_work_add: generic process-context callbacksOleg Nesterov2012-05-23