index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
task_work.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-30
kasan: record task_work_add() call stack
Walter Wu
1
-0
/
+3
2021-04-12
task_work: add helper for more targeted task_work canceling
Jens Axboe
1
-7
/
+28
2020-12-12
task_work: remove legacy TWA_SIGNAL path
Jens Axboe
1
-29
/
+1
2020-11-09
Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/ke...
Jens Axboe
1
-12
/
+29
2020-10-29
task_work: Use TIF_NOTIFY_SIGNAL if available
Jens Axboe
1
-12
/
+29
2020-10-18
task_work: cleanup notification modes
Jens Axboe
1
-10
/
+20
2020-08-13
task_work: only grab task signal lock when needed
Jens Axboe
1
-1
/
+7
2020-06-30
task_work: teach task_work_add() to do signal_wake_up()
Oleg Nesterov
1
-2
/
+14
2020-03-03
task_work_run: don't take ->pi_lock unconditionally
Oleg Nesterov
1
-4
/
+14
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-24
locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
Will Deacon
1
-1
/
+1
2017-07-25
task_work: Replace spin_unlock_wait() with lock/unlock pair
Oleg Nesterov
1
-6
/
+2
2016-08-03
task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_works
Oleg Nesterov
1
-4
/
+6
2016-06-14
locking/spinlock: Update spin_unlock_wait() users
Peter Zijlstra
1
-1
/
+0
2015-09-05
task_work: remove fifo ordering guarantee
Eric Dumazet
1
-10
/
+2
2013-09-12
task_work: documentation
Oleg Nesterov
1
-0
/
+36
2013-09-12
task_work: minor cleanups
Oleg Nesterov
1
-2
/
+2
2012-09-13
task_work: task_work_add() should not succeed after exit_task_work()
Oleg Nesterov
1
-6
/
+16
2012-09-13
task_work: Make task_work_add() lockless
Oleg Nesterov
1
-47
/
+48
2012-08-21
task_work: add a scheduling point in task_work_run()
Eric Dumazet
1
-0
/
+1
2012-07-22
deal with task_work callbacks adding more work
Al Viro
1
-12
/
+14
2012-07-22
move exit_task_work() past exit_files() et.al.
Al Viro
1
-19
/
+11
2012-07-22
merge task_work and rcu_head, get rid of separate allocation for keyring case
Al Viro
1
-7
/
+7
2012-07-22
trim task_work: get rid of hlist
Al Viro
1
-31
/
+33
2012-05-24
task_work_add: generic process-context callbacks
Oleg Nesterov
1
-0
/
+84