summaryrefslogtreecommitdiff
path: root/include/linux/task_work.h
AgeCommit message (Expand)Author
2021-04-11task_work: add helper for more targeted task_work cancelingJens Axboe
2020-10-17task_work: cleanup notification modesJens Axboe
2020-06-30task_work: teach task_work_add() to do signal_wake_up()Oleg Nesterov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2012-09-13task_work: task_work_add() should not succeed after exit_task_work()Oleg Nesterov
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-07-22trimming task_work: kill ->dataAl Viro
2012-05-23task_work_add: generic process-context callbacksOleg Nesterov