1. a739489 Merge 5.10.77 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 2 months ago
  2. 15b278f ARM: 9139/1: kprobes: fix arch_init_kprobes() prototype by Arnd Bergmann · 3 years, 3 months ago
  3. 51ab149 Merge 5.10.52 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
  4. 8e3f27b ARM: 9087/1: kprobes: test-thumb: fix for LLVM_IAS=1 by Nick Desaulniers · 3 years, 8 months ago
  5. 32b16a3 Merge 5.10.32 into android12-5.10 by Greg Kroah-Hartman · 3 years, 9 months ago
  6. cada2ed ARM: 9071/1: uprobes: Don't hook on thumb instructions by Fredrik Strupe · 3 years, 9 months ago
  7. 329002f FROMLIST: ARM: kprobes: rewrite test-arm.c in UAL by Nick Desaulniers · 4 years ago
  8. 14d6a7d FROMLIST: ARM: kprobes: fix UNPREDICTABLE warnings by Nick Desaulniers · 4 years ago
  9. 9fa2e7a ARM: 9019/1: kprobes: Avoid fortify_panic() when copying optprobe template by Andrew Jeffery · 4 years, 3 months ago
  10. 9450958 arm: kprobes: Use generic kretprobe trampoline handler by Masami Hiramatsu · 4 years, 5 months ago
  11. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  12. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  13. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  14. fcaf203 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 by Thomas Gleixner · 6 years ago
  15. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  16. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  17. 0ac569b ARM: 8834/1: Fix: kprobes: optimized kprobes illegal instruction by Mathieu Desnoyers · 6 years ago
  18. e46daee ARM: 8806/1: kprobes: Fix false positive with FORTIFY_SOURCE by Kees Cook · 6 years ago
  19. 7140ad3 Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  20. 6d43743 Uprobe: Additional argument arch_uprobe to uprobe_write_opcode() by Ravi Bangoria · 6 years ago
  21. 75b2f5f kprobes/arm: Fix %p uses in error messages by Masami Hiramatsu · 7 years ago
  22. cce188b bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe by Masami Hiramatsu · 7 years ago
  23. 75feff5 ARM/kprobes: Don't call the ->break_handler() in arm kprobes code by Masami Hiramatsu · 7 years ago
  24. 454f3e1 ARM/kprobes: Remove jprobe arm implementation by Masami Hiramatsu · 7 years ago
  25. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  26. 70948c0 ARM: 8770/1: kprobes: Prohibit probing on optimized_callback by Masami Hiramatsu · 7 years ago
  27. 69af7e2 ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabed by Masami Hiramatsu · 7 years ago
  28. c608906 ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit code by Russell King · 7 years ago
  29. a443026 arm/kprobes: Remove jprobe test case by Masami Hiramatsu · 7 years ago
  30. 4650209 arm/kprobes: Fix kretprobe test to check correct counter by Masami Hiramatsu · 7 years ago
  31. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  32. 9489cc8 arm: Prevent hotplug rwsem recursion by Thomas Gleixner · 8 years ago
  33. 974310d arm: kprobes: Align stack to 8-bytes in test code by Jon Medhurst · 8 years ago
  34. 0655317 arm: kprobes: Fix the return address of multiple kretprobes by Masami Hiramatsu · 8 years ago
  35. 91fc862 arm: kprobes: Skip single-stepping in recursing path if possible by Masami Hiramatsu · 8 years ago
  36. f3fbd7e arm: kprobes: Allow to handle reentered kprobe on single-stepping by Masami Hiramatsu · 8 years ago
  37. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  38. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  39. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  40. 4e1c066 ARM: kprobes: Fix compilation error caused by superfluous '*' by Jon Medhurst · 10 years ago
  41. fb892bd ARM: kprobes: Eliminate test code's use of BX instruction on ARMv4 CPUs by Jon Medhurst · 10 years ago
  42. bfc9657 ARM: optprobes: execute instruction during restoring if possible. by Wang Nan · 10 years ago
  43. 28a1899 ARM: kprobes: check register usage for probed instruction. by Wang Nan · 10 years ago
  44. 4cd872d ARM: kprobes: Fix unreliable MRS instruction tests by Jon Medhurst (Tixy) · 10 years ago
  45. 0dc016d ARM: kprobes: enable OPTPROBES for ARM 32 by Wang Nan · 10 years ago
  46. 8d257e9 ARM: kprobes: Add test cases for stack consuming instructions by Jon Medhurst (Tixy) · 10 years ago
  47. a0266c2 ARM: kprobes: disallow probing stack consuming instructions by Wang Nan · 10 years ago
  48. 6624cf6 ARM: kprobes: collects stack consumption for store instructions by Wang Nan · 10 years ago
  49. 83803d9 ARM: kprobes: introduces checker by Wang Nan · 10 years ago
  50. 832607e ARM: probes: Use correct action types for MOVW, SEV and WFI by Jon Medhurst · 10 years ago
  51. fca08f3 ARM: probes: move all probe code to dedicate directory by Wang Nan · 10 years ago