1. 0d07c0e x86/kprobes: Fix optprobe to detect INT3 padding correctly by Masami Hiramatsu · 4 years, 3 months ago
  2. 6873139 Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  3. ee4a925 Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  4. 00089c0 objtool: Rename frame.h -> objtool.h by Julien Thierry · 4 years, 6 months ago
  5. 6333e8f static_call: Avoid kprobes on inline static_call()s by Peter Zijlstra · 4 years, 7 months ago
  6. 0cabf99 x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXL by Juergen Gross · 4 years, 7 months ago
  7. 78c2141 Merge branch 'perf/vlbr' by Peter Zijlstra · 4 years, 8 months ago
  8. fe55731 maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault by Christoph Hellwig · 4 years, 9 months ago
  9. 3e46bb4 perf/x86: Add perf text poke events for kprobes by Adrian Hunter · 4 years, 10 months ago
  10. f0178fc x86/entry: Unbreak __irqentry_text_start/end magic by Thomas Gleixner · 4 years, 9 months ago
  11. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 9 months ago
  12. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 9 months ago
  13. d8a7386 x86/optprobe: Fix OPTPROBE vs UACCESS by Peter Zijlstra · 5 years ago
  14. f2cb4f9 x86/kprobe: Add comments to arch_{,un}optimize_kprobes() by Peter Zijlstra · 5 years ago
  15. 5c02ece x86/kprobes: Fix ordering while text-patching by Peter Zijlstra · 5 years ago
  16. ab09e95 x86/kprobes: Convert to text-patching.h by Peter Zijlstra · 5 years ago
  17. 63f62ad x86/alternatives: Add and use text_gen_insn() helper by Peter Zijlstra · 5 years ago
  18. c3d6324 x86/alternatives: Teach text_poke_bp() to emulate instructions by Peter Zijlstra · 6 years ago
  19. 32b1cbe x86: Correct misc typos by Marco Ammon · 6 years ago
  20. da17702 Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  21. 3c88c69 x86/stackframe/32: Provide consistent pt_regs by Peter Zijlstra · 6 years ago
  22. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  23. 1fc654c x86/paravirt: Standardize 'insn_buff' variable names by Ingo Molnar · 6 years ago
  24. 877b145 x86/kprobes: Move trampoline code into RODATA by Masami Hiramatsu · 6 years ago
  25. 0192e65 x86/kprobes: Prohibit probing on optprobe template code by Masami Hiramatsu · 6 years ago
  26. 43a1b0c kprobes/x86: Fix instruction patching corruption when copying more than one RIP-relative instruction by Masami Hiramatsu · 7 years ago
  27. 2e62024 kprobes/x86: Use preempt_enable() in optimized_callback() by Masami Hiramatsu · 6 years ago
  28. 2bbda76 kprobes/x86: Do not disable preempt on int3 path by Masami Hiramatsu · 7 years ago
  29. 5515114 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  30. c86a32c kprobes/x86: Disable optimizing on the function jumps to indirect thunk by Masami Hiramatsu · 7 years ago
  31. a19b2e3 kprobes/x86: Remove IRQ disabling from ftrace-based/optimized kprobes by Masami Hiramatsu · 7 years ago
  32. 9a09f26 kprobes/x86: Disable preemption in optprobe by Masami Hiramatsu · 7 years ago
  33. cd52eda kprobes/x86: Move the get_kprobe_ctlblk() into irq-disabled block by Masami Hiramatsu · 7 years ago
  34. a8976fc kprobes/x86: Remove addressof() operators by Masami Hiramatsu · 8 years ago
  35. 63fef14 kprobes/x86: Make insn buffer always ROX and use text_poke() by Masami Hiramatsu · 8 years ago
  36. d9f5f32 kprobes/x86: Do not jump-optimize kprobes on irq entry code by Masami Hiramatsu · 8 years ago
  37. c207aee objtool, x86: Add several functions and files to the objtool whitelist by Josh Poimboeuf · 8 years ago
  38. e6ccbff treewide: decouple cacheflush.h and set_memory.h by Laura Abbott · 8 years ago
  39. a8d11cd kprobes/x86: Consolidate insn decoder users for copying code by Masami Hiramatsu · 8 years ago
  40. ea1e34f kprobes/x86: Use probe_kernel_read() instead of memcpy() by Masami Hiramatsu · 8 years ago
  41. d0381c8 kprobes/x86: Set kprobes pages read-only by Masami Hiramatsu · 8 years ago
  42. 75013fb kprobes/x86: Fix kernel panic when certain exception-handling addresses are probed by Masami Hiramatsu · 8 years ago
  43. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  44. 744c193 x86: Migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  45. 35de5b0 x86/asm: Stop depending on ptrace.h in alternative.h by Andy Lutomirski · 9 years ago
  46. d7b48fe Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  47. 2a6730c kprobes/x86: Check for invalid ftrace location in __recover_probed_insn() by Petr Mladek · 10 years ago
  48. cbf6ab5 kprobes: Pass the original kprobe for preparing optimized kprobe by Masami Hiramatsu · 10 years ago
  49. 6ba48ff x86: Remove arbitrary instruction size limit in instruction decoder by Dave Hansen · 10 years ago
  50. 256aae5 kprobes/x86: Free 'optinsn' cache when range check fails by Wang Nan · 11 years ago
  51. 9326638 kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation by Masami Hiramatsu · 11 years ago
  52. 7ec8a97 kprobes/x86: Allow probe on some kprobe preparation functions by Masami Hiramatsu · 11 years ago
  53. 2a47550 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  54. 04bb591 x86, asmlinkage: Make kprobes code visible and fix assembler code by Andi Kleen · 12 years ago
  55. a7b0133 kprobes/x86: Use text_poke_bp() instead of text_poke_smp*() by Masami Hiramatsu · 12 years ago
  56. c7e85c4 kprobes/x86: Remove an incorrect comment about int3 in NMI/MCE by Masami Hiramatsu · 12 years ago
  57. f684199 kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/ by Masami Hiramatsu · 12 years ago[Renamed (99%) from arch/x86/kernel/kprobes-opt.c]
  58. 3f33ab1 x86/kprobes: Split out optprobe related code to kprobes-opt.c by Masami Hiramatsu · 13 years ago