summaryrefslogtreecommitdiffstats
path: root/kernel/task_work.c
AgeCommit message (Expand)AuthorLines
2023-09-19task_work: add kerneldoc annotation for 'data' argumentJens Axboe-0/+1
2022-09-11task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_...Uros Bizjak-7/+9
2022-04-30task_work: allow TWA_SIGNAL without a rescheduling IPIJens Axboe-6/+19
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman-1/+1
2022-03-10task_work: Introduce task_work_pendingEric W. Biederman-1/+1
2021-04-30kasan: record task_work_add() call stackWalter Wu-0/+3
2021-04-11task_work: add helper for more targeted task_work cancelingJens Axboe-7/+28
2020-12-12task_work: remove legacy TWA_SIGNAL pathJens Axboe-29/+1
2020-11-09Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke...Jens Axboe-12/+29
2020-10-29task_work: Use TIF_NOTIFY_SIGNAL if availableJens Axboe-12/+29
2020-10-17task_work: cleanup notification modesJens Axboe-10/+20
2020-08-13task_work: only grab task signal lock when neededJens Axboe-1/+7
2020-06-30task_work: teach task_work_add() to do signal_wake_up()Oleg Nesterov-2/+14
2020-03-02task_work_run: don't take ->pi_lock unconditionallyOleg Nesterov-4/+14
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon-1/+1
2017-07-25task_work: Replace spin_unlock_wait() with lock/unlock pairOleg Nesterov-6/+2
2016-08-02task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_worksOleg Nesterov-4/+6
2016-06-14locking/spinlock: Update spin_unlock_wait() usersPeter Zijlstra-1/+0
2015-09-05task_work: remove fifo ordering guaranteeEric Dumazet-10/+2
2013-09-11task_work: documentationOleg Nesterov-0/+36
2013-09-11task_work: minor cleanupsOleg Nesterov-2/+2
2012-09-13task_work: task_work_add() should not succeed after exit_task_work()Oleg Nesterov-6/+16
2012-09-13task_work: Make task_work_add() locklessOleg Nesterov-47/+48
2012-08-21task_work: add a scheduling point in task_work_run()Eric Dumazet-0/+1
2012-07-22deal with task_work callbacks adding more workAl Viro-12/+14
2012-07-22move exit_task_work() past exit_files() et.al.Al Viro-19/+11
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro-7/+7
2012-07-22trim task_work: get rid of hlistAl Viro-31/+33
2012-05-23task_work_add: generic process-context callbacksOleg Nesterov-0/+84