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
/
patch.c
Age
Commit message (
Expand
)
Author
2022-11-18
ftrace: rename ftrace_instruction_pointer_set() -> ftrace_regs_set_instructio...
Mark Rutland
2022-05-24
livepatch: Remove klp_arch_set_pc() and asm/livepatch.h
Christophe Leroy
2022-03-15
x86/livepatch: Validate __fentry__ location
Peter Zijlstra
2021-10-27
ftrace: disable preemption when recursion locked
王贇
2020-11-13
livepatch: Use the default ftrace_ops instead of REGS when ARGS is available
Steven Rostedt (VMware)
2020-11-13
ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs
Steven Rostedt (VMware)
2020-11-06
ftrace: Add recording of functions that caused recursion
Steven Rostedt (VMware)
2020-11-06
livepatch: Trigger WARNING if livepatch function fails due to recursion
Steven Rostedt (VMware)
2020-11-06
livepatch/ftrace: Add recursion protection to the ftrace callback
Steven Rostedt (VMware)
2019-11-04
ftrace: Introduce PERMANENT ftrace_ops flag
Miroslav Benes
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
2019-01-11
livepatch: Remove Nop structures when unused
Petr Mladek
2019-01-11
livepatch: Add atomic replace
Jason Baron
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
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-03-08
livepatch: change to a per-task consistency model
Josh Poimboeuf
2017-03-08
livepatch: move patching functions into patch.c
Josh Poimboeuf