aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/task_work.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-30task_work: allow TWA_SIGNAL without a rescheduling IPIJens Axboe1-0/+1
2022-03-10task_work: Introduce task_work_pendingEric W. Biederman1-0/+5
2021-04-11task_work: add helper for more targeted task_work cancelingJens Axboe1-0/+2
2020-10-17task_work: cleanup notification modesJens Axboe1-3/+8
2020-06-30task_work: teach task_work_add() to do signal_wake_up()Oleg Nesterov1-1/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2012-09-13task_work: task_work_add() should not succeed after exit_task_work()Oleg Nesterov1-2/+1
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro1-10/+4
2012-07-22trim task_work: get rid of hlistAl Viro1-2/+2
2012-07-22trimming task_work: kill ->dataAl Viro1-3/+1
2012-05-23task_work_add: generic process-context callbacksOleg Nesterov1-0/+33