1. 77dbd72 Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 3 years ago
  2. 50a0f3f livepatch: Fix missing unlock on error in klp_enable_patch() by Yang Yingliang · 3 years ago
  3. 5ef3dd2 livepatch: Fix kobject refcount bug on klp_init_patch_early failure path by David Vernet · 3 years ago
  4. e368cd7 Documentation: livepatch: Add livepatch API page by David Vernet · 3 years ago
  5. 79ef0c0 Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 2 months ago
  6. ce5e480 ftrace: disable preemption when recursion locked by 王贇 · 3 years, 2 months ago
  7. 5de62ea sched,livepatch: Use wake_up_if_idle() by Peter Zijlstra · 3 years, 3 months ago
  8. 00619f7 sched,livepatch: Use task_call_func() by Peter Zijlstra · 3 years, 3 months ago
  9. 1daf08a livepatch: Replace deprecated CPU-hotplug functions. by Sebastian Andrzej Siewior · 3 years, 5 months ago
  10. eb6bbac Merge tag 'livepatching-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 3 years, 8 months ago
  11. 8df1947 livepatch: Replace the fake signal sending with TIF_NOTIFY_SIGNAL infrastructure by Miroslav Benes · 3 years, 9 months ago
  12. 013c166 kallsyms: refactor {,module_}kallsyms_on_each_symbol by Christoph Hellwig · 3 years, 11 months ago
  13. a006050 module: use RCU to synchronize find_module by Christoph Hellwig · 3 years, 11 months ago
  14. 2860cd8 livepatch: Use the default ftrace_ops instead of REGS when ARGS is available by Steven Rostedt (VMware) · 4 years, 2 months ago
  15. d19ad07 ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs by Steven Rostedt (VMware) · 4 years, 2 months ago
  16. 773c167 ftrace: Add recording of functions that caused recursion by Steven Rostedt (VMware) · 4 years, 2 months ago
  17. 4b750b5 livepatch: Trigger WARNING if livepatch function fails due to recursion by Steven Rostedt (VMware) · 4 years, 2 months ago
  18. 13f3ea9 livepatch/ftrace: Add recursion protection to the ftrace callback by Steven Rostedt (VMware) · 4 years, 2 months ago
  19. 7b7b8a2 kernel/: fix repeated words in comments by Randy Dunlap · 4 years, 2 months ago
  20. a4ae16f livepatch: Make klp_apply_object_relocs static by Samuel Zou · 4 years, 8 months ago
  21. 5b384f9 x86/module: Use text_mutex in apply_relocate_add() by Josh Poimboeuf · 4 years, 8 months ago
  22. d556e1b livepatch: Remove module_disable_ro() usage by Josh Poimboeuf · 4 years, 8 months ago
  23. ca376a9 livepatch: Prevent module-specific KLP rela sections from referencing vmlinux symbols by Josh Poimboeuf · 4 years, 8 months ago
  24. 1d05334 livepatch: Remove .klp.arch by Peter Zijlstra · 4 years, 8 months ago
  25. 7c8e2bd livepatch: Apply vmlinux-specific KLP relocations early by Josh Poimboeuf · 4 years, 8 months ago
  26. dcf550e livepatch: Disallow vmlinux.ko by Josh Poimboeuf · 4 years, 8 months ago
  27. 95f1fa9 Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  28. 7162431 ftrace: Introduce PERMANENT ftrace_ops flag by Miroslav Benes · 5 years ago
  29. 92c9abf livepatch: Allow to distinguish different version of system state changes by Petr Mladek · 5 years ago
  30. 73727f4 livepatch: Basic API to track system state changes by Petr Mladek · 5 years ago
  31. 7e35e4e livepatch: Keep replaced patches until post_patch callback is called by Petr Mladek · 5 years ago
  32. 4ff96fb5 livepatch: Nullify obj->mod in klp_module_coming()'s error path by Miroslav Benes · 5 years ago
  33. db04573 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 5 years ago
  34. ac59a47 livepatch: Remove duplicate warning about missing reliable stacktrace support by Petr Mladek · 6 years ago
  35. 67059d6 Revert "livepatch: Remove reliable stacktrace check in klp_try_switch_task()" by Miroslav Benes · 6 years ago
  36. 6a71398 Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  37. 9f255b6 module: Fix livepatch/ftrace module text permissions race by Josh Poimboeuf · 6 years ago
  38. f36e664 livepatch: Use static buffer for debugging messages under rq lock by Petr Mladek · 6 years ago
  39. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  40. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  41. d2d8b14 Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  42. 56e33af livepatch: Remove klp_check_compiler_support() by Jiri Kosina · 6 years ago
  43. cf482a4 Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  44. 573de2a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 6 years ago
  45. f68d67c livepatch: Remove duplicated code for early initialization by Petr Mladek · 6 years ago
  46. 4d141ab livepatch: Remove custom kobject state handling by Petr Mladek · 6 years ago
  47. 31adf23 livepatch: Convert error about unsupported reliable stacktrace into a warning by Petr Mladek · 6 years ago
  48. 25e39e3 livepatch: Simplify stack trace retrieval by Thomas Gleixner · 6 years ago
  49. 7028345 livepatch: Replace klp_ktype_patch's default_attrs with groups by Kimberly Brown · 6 years ago
  50. f9d1381 Merge branch 'for-5.1/atomic-replace' into for-linus by Jiri Kosina · 6 years ago
  51. a087cdd livepatch: Module coming and going callbacks can proceed with all listed patches by Petr Mladek · 6 years ago
  52. ecba29f livepatch: Introduce klp_for_each_patch macro by Petr Mladek · 6 years ago
  53. 375bfca livepatch: core: Return EOPNOTSUPP instead of ENOSYS by Alice Ferrazzi · 6 years ago
  54. 0b3d527 livepatch: Remove signal sysfs attribute by Miroslav Benes · 6 years ago
  55. cba82de livepatch: Send a fake signal periodically by Miroslav Benes · 6 years ago
  56. d67a537 livepatch: Remove ordering (stacking) of the livepatches by Petr Mladek · 6 years ago
  57. d697bad livepatch: Remove Nop structures when unused by Petr Mladek · 6 years ago
  58. e1452b6 livepatch: Add atomic replace by Jason Baron · 6 years ago
  59. 20e5502 livepatch: Use lists to manage patches, objects and functions by Jason Baron · 6 years ago
  60. 958ef1e livepatch: Simplify API by removing registration step by Petr Mladek · 6 years ago
  61. 6800728 livepatch: Don't block the removal of patches loaded after a forced transition by Petr Mladek · 6 years ago
  62. 0430f78 livepatch: Consolidate klp_free functions by Petr Mladek · 6 years ago
  63. 26c3e98e livepatch: Shuffle klp_enable_patch()/klp_disable_patch() code by Petr Mladek · 6 years ago
  64. 1951491 livepatch: Change unsigned long old_addr -> void *old_func in struct klp_func by Petr Mladek · 6 years ago
  65. 6932689 livepatch: Replace synchronize_sched() with synchronize_rcu() by Paul E. McKenney · 6 years ago
  66. badf58a Merge branch 'for-4.19/upstream' into for-linus by Jiri Kosina · 6 years ago
  67. 6e9df95 livepatch: Validate module/old func name length by Kamalesh Babulal · 6 years ago
  68. 1d98a69 livepatch: Remove reliable stacktrace check in klp_try_switch_task() by Kamalesh Babulal · 6 years ago
  69. 3b2c77d livepatch: Allow to call a custom callback when freeing shadow variables by Petr Mladek · 7 years ago
  70. e91c2518 livepatch: Initialize shadow variables safely by a custom callback by Petr Mladek · 7 years ago
  71. d05b695 Merge branch 'for-4.16/remove-immediate' into for-linus by Jiri Kosina · 7 years ago
  72. 8869016 livepatch: add locking to force and signal functions by Miroslav Benes · 7 years ago
  73. d0807da livepatch: Remove immediate feature by Miroslav Benes · 7 years ago
  74. c99a2be livepatch: force transition to finish by Miroslav Benes · 7 years ago
  75. 43347d5 livepatch: send a fake signal to all blocking tasks by Miroslav Benes · 7 years ago
  76. 0ef7687 Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 7 years ago
  77. fc41efc18 Merge branch 'for-4.15/callbacks' into for-linus by Jiri Kosina · 7 years ago
  78. cb65dc7 Merge branch 'for-4.15/shadow-variables' into for-linus by Jiri Kosina · 7 years ago
  79. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  80. 89a9a1c livepatch: __klp_disable_patch() should never be called for disabled patches by Petr Mladek · 7 years ago
  81. 5aaf1ab livepatch: Correctly call klp_post_unpatch_callback() in error paths by Petr Mladek · 7 years ago
  82. af02679 livepatch: add transition notices by Joe Lawrence · 7 years ago
  83. 6116c30 livepatch: move transition "complete" notice into klp_complete_transition() by Joe Lawrence · 7 years ago
  84. 93862e3 livepatch: add (un)patch callbacks by Joe Lawrence · 7 years ago
  85. ef8daf8 livepatch: unpatch all klp_objects if klp_module_coming fails by Joe Lawrence · 7 years ago
  86. 5d9da75 livepatch: __klp_shadow_get_or_alloc() is local to shadow.c by Jiri Kosina · 7 years ago
  87. 439e727 livepatch: introduce shadow variable API by Joe Lawrence · 7 years ago
  88. 842c088 livepatch: Fix stacking of patches with respect to RCU by Petr Mladek · 8 years ago
  89. 5720acf livepatch: Make livepatch dependent on !TRIM_UNUSED_KSYMS by Miroslav Benes · 8 years ago
  90. a084160 Merge branches 'for-4.12/upstream' and 'for-4.12/klp-hybrid-consistency-model' into for-linus by Jiri Kosina · 8 years ago
  91. 77f8f39 livepatch: add missing printk newlines by Josh Poimboeuf · 8 years ago
  92. e679af6 livepatch: Cancel transition a safe way for immediate patches by Petr Mladek · 8 years ago
  93. 72f04b5 livepatch: Reduce the time of finding module symbols by Zhou Chengming · 8 years ago
  94. 1051742 livepatch: make klp_mutex proper part of API by Jiri Kosina · 8 years ago
  95. 3ec2477 livepatch: allow removal of a disabled patch by Josh Poimboeuf · 8 years ago
  96. d83a7cb livepatch: change to a per-task consistency model by Josh Poimboeuf · 8 years ago
  97. f5e547f livepatch: store function sizes by Josh Poimboeuf · 8 years ago
  98. 68ae4b2 livepatch: use kstrtobool() in enabled_store() by Josh Poimboeuf · 8 years ago
  99. c349cdc livepatch: move patching functions into patch.c by Josh Poimboeuf · 8 years ago
  100. aa82dc3 livepatch: remove unnecessary object loaded check by Josh Poimboeuf · 8 years ago