1. 6cdfa54 Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  2. ce59b8e uprobes: convert uprobe.ref to refcount_t by Elena Reshetova · 6 years ago
  3. 720e596 perf/uprobes: Convert to SPDX license identifier by Thomas Gleixner · 6 years ago
  4. ac46d4f mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 by Jérôme Glisse · 6 years ago
  5. abb8d6e Merge tag 'trace-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  6. 1aed58e Uprobes: Fix kernel oops with delayed_uprobe_remove() by Ravi Bangoria · 6 years ago
  7. 09d3f01 uprobes: Fix handle_swbp() vs. unregister() + register() race once more by Andrea Parri · 6 years ago
  8. 343a9f3 Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  9. 22bad38 uprobes/sdt: Prevent multiple reference counter for same uprobe by Ravi Bangoria · 6 years ago
  10. 1cc3316 uprobes: Support SDT markers having reference count (semaphore) by Ravi Bangoria · 6 years ago
  11. 55a3235 signal: Properly deliver SIGILL from uprobes by Eric W. Biederman · 6 years ago
  12. 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
  13. 6d43743 Uprobe: Additional argument arch_uprobe to uprobe_write_opcode() by Ravi Bangoria · 6 years ago
  14. 38e967a Uprobes: Simplify uprobe_register() body by Ravi Bangoria · 6 years ago
  15. 788faab perf, tools: Use correct articles in comments by Tobias Tefke · 6 years ago
  16. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  17. 61f9420 tracing: Remove igrab() iput() call from uprobes.c by Song Liu · 7 years ago
  18. 5c6338b uprobes: Remove now-redundant smp_read_barrier_depends() by Paul E. McKenney · 7 years ago
  19. 355627f mm, uprobes: fix multiple free of ->uprobes_state.xol_area by Eric Biggers · 7 years ago
  20. f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
  21. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  22. 388f793 mm: use mmget_not_zero() helper by Vegard Nossum · 8 years ago
  23. 14fa2da mm, uprobes: convert __replace_page() to use page_vma_mapped_walk() by Kirill A. Shutemov · 8 years ago
  24. c839481 uprobes: split THPs before trying to replace them by Kirill A. Shutemov · 8 years ago
  25. 00198da Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  26. 297e765 uprobes: Fix uprobes on MIPS, allow for a cache flush after ixol breakpoint creation by Marcin Nowakowski · 8 years ago
  27. 5b56d49 mm: add locked parameter to get_user_pages_remote() by Lorenzo Stoakes · 8 years ago
  28. 9beae1e mm: replace get_user_pages_remote() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  29. bdfaa2e uprobes: Rename the "struct page *" args of __replace_page() by Oleg Nesterov · 8 years ago
  30. 6c4687c uprobes: Fix the memcg accounting by Oleg Nesterov · 8 years ago
  31. 598fdc1 uprobes: wait for mmap_sem for write killable by Michal Hocko · 9 years ago
  32. bd28b14 x86: remove more uaccess_32.h complexity by Linus Torvalds · 9 years ago
  33. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  34. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  35. 869ae76 uprobes: __create_xol_area() must nullify xol_mapping.fault by Oleg Nesterov · 9 years ago
  36. 1e98779 mm/gup: Introduce get_user_pages_remote() by Dave Hansen · 9 years ago
  37. f627c2f memcg: adjust to support new THP refcounting by Kirill A. Shutemov · 9 years ago
  38. d281ee6 rmap: add argument to charge compound page by Kirill A. Shutemov · 9 years ago
  39. eca56ff mm, shmem: add internal shmem resident memory accounting by Jerome Marchand · 9 years ago
  40. 90eec10 treewide: Remove old email address by Peter Zijlstra · 9 years ago
  41. 2a742ce uprobes: Fix the waitqueue_active() check in xol_free_insn_slot() by Oleg Nesterov · 9 years ago
  42. 704bde3 uprobes: Use vm_special_mapping to name the XOL vma by Oleg Nesterov · 9 years ago
  43. f58bea2 uprobes: Fix the usage of install_special_mapping() by Oleg Nesterov · 9 years ago
  44. db087ef uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more clever by Oleg Nesterov · 9 years ago
  45. 86dcb70 uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive() by Oleg Nesterov · 9 years ago
  46. a5b7e1a uprobes: Change prepare_uretprobe() to (try to) flush the dead frames by Oleg Nesterov · 9 years ago
  47. 5eeb50d uprobes: Change handle_trampoline() to flush the frames invalidated by longjmp() by Oleg Nesterov · 9 years ago
  48. 7b868e4 uprobes/x86: Reimplement arch_uretprobe_is_alive() by Oleg Nesterov · 9 years ago
  49. 97da897 uprobes: Export 'struct return_instance', introduce arch_uretprobe_is_alive() by Oleg Nesterov · 9 years ago
  50. a83cfeb uprobes: Change handle_trampoline() to find the next chain beforehand by Oleg Nesterov · 9 years ago
  51. 6c58d0e uprobes: Change prepare_uretprobe() to use uprobe_warn() by Oleg Nesterov · 9 years ago
  52. 0b5256c uprobes: Send SIGILL if handle_trampoline() fails by Oleg Nesterov · 9 years ago
  53. 2bb5e84 uprobes: Introduce free_ret_instance() by Oleg Nesterov · 9 years ago
  54. f231722 uprobes: Introduce get_uprobe() by Oleg Nesterov · 9 years ago
  55. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  56. 4a23717a uprobes: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  57. c8c06ef mm: convert i_mmap_mutex to rwsem by Davidlohr Bueso · 10 years ago
  58. 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 10 years ago
  59. e8115e7 Merge tag 'v3.18-rc7' into drm-next by Dave Airlie · 10 years ago
  60. 82975bc uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME by Andy Lutomirski · 10 years ago
  61. 00501b5 mm: memcontrol: rewrite charge API by Johannes Weiner · 10 years ago
  62. 06d0713 uprobes: Change unregister/apply to WARN() if uprobe/consumer is gone by Oleg Nesterov · 11 years ago
  63. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  64. eb3d3ec Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next by Linus Torvalds · 11 years ago
  65. 40814f6 uprobes: Teach copy_insn() to support tmpfs by Oleg Nesterov · 11 years ago
  66. 41ccba0 uprobes: Shift ->readpage check from __copy_insn() to uprobe_register() by Oleg Nesterov · 11 years ago
  67. 72e6ae2 ARM: 8043/1: uprobes need icache flush after xol write by Victor Kamensky · 11 years ago
  68. b02ef20 uprobes/x86: Fix the wrong ->si_addr when xol triggers a trap by Oleg Nesterov · 11 years ago
  69. 29dedee uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode() by Oleg Nesterov · 11 years ago
  70. 13f59c5 uprobes: Refuse to insert a probe into MAP_SHARED vma by Oleg Nesterov · 11 years ago
  71. 014940b uprobes/x86: Send SIGILL if arch_uprobe_post_xol() fails by Oleg Nesterov · 11 years ago
  72. 8a6b173 uprobes: Kill UPROBE_SKIP_SSTEP and can_skip_sstep() by Oleg Nesterov · 11 years ago
  73. 6fe50a2 uprobes: allow ignoring of probe hits by David A. Long · 11 years ago
  74. 60eaa01 Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  75. 34ee645 mmu_notifier: call mmu_notifier_invalidate_range() from VMM by Joerg Roedel · 10 years ago
  76. 72fd293 uprobes: Allocate ->utask before handler_chain() for tracing handlers by Oleg Nesterov · 11 years ago
  77. ad43935 uprobes: Document xol_area and arch_uprobe->insn/ixol by Oleg Nesterov · 11 years ago
  78. c912dae uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_area by Oleg Nesterov · 11 years ago
  79. 803200e uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES] by Oleg Nesterov · 11 years ago
  80. 3247343 uprobes: Add uprobe_task->dup_xol_work/dup_xol_addr by Oleg Nesterov · 11 years ago
  81. 2ded098 uprobes: Fix the memory out of bound overwrite in copy_insn() by Oleg Nesterov · 11 years ago
  82. 70d7f98 uprobes: Fix the wrong usage of current->utask in uprobe_copy_process() by Oleg Nesterov · 11 years ago
  83. f72d41f uprobes: Export write_opcode() as uprobe_write_opcode() by Oleg Nesterov · 11 years ago
  84. 8a8de66 uprobes: Introduce arch_uprobe->ixol by Oleg Nesterov · 11 years ago
  85. 736e89d uprobes: Kill module_init() and module_exit() by Oleg Nesterov · 11 years ago
  86. 3ab6796 uprobes: Teach uprobe_copy_process() to handle CLONE_VFORK by Oleg Nesterov · 11 years ago
  87. aa59c53 uprobes: Change uprobe_copy_process() to dup xol_area by Oleg Nesterov · 11 years ago
  88. 248d3a7 uprobes: Change uprobe_copy_process() to dup return_instances by Oleg Nesterov · 11 years ago
  89. af0d95a uprobes: Teach __create_xol_area() to accept the predefined vaddr by Oleg Nesterov · 11 years ago
  90. 6441ec8 uprobes: Introduce __create_xol_area() by Oleg Nesterov · 11 years ago
  91. b68e074 uprobes: Change the callsite of uprobe_copy_process() by Oleg Nesterov · 11 years ago
  92. 878b5a6 uprobes: Fix utask->depth accounting in handle_trampoline() by Oleg Nesterov · 11 years ago
  93. a0d60ae uretprobes: Remove -ENOSYS as return probes implemented by Anton Arapov · 12 years ago
  94. ded49c5 uretprobes: Limit the depth of return probe nestedness by Anton Arapov · 12 years ago
  95. fec8898 uretprobes: Return probe exit, invoke handlers by Anton Arapov · 12 years ago
  96. 0dfd0eb uretprobes: Return probe entry, prepare_uretprobe() by Anton Arapov · 12 years ago
  97. e78aebf uretprobes: Reserve the first slot in xol_vma for trampoline by Anton Arapov · 12 years ago
  98. ea02487 uretprobes: Introduce uprobe_consumer->ret_handler() by Anton Arapov · 12 years ago
  99. 3f47107 uprobes: Change write_opcode() to use copy_*page() by Oleg Nesterov · 12 years ago
  100. 5669cce uprobes: Introduce copy_to_page() by Oleg Nesterov · 12 years ago