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
/
livepatch
/
transition.c
Age
Commit message (
Expand
)
Author
2019-11-01
livepatch: Keep replaced patches until post_patch callback is called
Petr Mladek
2019-07-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...
Linus Torvalds
2019-06-20
livepatch: Remove duplicate warning about missing reliable stacktrace support
Petr Mladek
2019-06-20
Revert "livepatch: Remove reliable stacktrace check in klp_try_switch_task()"
Miroslav Benes
2019-06-05
livepatch: Use static buffer for debugging messages under rq lock
Petr Mladek
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
2019-04-29
livepatch: Simplify stack trace retrieval
Thomas Gleixner
2019-03-05
Merge branch 'for-5.1/atomic-replace' into for-linus
Jiri Kosina
2019-02-06
livepatch: Introduce klp_for_each_patch macro
Petr Mladek
2019-01-16
livepatch: Remove signal sysfs attribute
Miroslav Benes
2019-01-16
livepatch: Send a fake signal periodically
Miroslav Benes
2019-01-11
livepatch: Remove Nop structures when unused
Petr Mladek
2019-01-11
livepatch: Add atomic replace
Jason Baron
2019-01-11
livepatch: Simplify API by removing registration step
Petr Mladek
2019-01-11
livepatch: Don't block the removal of patches loaded after a forced transition
Petr Mladek
2019-01-11
livepatch: Change unsigned long old_addr -> void *old_func in struct klp_func
Petr Mladek
2018-12-01
livepatch: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
2018-07-16
livepatch: Remove reliable stacktrace check in klp_try_switch_task()
Kamalesh Babulal
2018-01-11
livepatch: Remove immediate feature
Miroslav Benes
2017-12-07
livepatch: force transition to finish
Miroslav Benes
2017-12-04
livepatch: send a fake signal to all blocking tasks
Miroslav Benes
2017-10-19
livepatch: add transition notices
Joe Lawrence
2017-10-19
livepatch: move transition "complete" notice into klp_complete_transition()
Joe Lawrence
2017-10-19
livepatch: add (un)patch callbacks
Joe Lawrence
2017-06-20
livepatch: Fix stacking of patches with respect to RCU
Petr Mladek
2017-04-11
livepatch: Cancel transition a safe way for immediate patches
Petr Mladek
2017-03-08
livepatch: make klp_mutex proper part of API
Jiri Kosina
2017-03-08
livepatch: allow removal of a disabled patch
Josh Poimboeuf
2017-03-08
livepatch: change to a per-task consistency model
Josh Poimboeuf