index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
task_work.h
Age
Commit message (
Expand
)
Author
2024-07-09
task_work: Add TWA_NMI_CURRENT as an additional notify mode.
Sebastian Andrzej Siewior
2024-07-09
task_work: Introduce task_work_cancel() again
Frederic Weisbecker
2024-07-09
task_work: s/task_work_cancel()/task_work_cancel_func()/
Frederic Weisbecker
2022-04-30
task_work: allow TWA_SIGNAL without a rescheduling IPI
Jens Axboe
2022-03-10
task_work: Introduce task_work_pending
Eric W. Biederman
2021-04-11
task_work: add helper for more targeted task_work canceling
Jens Axboe
2020-10-17
task_work: cleanup notification modes
Jens Axboe
2020-06-30
task_work: teach task_work_add() to do signal_wake_up()
Oleg Nesterov
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2012-09-13
task_work: task_work_add() should not succeed after exit_task_work()
Oleg Nesterov
2012-07-22
merge task_work and rcu_head, get rid of separate allocation for keyring case
Al Viro
2012-07-22
trim task_work: get rid of hlist
Al Viro
2012-07-22
trimming task_work: kill ->data
Al Viro
2012-05-23
task_work_add: generic process-context callbacks
Oleg Nesterov