1. 17fca13 mm: move anon_vma declarations to linux/mm_inline.h by Arnd Bergmann · 3 years ago
  2. 9a10064 mm: add a field to store names for private anonymous memory by Colin Cross · 3 years ago
  3. cb185d5 userfaultfd: fix a race between writeprotect and exit_mmap() by Nadav Amit · 3 years, 2 months ago
  4. 22e5fe2 userfaultfd: prevent concurrent API initialization by Nadav Amit · 3 years, 4 months ago
  5. a759a90 userfaultfd: change mmap_changing to atomic by Nadav Amit · 3 years, 4 months ago
  6. e71e2ac userfaultfd: do not untag user pointers by Peter Collingbourne · 3 years, 5 months ago
  7. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  8. 964ab00 userfaultfd/shmem: advertise shmem minor fault support by Axel Rasmussen · 3 years, 6 months ago
  9. c949b09 userfaultfd/shmem: support minor fault registration for shmem by Axel Rasmussen · 3 years, 6 months ago
  10. 00b151f mm/userfaultfd: fail uffd-wp registration if not supported by Peter Xu · 3 years, 6 months ago
  11. 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 7 months ago
  12. f619147 userfaultfd: add UFFDIO_CONTINUE ioctl by Axel Rasmussen · 3 years, 8 months ago
  13. 7677f7f userfaultfd: add minor fault registration mode by Axel Rasmussen · 3 years, 8 months ago
  14. 6dfeaff hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wp by Peter Xu · 3 years, 8 months ago
  15. b537900 userfaultfd: use secure anon inodes for userfaultfd by Daniel Colascione · 4 years ago
  16. d0d4730 userfaultfd: add user-mode only option to unprivileged_userfaultfd sysctl knob by Lokesh Gidra · 4 years ago
  17. 37cd057 userfaultfd: add UFFD_USER_MODE_ONLY by Lokesh Gidra · 4 years ago
  18. 4d45e75 mm: remove the now-unnecessary mmget_still_valid() hack by Jann Horn · 4 years, 2 months ago
  19. 97d052e Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  20. f9bf352 userfaultfd: simplify fault handling by Linus Torvalds · 4 years, 5 months ago
  21. 2ca97ac userfaultfd: Use sequence counter with associated spinlock by Ahmed S. Darwish · 4 years, 5 months ago
  22. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  23. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  24. 42fc541 mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked() by Michel Lespinasse · 4 years, 7 months ago
  25. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  26. 1481930 userfaultfd: wp: declare _UFFDIO_WRITEPROTECT conditionally by Peter Xu · 4 years, 9 months ago
  27. 23080e2 userfaultfd: wp: don't wake up when doing write protect by Peter Xu · 4 years, 9 months ago
  28. 63b2d41 userfaultfd: wp: add the writeprotect API to userfaultfd ioctl by Andrea Arcangeli · 4 years, 9 months ago
  29. 72981e0 userfaultfd: wp: add UFFDIO_COPY_MODE_WP by Andrea Arcangeli · 4 years, 9 months ago
  30. 3e69ad0 mm/userfaultfd: honor FAULT_FLAG_KILLABLE in fault path by Peter Xu · 4 years, 9 months ago
  31. c270a7e mm: introduce FAULT_FLAG_INTERRUPTIBLE by Peter Xu · 4 years, 9 months ago
  32. ef429ee userfaultfd: don't retake mmap_sem to emulate NOPAGE by Peter Xu · 4 years, 9 months ago
  33. 596cf45 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  34. 3c1c24d userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORK by Mike Rapoport · 5 years ago
  35. 9d4678e fs/userfaultfd.c: wp: clear VM_UFFD_MISSING or VM_UFFD_WP during userfaultfd_register() by Andrea Arcangeli · 5 years ago
  36. 1832f2d compat_ioctl: move more drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
  37. 7d03257 userfaultfd: untag user pointers by Andrey Konovalov · 5 years ago
  38. 46d0b24 userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctx by Oleg Nesterov · 5 years ago
  39. cbcfa13 fs/userfaultfd.c: disable irqs for fault_pending and event locks by Eric Biggers · 5 years ago
  40. 20c8ccb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 by Thomas Gleixner · 6 years ago
  41. cefdca0 userfaultfd/sysctl: add vm.unprivileged_userfaultfd by Peter Xu · 6 years ago
  42. 04f5866 coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping by Andrea Arcangeli · 6 years ago
  43. 3cfd22b userfaultfd: clear flag if remap event not enabled by Peter Xu · 6 years ago
  44. ca88042 userfaultfd: convert userfaultfd_ctx::refcount to refcount_t by Eric Biggers · 6 years ago
  45. 792bf4d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  46. 01e881f userfaultfd: check VM_MAYWRITE was set after verifying the uffd is registered by Andrea Arcangeli · 6 years ago
  47. 4bbfd74 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  48. 29ec9066 userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas by Andrea Arcangeli · 6 years ago
  49. 456a737 userfaultfd: Replace spin_is_locked() with lockdep by Lance Roy · 6 years ago
  50. ae62c16 userfaultfd: disable irqs when taking the waitqueue lock by Christoph Hellwig · 6 years ago
  51. 2b74030 mm: Change return type int to vm_fault_t for fault handlers by Souptick Joarder · 6 years ago
  52. c430d1e userfaultfd: use fault_wqh lock by Matthew Wilcox · 6 years ago
  53. 5241d47 fs/userfaultfd.c: remove redundant pointer uwq by Colin Ian King · 6 years ago
  54. 31e810a userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK fails by Mike Rapoport · 6 years ago
  55. 1e2c043 userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait() pte access by Janosch Frank · 6 years ago
  56. df2cc96 userfaultfd: prevent non-cooperative events vs mcopy_atomic races by Mike Rapoport · 7 years ago
  57. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  58. 284cd24 userfaultfd: convert to use anon_inode_getfd() by Eric Biggers · 7 years ago
  59. a365ac0 mm, userfaultfd, THP: avoid waiting when PMD under THP migration by Huang Ying · 7 years ago
  60. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  61. 0cbb4b4 userfaultfd: clear the vma->vm_userfaultfd_ctx if UFFD_EVENT_FORK fails by Andrea Arcangeli · 7 years ago
  62. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  63. 00bb31f userfaultfd: use mmgrab instead of open-coded increment of mm_count by Mike Rapoport · 7 years ago
  64. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  65. 384632e userfaultfd: non-cooperative: fix fork use after free by Andrea Arcangeli · 7 years ago
  66. 656710a userfaultfd: non-cooperative: closing the uffd without triggering SIGBUS by Andrea Arcangeli · 7 years ago
  67. a36985d userfaultfd: provide pid in userfault msg - add feat union by Andrea Arcangeli · 7 years ago
  68. 9d4ac93 userfaultfd: provide pid in userfault msg by Alexey Perevalov · 7 years ago
  69. 2d6d6f5 mm: userfaultfd: add feature to request for a signal delivery by Prakash Sangappa · 7 years ago
  70. ce53e8e userfaultfd: report UFFDIO_ZEROPAGE as available for shmem VMAs by Mike Rapoport · 7 years ago
  71. 040cca3 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  72. e86b298 userfaultfd: replace ENOSPC with ESRCH in case mm has gone during copy/zeropage by Mike Rapoport · 7 years ago
  73. a9668cd locking: Remove smp_mb__before_spinlock() by Peter Zijlstra · 8 years ago
  74. 5a18b64 userfaultfd: non-cooperative: flush event_wqh at release time by Mike Rapoport · 7 years ago
  75. 9d95aa4 userfaultfd_zeropage: return -ENOSPC in case mm has gone by Mike Rapoport · 7 years ago
  76. 7868a20 mm/hugetlb: add size parameter to huge_pte_offset() by Punit Agrawal · 7 years ago
  77. f93ae36 fs/userfaultfd.c: drop dead code by Mike Rapoport · 7 years ago
  78. 2055da9 sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming by Ingo Molnar · 8 years ago
  79. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  80. 64c2b20 userfaultfd: shmem: handle coredumping in handle_userfault() by Andrea Arcangeli · 8 years ago
  81. 045098e userfaultfd: report actual registered features in fdinfo by Mike Rapoport · 8 years ago
  82. baeedc71 Merge branch 'prep-for-5level' by Linus Torvalds · 8 years ago
  83. 2378cd6 userfaultfd: remove wrong comment from userfaultfd_ctx_get() by David Hildenbrand · 8 years ago
  84. 70ccb92 userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEED by Andrea Arcangeli · 8 years ago
  85. 7eb76d4 userfaultfd: non-cooperative: fix fork fctx->new memleak by Mike Rapoport · 8 years ago
  86. 8c9e7bb userfaultfd: non-cooperative: release all ctx in dup_userfaultfd_complete by Andrea Arcangeli · 8 years ago
  87. 9a69a82 userfaultfd: non-cooperative: robustness check by Andrea Arcangeli · 8 years ago
  88. dd0db88d userfaultfd: non-cooperative: rollback userfaultfd_exit by Andrea Arcangeli · 8 years ago
  89. 6bbc4a4 userfaultfd: shmem: __do_fault requires VM_FAULT_NOPAGE by Andrea Arcangeli · 8 years ago
  90. c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 8 years ago
  91. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  92. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  93. f1f1007 mm: add new mmgrab() helper by Vegard Nossum · 8 years ago
  94. 9332ef9 scripts/spelling.txt: add "an user" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  95. 9633318 userfaultfd_copy: return -ENOSPC in case mm has gone by Mike Rapoport · 8 years ago
  96. ca49ca7 userfaultfd: non-cooperative: add event for exit() notification by Mike Rapoport · 8 years ago
  97. 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 8 years ago
  98. d811914 userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVE by Mike Rapoport · 8 years ago
  99. cac6732 userfaultfd: shmem: allow registration of shared memory ranges by Mike Rapoport · 8 years ago
  100. ba6907d userfaultfd: introduce vma_can_userfault by Mike Rapoport · 8 years ago