1. 0503ea8 mm/mmap: remove __vma_adjust() by Liam R. Howlett · 2 years, 2 months ago
  2. 672aa27 mm: remove munlock_vma_page() by Matthew Wilcox (Oracle) · 2 years, 2 months ago
  3. 7d4a8be mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export by Alistair Popple · 2 years, 2 months ago
  4. 3448839 mm/madvise: add file and shmem support to MADV_COLLAPSE by Zach O'Keefe · 2 years, 6 months ago
  5. 82e66bf uprobes: use new_folio in __replace_page() by Matthew Wilcox (Oracle) · 2 years, 6 months ago
  6. 5fcd079 uprobes: use folios more widely in __replace_page() by Matthew Wilcox (Oracle) · 2 years, 6 months ago
  7. fcb72a5 perf: use VMA iterator by Matthew Wilcox (Oracle) · 2 years, 6 months ago
  8. 98931dd Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 10 months ago
  9. 40f2bbf mm/rmap: drop "compound" parameter from page_add_new_anon_rmap() by David Hildenbrand · 2 years, 10 months ago
  10. 7e0a126 mm,fs: Remove aops->readpage by Matthew Wilcox (Oracle) · 2 years, 11 months ago
  11. 5efe744 fs: Introduce aops->read_folio by Matthew Wilcox (Oracle) · 2 years, 11 months ago
  12. eed05e5 mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALK by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  13. cea86fe mm/munlock: rmap call mlock_vma_page() munlock_vma_page() by Hugh Dickins · 3 years, 1 month ago
  14. 8f425e4 mm/memcg: Convert mem_cgroup_charge() to take a folio by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  15. 65090f3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 9 months ago
  16. 9016dde kernel/events/uprobes: use vma_lookup() in find_active_uprobe() by Liam Howlett · 3 years, 9 months ago
  17. 9ce4d21 uprobes: Update uprobe_write_opcode() kernel-doc comment by Qiujun Huang · 3 years, 10 months ago
  18. c034f48 kernel: delete repeated words in comments by Randy Dunlap · 4 years, 1 month ago
  19. b0d6d47 uprobes: (Re)add missing get_uprobe() in __find_uprobe() by Sven Schnelle · 4 years, 1 month ago
  20. a905e84 rbtree, uprobes: Use rbtree helpers by Peter Zijlstra · 4 years, 11 months ago
  21. 01be83e Merge branch 'core/urgent' into core/entry by Thomas Gleixner · 4 years, 4 months ago
  22. 5c251e9 signal: Add task_sigpending() helper by Jens Axboe · 4 years, 5 months ago
  23. 91989c7 task_work: cleanup notification modes by Jens Axboe · 4 years, 5 months ago
  24. c17c3dc uprobes: __replace_page() avoid BUG in munlock_vma_page() by Hugh Dickins · 4 years, 7 months ago
  25. 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 7 months ago
  26. b518154 mm/vmscan: protect the workingset on anonymous LRU by Joonsoo Kim · 4 years, 7 months ago
  27. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 7 months ago
  28. fe5ed7a uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix GDB regression by Oleg Nesterov · 4 years, 8 months ago
  29. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 9 months ago
  30. a5ad574 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
  31. 013b2de uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly aligned by Oleg Nesterov · 4 years, 10 months ago
  32. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 9 months ago
  33. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 9 months ago
  34. 885f7f8 mm: rename flush_icache_user_range to flush_icache_user_page by Christoph Hellwig · 4 years, 9 months ago
  35. d9eb1ea mm: memcontrol: delete unused lrucare handling by Johannes Weiner · 4 years, 9 months ago
  36. 9d82c69 mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API by Johannes Weiner · 4 years, 9 months ago
  37. be5d0a7 mm: memcontrol: switch to native NR_ANON_MAPPED counter by Johannes Weiner · 4 years, 9 months ago
  38. 3fba69a mm: memcontrol: drop @compound parameter from memcg charging API by Johannes Weiner · 4 years, 9 months ago
  39. ff68dac mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_area by Gaowei Pu · 5 years ago
  40. aa5de30 kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe register by Song Liu · 5 years ago
  41. f385cb8 uprobe: collapse THP pmd after removing all uprobes by Song Liu · 5 years ago
  42. 5a52c9d uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT by Song Liu · 5 years ago
  43. fb4fb04 uprobe: use original page when all uprobes are removed by Song Liu · 5 years ago
  44. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  45. 2bf1acc uprobes: Use DEFINE_STATIC_PERCPU_RWSEM() to initialize dup_mmap_sem by Oleg Nesterov · 6 years ago
  46. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  47. 7269f99 mm/mmu_notifier: use correct mmu_notifier events for each invalidation by Jérôme Glisse · 6 years ago
  48. 6f4f13e mm/mmu_notifier: contextual information for event triggering invalidation by Jérôme Glisse · 6 years ago
  49. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  50. aad42dd uprobes: Initialize uprobes earlier by Nadav Amit · 6 years ago
  51. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  52. 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
  53. ce59b8e uprobes: convert uprobe.ref to refcount_t by Elena Reshetova · 6 years ago
  54. 720e596 perf/uprobes: Convert to SPDX license identifier by Thomas Gleixner · 6 years ago
  55. ac46d4f mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 by Jérôme Glisse · 6 years ago
  56. 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
  57. 1aed58e Uprobes: Fix kernel oops with delayed_uprobe_remove() by Ravi Bangoria · 6 years ago
  58. 09d3f01 uprobes: Fix handle_swbp() vs. unregister() + register() race once more by Andrea Parri · 6 years ago
  59. 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
  60. 22bad38 uprobes/sdt: Prevent multiple reference counter for same uprobe by Ravi Bangoria · 7 years ago
  61. 1cc3316 uprobes: Support SDT markers having reference count (semaphore) by Ravi Bangoria · 7 years ago
  62. 55a3235 signal: Properly deliver SIGILL from uprobes by Eric W. Biederman · 7 years ago
  63. 7140ad3 Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  64. 6d43743 Uprobe: Additional argument arch_uprobe to uprobe_write_opcode() by Ravi Bangoria · 7 years ago
  65. 38e967a Uprobes: Simplify uprobe_register() body by Ravi Bangoria · 7 years ago
  66. 788faab perf, tools: Use correct articles in comments by Tobias Tefke · 7 years ago
  67. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  68. 61f9420 tracing: Remove igrab() iput() call from uprobes.c by Song Liu · 7 years ago
  69. 5c6338b uprobes: Remove now-redundant smp_read_barrier_depends() by Paul E. McKenney · 7 years ago
  70. 355627f mm, uprobes: fix multiple free of ->uprobes_state.xol_area by Eric Biggers · 8 years ago
  71. f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
  72. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  73. 388f793 mm: use mmget_not_zero() helper by Vegard Nossum · 8 years ago
  74. 14fa2da mm, uprobes: convert __replace_page() to use page_vma_mapped_walk() by Kirill A. Shutemov · 8 years ago
  75. c839481 uprobes: split THPs before trying to replace them by Kirill A. Shutemov · 8 years ago
  76. 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
  77. 297e765 uprobes: Fix uprobes on MIPS, allow for a cache flush after ixol breakpoint creation by Marcin Nowakowski · 8 years ago
  78. 5b56d49 mm: add locked parameter to get_user_pages_remote() by Lorenzo Stoakes · 8 years ago
  79. 9beae1e mm: replace get_user_pages_remote() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  80. bdfaa2e uprobes: Rename the "struct page *" args of __replace_page() by Oleg Nesterov · 9 years ago
  81. 6c4687c uprobes: Fix the memcg accounting by Oleg Nesterov · 9 years ago
  82. 598fdc1 uprobes: wait for mmap_sem for write killable by Michal Hocko · 9 years ago
  83. bd28b14 x86: remove more uaccess_32.h complexity by Linus Torvalds · 9 years ago
  84. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  85. 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
  86. 869ae76 uprobes: __create_xol_area() must nullify xol_mapping.fault by Oleg Nesterov · 9 years ago
  87. 1e98779 mm/gup: Introduce get_user_pages_remote() by Dave Hansen · 9 years ago
  88. f627c2f memcg: adjust to support new THP refcounting by Kirill A. Shutemov · 9 years ago
  89. d281ee6 rmap: add argument to charge compound page by Kirill A. Shutemov · 9 years ago
  90. eca56ff mm, shmem: add internal shmem resident memory accounting by Jerome Marchand · 9 years ago
  91. 90eec10 treewide: Remove old email address by Peter Zijlstra · 9 years ago
  92. 2a742ce uprobes: Fix the waitqueue_active() check in xol_free_insn_slot() by Oleg Nesterov · 10 years ago
  93. 704bde3 uprobes: Use vm_special_mapping to name the XOL vma by Oleg Nesterov · 10 years ago
  94. f58bea2 uprobes: Fix the usage of install_special_mapping() by Oleg Nesterov · 10 years ago
  95. db087ef uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more clever by Oleg Nesterov · 10 years ago
  96. 86dcb70 uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive() by Oleg Nesterov · 10 years ago
  97. a5b7e1a uprobes: Change prepare_uretprobe() to (try to) flush the dead frames by Oleg Nesterov · 10 years ago
  98. 5eeb50d uprobes: Change handle_trampoline() to flush the frames invalidated by longjmp() by Oleg Nesterov · 10 years ago
  99. 7b868e4 uprobes/x86: Reimplement arch_uretprobe_is_alive() by Oleg Nesterov · 10 years ago
  100. 97da897 uprobes: Export 'struct return_instance', introduce arch_uretprobe_is_alive() by Oleg Nesterov · 10 years ago