index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
task_work.c
Age
Commit message (
Expand
)
Author
2024-07-29
task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORK
Linus Torvalds
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
2023-09-19
task_work: add kerneldoc annotation for 'data' argument
Jens Axboe
2022-09-11
task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_...
Uros Bizjak
2022-04-30
task_work: allow TWA_SIGNAL without a rescheduling IPI
Jens Axboe
2022-03-10
resume_user_mode: Move to resume_user_mode.h
Eric W. Biederman
2022-03-10
task_work: Introduce task_work_pending
Eric W. Biederman
2021-04-30
kasan: record task_work_add() call stack
Walter Wu
2021-04-11
task_work: add helper for more targeted task_work canceling
Jens Axboe
2020-12-12
task_work: remove legacy TWA_SIGNAL path
Jens Axboe
2020-11-09
Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke...
Jens Axboe
2020-10-29
task_work: Use TIF_NOTIFY_SIGNAL if available
Jens Axboe
2020-10-17
task_work: cleanup notification modes
Jens Axboe
2020-08-13
task_work: only grab task signal lock when needed
Jens Axboe
2020-06-30
task_work: teach task_work_add() to do signal_wake_up()
Oleg Nesterov
2020-03-02
task_work_run: don't take ->pi_lock unconditionally
Oleg Nesterov
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-24
locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
Will Deacon
2017-07-25
task_work: Replace spin_unlock_wait() with lock/unlock pair
Oleg Nesterov
2016-08-02
task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_works
Oleg Nesterov
2016-06-14
locking/spinlock: Update spin_unlock_wait() users
Peter Zijlstra
2015-09-05
task_work: remove fifo ordering guarantee
Eric Dumazet
2013-09-11
task_work: documentation
Oleg Nesterov
2013-09-11
task_work: minor cleanups
Oleg Nesterov
2012-09-13
task_work: task_work_add() should not succeed after exit_task_work()
Oleg Nesterov
2012-09-13
task_work: Make task_work_add() lockless
Oleg Nesterov
2012-08-21
task_work: add a scheduling point in task_work_run()
Eric Dumazet
2012-07-22
deal with task_work callbacks adding more work
Al Viro
2012-07-22
move exit_task_work() past exit_files() et.al.
Al Viro
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-05-23
task_work_add: generic process-context callbacks
Oleg Nesterov