| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-12-03 | Merge tag 'livepatching-for-6.19' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+7 |
| 2025-10-15 | livepatch: Match old_sympos 0 and 1 in klp_find_func() | Song Liu | 1 | -1/+7 |
| 2025-10-14 | livepatch: Add CONFIG_KLP_BUILD | Josh Poimboeuf | 1 | -0/+12 |
| 2025-10-14 | objtool/klp: Introduce klp diff subcommand for diffing object files | Josh Poimboeuf | 1 | -2/+2 |
| 2025-10-14 | x86/module: Improve relocation error messages | Josh Poimboeuf | 1 | -2/+2 |
| 2025-05-14 | sched,livepatch: Untangle cond_resched() and live-patching | Peter Zijlstra | 1 | -35/+14 |
| 2025-03-30 | Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+1 |
| 2025-03-10 | module: Use RCU in find_module_all(). | Sebastian Andrzej Siewior | 1 | -3/+1 |
| 2025-03-04 | livepatch: Add comment to clarify klp_add_nops() | Yafang Shao | 1 | -3/+6 |
| 2024-12-09 | livepatch: Add stack_order sysfs attribute | Wardenjohn | 1 | -0/+24 |
| 2024-07-02 | livepatch: Replace snprintf() with sysfs_emit() | Yafang Shao | 1 | -3/+2 |
| 2024-07-02 | livepatch: Add "replace" sysfs attribute | Yafang Shao | 1 | -0/+12 |
| 2024-05-09 | livepatch: Rename KLP_* to KLP_TRANSITION_* | Wardenjohn | 3 | -31/+31 |
| 2023-09-20 | livepatch: Fix missing newline character in klp_resolve_symbols() | Zheng Yejian | 1 | -1/+1 |
| 2023-06-05 | livepatch: Make 'klp_stack_entries' static | Josh Poimboeuf | 1 | -1/+1 |
| 2023-04-28 | Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -18/+105 |
| 2023-04-27 | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+1 |
| 2023-03-22 | livepatch,sched: Add livepatch task switching to cond_resched() | Josh Poimboeuf | 2 | -15/+93 |
| 2023-03-22 | livepatch: Skip task_call_func() for current task | Josh Poimboeuf | 1 | -1/+5 |
| 2023-03-22 | livepatch: Convert stack entries array to percpu | Josh Poimboeuf | 1 | -2/+7 |
| 2023-03-19 | kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym... | Zhen Lei | 1 | -2/+1 |
| 2023-03-09 | livepatch: Make kobj_type structures constant | Thomas Weißschuh | 1 | -3/+3 |
| 2023-02-23 | Merge tag 'livepatching-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -13/+49 |
| 2023-02-03 | livepatch,x86: Clear relocation targets on a module removal | Song Liu | 1 | -13/+49 |
| 2023-01-19 | livepatch: Improve the search performance of module_kallsyms_on_each_symbol() | Zhen Lei | 1 | -9/+1 |
| 2022-12-13 | Merge tag 'modules-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -12/+19 |
| 2022-12-12 | livepatch: Call klp_match_callback() in klp_find_callback() to avoid code dup... | Zhen Lei | 1 | -22/+11 |
| 2022-12-12 | Merge tag 'livepatching-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -27/+27 |
| 2022-11-18 | ftrace: rename ftrace_instruction_pointer_set() -> ftrace_regs_set_instructio... | Mark Rutland | 1 | -1/+1 |
| 2022-11-12 | livepatch: Use kallsyms_on_each_match_symbol() to improve performance | Zhen Lei | 1 | -1/+19 |
| 2022-10-18 | livepatch: Move the result-invariant calculation out of the loop | Zhen Lei | 1 | -27/+27 |
| 2022-10-10 | Merge tag 'livepatching-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -3/+35 |
| 2022-10-05 | Merge branch 'for-6.1/sysfs-patched-object' into for-linus | Petr Mladek | 1 | -0/+18 |
| 2022-09-28 | kallsyms: increase maximum kernel symbol length to 512 | Miguel Ojeda | 1 | -2/+2 |
| 2022-09-23 | livepatch: add sysfs entry "patched" for each klp_object | Song Liu | 1 | -0/+18 |
| 2022-09-01 | livepatch: Add a missing newline character in klp_module_coming() | Zhen Lei | 1 | -1/+1 |
| 2022-09-01 | livepatch: fix race between fork and KLP transition | Rik van Riel | 1 | -2/+16 |
| 2022-06-02 | Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2022-05-24 | livepatch: Remove klp_arch_set_pc() and asm/livepatch.h | Christophe Leroy | 1 | -1/+1 |
| 2022-03-28 | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+0 |
| 2022-03-28 | Merge tag 'livepatching-for-5.18' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+9 |
| 2022-03-27 | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -17/+2 |
| 2022-03-17 | livepatch: Don't block removal of patches that are safe to unload | Chengming Zhou | 1 | -2/+9 |
| 2022-03-15 | x86/livepatch: Validate __fentry__ location | Peter Zijlstra | 1 | -17/+2 |
| 2022-03-10 | tracehook: Remove tracehook.h | Eric W. Biederman | 1 | -1/+0 |
| 2022-02-07 | livepatch: Fix build failure on 32 bits processors | Christophe Leroy | 1 | -2/+2 |
| 2022-01-16 | Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -19/+16 |
| 2022-01-04 | livepatch: Fix missing unlock on error in klp_enable_patch() | Yang Yingliang | 1 | -1/+3 |
| 2022-01-04 | livepatch: Fix kobject refcount bug on klp_init_patch_early failure path | David Vernet | 1 | -18/+13 |
| 2021-12-23 | Documentation: livepatch: Add livepatch API page | David Vernet | 1 | -3/+3 |
| 2021-11-01 | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -6/+6 |
| 2021-10-27 | ftrace: disable preemption when recursion locked | 王贇 | 1 | -6/+6 |
| 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-04-27 | Merge tag 'livepatching-for-5.13' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+2 |
| 2021-03-30 | livepatch: Replace the fake signal sending with TIF_NOTIFY_SIGNAL infrastructure | Miroslav Benes | 1 | -3/+2 |
| 2021-02-08 | kallsyms: refactor {,module_}kallsyms_on_each_symbol | Christoph Hellwig | 1 | -2/+0 |
| 2021-02-08 | module: use RCU to synchronize find_module | Christoph Hellwig | 1 | -2/+3 |
| 2020-11-13 | livepatch: Use the default ftrace_ops instead of REGS when ARGS is available | Steven Rostedt (VMware) | 2 | -5/+6 |
| 2020-11-13 | ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs | Steven Rostedt (VMware) | 1 | -1/+2 |
| 2020-11-06 | ftrace: Add recording of functions that caused recursion | Steven Rostedt (VMware) | 1 | -1/+1 |
| 2020-11-06 | livepatch: Trigger WARNING if livepatch function fails due to recursion | Steven Rostedt (VMware) | 1 | -1/+1 |
| 2020-11-06 | livepatch/ftrace: Add recursion protection to the ftrace callback | Steven Rostedt (VMware) | 1 | -0/+5 |
| 2020-10-16 | kernel/: fix repeated words in comments | Randy Dunlap | 1 | -1/+1 |
| 2020-05-11 | livepatch: Make klp_apply_object_relocs static | Samuel Zou | 1 | -1/+2 |
| 2020-05-08 | x86/module: Use text_mutex in apply_relocate_add() | Josh Poimboeuf | 1 | -6/+0 |
| 2020-05-08 | livepatch: Remove module_disable_ro() usage | Josh Poimboeuf | 1 | -2/+0 |
| 2020-05-08 | livepatch: Prevent module-specific KLP rela sections from referencing vmlinux... | Josh Poimboeuf | 1 | -11/+27 |
| 2020-05-08 | livepatch: Remove .klp.arch | Peter Zijlstra | 1 | -18/+9 |
| 2020-05-08 | livepatch: Apply vmlinux-specific KLP relocations early | Josh Poimboeuf | 1 | -51/+86 |
| 2020-05-08 | livepatch: Disallow vmlinux.ko | Josh Poimboeuf | 1 | -0/+5 |
| 2019-11-27 | Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -1/+2 |
| 2019-11-04 | ftrace: Introduce PERMANENT ftrace_ops flag | Miroslav Benes | 1 | -1/+2 |
| 2019-11-01 | livepatch: Allow to distinguish different version of system state changes | Petr Mladek | 3 | -0/+53 |
| 2019-11-01 | livepatch: Basic API to track system state changes | Petr Mladek | 2 | -1/+84 |
| 2019-11-01 | livepatch: Keep replaced patches until post_patch callback is called | Petr Mladek | 3 | -18/+35 |
| 2019-08-19 | livepatch: Nullify obj->mod in klp_module_coming()'s error path | Miroslav Benes | 1 | -0/+1 |
| 2019-07-11 | 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-15 | Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -0/+6 |
| 2019-06-14 | module: Fix livepatch/ftrace module text permissions race | Josh Poimboeuf | 1 | -0/+6 |
| 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 | 4 | -52/+4 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-05-15 | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -8/+0 |
| 2019-05-10 | livepatch: Remove klp_check_compiler_support() | Jiri Kosina | 1 | -8/+0 |
| 2019-05-07 | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+2 |
| 2019-05-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv... | Linus Torvalds | 1 | -52/+39 |
| 2019-05-03 | livepatch: Remove duplicated code for early initialization | Petr Mladek | 1 | -16/+26 |
| 2019-05-03 | livepatch: Remove custom kobject state handling | Petr Mladek | 1 | -39/+17 |
| 2019-04-29 | livepatch: Convert error about unsupported reliable stacktrace into a warning | Petr Mladek | 1 | -3/+2 |
| 2019-04-29 | livepatch: Simplify stack trace retrieval | Thomas Gleixner | 1 | -13/+9 |
| 2019-04-25 | livepatch: Replace klp_ktype_patch's default_attrs with groups | Kimberly Brown | 1 | -1/+2 |
| 2019-03-05 | Merge branch 'for-5.1/atomic-replace' into for-linus | Jiri Kosina | 3 | -26/+18 |
| 2019-02-06 | livepatch: Module coming and going callbacks can proceed with all listed patches | Petr Mladek | 1 | -20/+6 |
| 2019-02-06 | livepatch: Introduce klp_for_each_patch macro | Petr Mladek | 3 | -5/+11 |
| 2019-02-06 | livepatch: core: Return EOPNOTSUPP instead of ENOSYS | Alice Ferrazzi | 1 | -1/+1 |
| 2019-01-16 | livepatch: Remove signal sysfs attribute | Miroslav Benes | 3 | -74/+41 |
| 2019-01-16 | livepatch: Send a fake signal periodically | Miroslav Benes | 1 | -3/+13 |
| 2019-01-11 | livepatch: Remove ordering (stacking) of the livepatches | Petr Mladek | 1 | -4/+0 |
| 2019-01-11 | livepatch: Remove Nop structures when unused | Petr Mladek | 5 | -9/+76 |
| 2019-01-11 | livepatch: Add atomic replace | Jason Baron | 4 | -8/+236 |
| 2019-01-11 | livepatch: Use lists to manage patches, objects and functions | Jason Baron | 1 | -2/+7 |
| 2019-01-11 | livepatch: Simplify API by removing registration step | Petr Mladek | 3 | -193/+108 |
| 2019-01-11 | livepatch: Don't block the removal of patches loaded after a forced transition | Petr Mladek | 3 | -6/+9 |
| 2019-01-11 | livepatch: Consolidate klp_free functions | Petr Mladek | 1 | -45/+92 |
| 2019-01-11 | livepatch: Shuffle klp_enable_patch()/klp_disable_patch() code | Petr Mladek | 1 | -164/+166 |
| 2019-01-11 | livepatch: Change unsigned long old_addr -> void *old_func in struct klp_func | Petr Mladek | 4 | -15/+17 |
| 2018-12-01 | livepatch: Replace synchronize_sched() with synchronize_rcu() | Paul E. McKenney | 2 | -4/+4 |
| 2018-08-20 | Merge branch 'for-4.19/upstream' into for-linus | Jiri Kosina | 1 | -7/+0 |
| 2018-07-23 | livepatch: Validate module/old func name length | Kamalesh Babulal | 1 | -0/+6 |
| 2018-07-16 | livepatch: Remove reliable stacktrace check in klp_try_switch_task() | Kamalesh Babulal | 1 | -7/+0 |
| 2018-04-17 | livepatch: Allow to call a custom callback when freeing shadow variables | Petr Mladek | 1 | -8/+18 |
| 2018-04-17 | livepatch: Initialize shadow variables safely by a custom callback | Petr Mladek | 1 | -29/+53 |
| 2018-01-31 | Merge branch 'for-4.16/remove-immediate' into for-linus | Jiri Kosina | 2 | -55/+6 |
| 2018-01-11 | livepatch: add locking to force and signal functions | Miroslav Benes | 1 | -24/+28 |
| 2018-01-11 | livepatch: Remove immediate feature | Miroslav Benes | 2 | -55/+6 |
| 2017-12-07 | livepatch: force transition to finish | Miroslav Benes | 3 | -2/+65 |
| 2017-12-04 | livepatch: send a fake signal to all blocking tasks | Miroslav Benes | 3 | -0/+72 |
| 2017-11-15 | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 6 | -18/+399 |
| 2017-11-15 | Merge branch 'for-4.15/callbacks' into for-linus | Jiri Kosina | 4 | -17/+121 |
| 2017-11-15 | Merge branch 'for-4.15/shadow-variables' into for-linus | Jiri Kosina | 2 | -1/+278 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 3 | -0/+3 |
| 2017-10-26 | livepatch: __klp_disable_patch() should never be called for disabled patches | Petr Mladek | 1 | -1/+4 |
| 2017-10-26 | livepatch: Correctly call klp_post_unpatch_callback() in error paths | Petr Mladek | 2 | -6/+6 |
| 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 | 4 | -13/+98 |
| 2017-10-11 | livepatch: unpatch all klp_objects if klp_module_coming fails | Joe Lawrence | 1 | -23/+37 |
| 2017-09-15 | livepatch: __klp_shadow_get_or_alloc() is local to shadow.c | Jiri Kosina | 1 | -1/+1 |
| 2017-09-14 | livepatch: introduce shadow variable API | Joe Lawrence | 2 | -1/+278 |
| 2017-06-20 | livepatch: Fix stacking of patches with respect to RCU | Petr Mladek | 2 | -7/+37 |
| 2017-05-27 | livepatch: Make livepatch dependent on !TRIM_UNUSED_KSYMS | Miroslav Benes | 1 | -0/+1 |
| 2017-05-01 | Merge branches 'for-4.12/upstream' and 'for-4.12/klp-hybrid-consistency-model... | Jiri Kosina | 7 | -274/+1043 |
| 2017-04-16 | livepatch: add missing printk newlines | Josh Poimboeuf | 1 | -4/+4 |
| 2017-04-11 | livepatch: Cancel transition a safe way for immediate patches | Petr Mladek | 1 | -20/+0 |
| 2017-03-30 | livepatch: Reduce the time of finding module symbols | Zhou Chengming | 1 | -1/+4 |
| 2017-03-08 | livepatch: make klp_mutex proper part of API | Jiri Kosina | 3 | -2/+8 |
| 2017-03-08 | livepatch: allow removal of a disabled patch | Josh Poimboeuf | 2 | -33/+84 |
| 2017-03-08 | livepatch: change to a per-task consistency model | Josh Poimboeuf | 6 | -25/+699 |
| 2017-03-08 | livepatch: store function sizes | Josh Poimboeuf | 1 | -0/+16 |
| 2017-03-08 | livepatch: use kstrtobool() in enabled_store() | Josh Poimboeuf | 1 | -8/+5 |
| 2017-03-08 | livepatch: move patching functions into patch.c | Josh Poimboeuf | 4 | -202/+247 |
| 2017-03-08 | livepatch: remove unnecessary object loaded check | Josh Poimboeuf | 1 | -3/+0 |
| 2017-03-08 | livepatch: separate enabled and patched states | Josh Poimboeuf | 1 | -36/+36 |
| 2017-03-08 | livepatch: create temporary klp_update_patch_state() stub | Josh Poimboeuf | 1 | -0/+3 |
| 2016-08-26 | livepatch/module: make TAINT_LIVEPATCH module-specific | Josh Poimboeuf | 1 | -3/+0 |
| 2016-08-18 | livepatch: use arch_klp_init_object_loaded() to finish arch-specific tasks | Jessica Yu | 1 | -3/+13 |
| 2016-08-04 | modules: add ro_after_init support | Jessica Yu | 1 | -1/+1 |
| 2016-05-17 | Merge branches 'for-4.7/core', 'for-4.7/livepatching-doc' and 'for-4.7/livepa... | Jiri Kosina | 1 | -60/+128 |
| 2016-04-30 | livepatch: make object/func-walking helpers more robust | Miroslav Benes | 1 | -0/+3 |
| 2016-04-15 | Merge branch 'topic/livepatch' of git://git.kernel.org/pub/scm/linux/kernel/g... | Jiri Kosina | 1 | -3/+31 |
| 2016-04-14 | livepatch: Allow architectures to specify an alternate ftrace location | Michael Ellerman | 1 | -3/+31 |
| 2016-04-07 | livepatch: robustify klp_register_patch() API error checking | Jiri Kosina | 1 | -3/+3 |
| 2016-04-01 | livepatch: reuse module loader code to write relocations | Jessica Yu | 1 | -54/+94 |
| 2016-03-17 | livepatch/module: remove livepatch module notifier | Jessica Yu | 1 | -76/+71 |
| 2016-03-09 | livepatch: Fix the error message about unresolvable ambiguity | Petr Mladek | 1 | -2/+2 |
| 2015-12-04 | livepatch: Cleanup module page permission changes | Josh Poimboeuf | 1 | -5/+11 |
| 2015-12-03 | livepatch: function,sympos scheme in livepatch sysfs directory | Chris J Arges | 1 | -2/+8 |
| 2015-12-03 | livepatch: add sympos as disambiguator field to klp_reloc | Chris J Arges | 1 | -65/+19 |
| 2015-12-03 | livepatch: add old_sympos as disambiguator field to klp_func | Chris J Arges | 1 | -41/+31 |
| 2015-11-11 | livepatch: x86: fix relocation computation with kASLR | Zhou Chengming | 1 | -0/+6 |
| 2015-07-14 | livepatch: Improve error handling in klp_disable_func() | Minfei Huang | 1 | -2/+4 |
| 2015-06-22 | Merge branches 'for-4.1/upstream-fixes', 'for-4.2/kaslr' and 'for-4.2/upstrea... | Jiri Kosina | 1 | -30/+48 |
| 2015-06-02 | livepatch: add module locking around kallsyms calls | Miroslav Benes | 1 | -5/+13 |
| 2015-05-25 | livepatch: annotate klp_init() with __init | Minfei Huang | 1 | -1/+1 |
| 2015-05-19 | livepatch: introduce patch/func-walking helpers | Jiri Slaby | 1 | -9/+9 |
| 2015-05-19 | livepatch: make kobject in klp_object statically allocated | Miroslav Benes | 1 | -6/+16 |
| 2015-05-18 | livepatch: Prevent patch inconsistencies if the coming module notifier fails | Minfei Huang | 1 | -11/+18 |
| 2015-05-11 | livepatch: match return value to function signature | Nicholas Mc Guire | 1 | -1/+1 |
| 2015-04-29 | livepatch: x86: make kASLR logic more accurate | Jiri Kosina | 1 | -2/+3 |
| 2015-04-13 | Merge branch 'for-4.1/core-noarch' into for-linus | Jiri Kosina | 1 | -52/+17 |
| 2015-03-17 | livepatch: Fix subtle race with coming and going modules | Petr Mladek | 1 | -4/+26 |
| 2015-03-04 | livepatch: remove unnecessary call to klp_find_object_module() | Josh Poimboeuf | 1 | -2/+0 |
| 2015-03-03 | livepatch: fix RCU usage in klp_find_external_symbol() | Peter Zijlstra | 1 | -1/+2 |
| 2015-02-22 | livepatch: RCU protect struct klp_func all the time when used in klp_ftrace_h... | Petr Mladek | 1 | -3/+3 |
| 2015-02-18 | livepatch: simplify disable error path | Josh Poimboeuf | 1 | -50/+17 |
| 2015-02-16 | livepatch: fix format string in kobject_init_and_add() | Jiri Kosina | 1 | -2/+2 |
| 2015-02-06 | livepatch: add missing newline to error message | Josh Poimboeuf | 1 | -1/+1 |
| 2015-02-04 | livepatch: rename config to CONFIG_LIVEPATCH | Josh Poimboeuf | 2 | -4/+4 |
| 2015-01-21 | livepatch: fix uninitialized return value | Josh Poimboeuf | 1 | -1/+1 |
| 2015-01-20 | livepatch: support for repatching a function | Josh Poimboeuf | 1 | -51/+119 |
| 2015-01-20 | livepatch: enforce patch stacking semantics | Josh Poimboeuf | 1 | -0/+10 |
| 2015-01-20 | livepatch: change ARCH_HAVE_LIVE_PATCHING to HAVE_LIVE_PATCHING | Miroslav Benes | 1 | -2/+2 |
| 2015-01-09 | livepatch: fix deferred module patching order | Josh Poimboeuf | 1 | -1/+1 |
| 2015-01-09 | livepatch: handle ancient compilers with more grace | Jiri Kosina | 1 | -0/+6 |
| 2015-01-06 | livepatch: kconfig: use bool instead of boolean | Christoph Jaeger | 1 | -2/+2 |
| 2014-12-22 | livepatch: use FTRACE_OPS_FL_IPMODIFY | Josh Poimboeuf | 1 | -1/+2 |
| 2014-12-22 | livepatch: move x86 specific ftrace handler code to arch/x86 | Li Bin | 1 | -1/+1 |
| 2014-12-22 | livepatch: kernel: add support for live patching | Seth Jennings | 3 | -0/+951 |