Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | task_work: allow TWA_SIGNAL without a rescheduling IPI | Jens Axboe | 2022-04-30 | 1 | -0/+1 |
* | task_work: Introduce task_work_pending | Eric W. Biederman | 2022-03-10 | 1 | -0/+5 |
* | task_work: add helper for more targeted task_work canceling | Jens Axboe | 2021-04-11 | 1 | -0/+2 |
* | task_work: cleanup notification modes | Jens Axboe | 2020-10-17 | 1 | -3/+8 |
* | task_work: teach task_work_add() to do signal_wake_up() | Oleg Nesterov | 2020-06-30 | 1 | -1/+4 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | task_work: task_work_add() should not succeed after exit_task_work() | Oleg Nesterov | 2012-09-13 | 1 | -2/+1 |
* | merge task_work and rcu_head, get rid of separate allocation for keyring case | Al Viro | 2012-07-22 | 1 | -10/+4 |
* | trim task_work: get rid of hlist | Al Viro | 2012-07-22 | 1 | -2/+2 |
* | trimming task_work: kill ->data | Al Viro | 2012-07-22 | 1 | -3/+1 |
* | task_work_add: generic process-context callbacks | Oleg Nesterov | 2012-05-23 | 1 | -0/+33 |