index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
task_work.c
Age
Commit message (
Expand
)
Author
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