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
/
livepatch
/
transition.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-29
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+0
2022-03-17
livepatch: Don't block removal of patches that are safe to unload
Chengming Zhou
1
-2
/
+9
2022-03-11
tracehook: Remove tracehook.h
Eric W. Biederman
1
-1
/
+0
2021-10-14
sched,livepatch: Use wake_up_if_idle()
Peter Zijlstra
1
-1
/
+4
2021-10-07
sched,livepatch: Use task_call_func()
Peter Zijlstra
1
-46
/
+44
2021-08-19
livepatch: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-2
/
+2
2021-03-30
livepatch: Replace the fake signal sending with TIF_NOTIFY_SIGNAL infrastructure
Miroslav Benes
1
-3
/
+2
2019-11-01
livepatch: Keep replaced patches until post_patch callback is called
Petr Mladek
1
-6
/
+6
2019-07-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...
Linus Torvalds
1
-3
/
+8
2019-06-20
livepatch: Remove duplicate warning about missing reliable stacktrace support
Petr Mladek
1
-1
/
+0
2019-06-20
Revert "livepatch: Remove reliable stacktrace check in klp_try_switch_task()"
Miroslav Benes
1
-0
/
+7
2019-06-05
livepatch: Use static buffer for debugging messages under rq lock
Petr Mladek
1
-2
/
+1
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
1
-13
/
+1
2019-04-29
livepatch: Simplify stack trace retrieval
Thomas Gleixner
1
-13
/
+9
2019-03-05
Merge branch 'for-5.1/atomic-replace' into for-linus
Jiri Kosina
1
-1
/
+1
2019-02-06
livepatch: Introduce klp_for_each_patch macro
Petr Mladek
1
-1
/
+1
2019-01-17
livepatch: Remove signal sysfs attribute
Miroslav Benes
1
-41
/
+41
2019-01-17
livepatch: Send a fake signal periodically
Miroslav Benes
1
-3
/
+13
2019-01-11
livepatch: Remove Nop structures when unused
Petr Mladek
1
-1
/
+3
2019-01-11
livepatch: Add atomic replace
Jason Baron
1
-0
/
+3
2019-01-11
livepatch: Simplify API by removing registration step
Petr Mladek
1
-7
/
+12
2019-01-11
livepatch: Don't block the removal of patches loaded after a forced transition
Petr Mladek
1
-5
/
+5
2019-01-11
livepatch: Change unsigned long old_addr -> void *old_func in struct klp_func
Petr Mladek
1
-2
/
+2
2018-12-01
livepatch: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-2
/
+2
2018-07-16
livepatch: Remove reliable stacktrace check in klp_try_switch_task()
Kamalesh Babulal
1
-7
/
+0
2018-01-11
livepatch: Remove immediate feature
Miroslav Benes
1
-44
/
+5
2017-12-07
livepatch: force transition to finish
Miroslav Benes
1
-2
/
+34
2017-12-05
livepatch: send a fake signal to all blocking tasks
Miroslav Benes
1
-0
/
+41
2017-10-19
livepatch: add transition notices
Joe Lawrence
1
-1
/
+17
2017-10-19
livepatch: move transition "complete" notice into klp_complete_transition()
Joe Lawrence
1
-3
/
+3
2017-10-19
livepatch: add (un)patch callbacks
Joe Lawrence
1
-3
/
+18
2017-06-20
livepatch: Fix stacking of patches with respect to RCU
Petr Mladek
1
-5
/
+31
2017-04-11
livepatch: Cancel transition a safe way for immediate patches
Petr Mladek
1
-20
/
+0
2017-03-08
livepatch: make klp_mutex proper part of API
Jiri Kosina
1
-2
/
+1
2017-03-08
livepatch: allow removal of a disabled patch
Josh Poimboeuf
1
-3
/
+34
2017-03-08
livepatch: change to a per-task consistency model
Josh Poimboeuf
1
-0
/
+543