- 94ccd21 mm/hugetlb: remove hugetlb_follow_page_mask() leftover by David Hildenbrand · 7 months ago
- a17c7d8 userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c by Lorenzo Stoakes · 7 months ago
- e6c0c03 mm: provide mm_struct and address to huge_ptep_get() by Christophe Leroy · 8 months ago
- 1723f04 Fix userfaultfd_api to return EINVAL as expected by Audra Mitchell · 8 months ago
- 61307b7 Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 9 months ago
- f4e8d80 Merge tag 'vfs-6.10.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 10 months ago
- c88033e mm/userfaultfd: reset ptes when close() for wr-protected ones by Peter Xu · 10 months ago
- afd5843 userfaultfd: early return in dup_userfaultfd() by ZhangPeng · 11 months ago
- 40f45fe userfaultfd: convert to ->read_iter() by Jens Axboe · 11 months ago
- 867a43a userfaultfd: use per-vma locks in userfaultfd operations by Lokesh Gidra · 1 year ago
- 5e4c24a userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx by Lokesh Gidra · 1 year ago
- f91e6b4 userfaultfd: move userfaultfd_ctx struct to header file by Lokesh Gidra · 1 year ago
- 6ca03f1 userfaultfd: fix return error if mmap_changing is non-zero in MOVE ioctl by Lokesh Gidra · 1 year, 1 month ago
- 09d1c6a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 1 year, 1 month ago
- a05aea9 Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 1 year, 2 months ago
- adef440 userfaultfd: UFFDIO_MOVE uABI by Andrea Arcangeli · 1 year, 3 months ago
- 9d5b947 fs: Remove the now superfluous sentinel elements from ctl_table array by Joel Granados · 1 year, 3 months ago
- 6c370dc Merge branch 'kvm-guestmemfd' into HEAD by Paolo Bonzini · 1 year, 3 months ago
- 4f0b919 fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure() by Paolo Bonzini · 1 year, 4 months ago
- 8f6f76a Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 4 months ago
- 68279f9 treewide: mark stuff as __ro_after_init by Alexey Dobriyan · 1 year, 5 months ago
- 94d7d92 mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al. by Lorenzo Stoakes · 1 year, 5 months ago
- d61ea1c userfaultfd: UFFD_FEATURE_WP_ASYNC by Peter Xu · 1 year, 6 months ago
- 004a9a3 mm: userfaultfd: remove stale comment about core dump locking by Jann Horn · 1 year, 6 months ago
- 29a22b9 mm: handle userfaults under VMA lock by Suren Baghdasaryan · 1 year, 8 months ago
- 60081bf mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_once by Suren Baghdasaryan · 1 year, 7 months ago
- fc71884 mm: userfaultfd: add new UFFDIO_POISON ioctl by Axel Rasmussen · 1 year, 8 months ago
- 2ef5d72 mm: userfaultfd: check for start + len overflow in validate_range by Axel Rasmussen · 1 year, 8 months ago
- 4849807 mm/gup: retire follow_hugetlb_page() by Peter Xu · 1 year, 8 months ago
- 63773d2 Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes. by Andrew Morton · 1 year, 8 months ago
- 65ac132 userfaultfd: fix regression in userfaultfd_unmap_prep() by Liam R. Howlett · 1 year, 9 months ago
- c33c794 mm: ptep_get() conversion by Ryan Roberts · 1 year, 9 months ago
- 2b683a4 mm/userfaultfd: retry if pte_offset_map() fails by Hugh Dickins · 1 year, 9 months ago
- 26e1a0c mm: use pmdp_get_lockless() without surplus barrier() by Hugh Dickins · 1 year, 9 months ago
- 5543d3c mm/uffd: allow vma to merge as much as possible by Peter Xu · 1 year, 9 months ago
- 270aa01 mm/uffd: fix vma operation where start addr cuts part of vma by Peter Xu · 1 year, 9 months ago
- 7fa8a8e Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 10 months ago
- 888d3c9 Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 1 year, 10 months ago
- e492cd6 sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes by Andrew Morton · 1 year, 10 months ago
- 2ff559f Revert "userfaultfd: don't fail on unrecognized features" by Peter Xu · 1 year, 11 months ago
- 0289184 mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs by Axel Rasmussen · 2 years ago
- d971293 mm: userfaultfd: combine 'mode' and 'wp_copy' arguments by Axel Rasmussen · 2 years ago
- 61c5004 mm: userfaultfd: don't pass around both mm and vma by Axel Rasmussen · 2 years ago
- a734991 mm: userfaultfd: rename functions for clarity + consistency by Axel Rasmussen · 2 years ago
- 2bad466 mm/uffd: UFFD_FEATURE_WP_UNPOPULATED by Peter Xu · 2 years ago
- 2d337b7 userfaultfd: move unprivileged_userfaultfd sysctl to its own file by ZhangPeng · 2 years ago
- 1c71222 mm: replace vma->vm_flags direct modifications with modifier calls by Suren Baghdasaryan · 2 years, 1 month ago
- 9760ebf mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator by Liam R. Howlett · 2 years, 1 month ago
- 11a9b90 userfaultfd: use vma iterator by Liam R. Howlett · 2 years, 1 month ago
- 9c67a20 mm/hugetlb: introduce hugetlb_walk() by Peter Xu · 2 years, 2 months ago
- b8da2e46 mm/hugetlb: make userfaultfd_huge_must_wait() safe to pmd unshare by Peter Xu · 2 years, 2 months ago
- 51d3d5e mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMA by David Hildenbrand · 2 years, 3 months ago
- 59f2f4b fs/userfaultfd: Fix maple tree iterator in userfaultfd_unregister() by Liam Howlett · 2 years, 4 months ago
- 27bc50f Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 5 months ago
- 26b8440 Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm by Linus Torvalds · 2 years, 5 months ago
- 69dbe6d userfaultfd: use maple tree iterator to iterate VMAs by Liam R. Howlett · 2 years, 6 months ago
- 2d5de00 userfaultfd: add /dev/userfaultfd for fine grained access control by Axel Rasmussen · 2 years, 7 months ago
- abec3d0 userfaultfd: open userfaultfds with O_RDONLY by Ondrej Mosnacek · 2 years, 8 months ago
- f369b07 mm/uffd: reset write protection when unregister with wp-mode by Peter Xu · 2 years, 7 months ago
- 6614a3c Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 7 months ago
- 914eedc userfaultfd: don't fail on unrecognized features by Axel Rasmussen · 2 years, 7 months ago
- d172b1a userfaultfd: provide properly masked address for huge-pages by Nadav Amit · 2 years, 8 months ago
- b1f9e87 mm/uffd: enable write protection for shmem & hugetlbfs by Peter Xu · 2 years, 10 months ago
- 5c041f5 mm: teach core mm about pte markers by Peter Xu · 2 years, 10 months ago
- 824ddc6 userfaultfd: provide unmasked address on page-fault by Nadav Amit · 3 years ago
- 5c26f6a mm: refactor vm_area_struct::anon_vma_name usage code by Suren Baghdasaryan · 3 years ago
- 17fca13 mm: move anon_vma declarations to linux/mm_inline.h by Arnd Bergmann · 3 years, 1 month ago
- 9a10064 mm: add a field to store names for private anonymous memory by Colin Cross · 3 years, 1 month ago
- cb185d5 userfaultfd: fix a race between writeprotect and exit_mmap() by Nadav Amit · 3 years, 4 months ago
- 22e5fe2a userfaultfd: prevent concurrent API initialization by Nadav Amit · 3 years, 6 months ago
- a759a90 userfaultfd: change mmap_changing to atomic by Nadav Amit · 3 years, 6 months ago
- e71e2ac userfaultfd: do not untag user pointers by Peter Collingbourne · 3 years, 7 months ago
- 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
- 964ab00 userfaultfd/shmem: advertise shmem minor fault support by Axel Rasmussen · 3 years, 8 months ago
- c949b09 userfaultfd/shmem: support minor fault registration for shmem by Axel Rasmussen · 3 years, 8 months ago
- 00b151f2 mm/userfaultfd: fail uffd-wp registration if not supported by Peter Xu · 3 years, 8 months ago
- 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 9 months ago
- f619147 userfaultfd: add UFFDIO_CONTINUE ioctl by Axel Rasmussen · 3 years, 10 months ago
- 7677f7f userfaultfd: add minor fault registration mode by Axel Rasmussen · 3 years, 10 months ago
- 6dfeaff hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wp by Peter Xu · 3 years, 10 months ago
- b537900 userfaultfd: use secure anon inodes for userfaultfd by Daniel Colascione · 4 years, 2 months ago
- d0d4730 userfaultfd: add user-mode only option to unprivileged_userfaultfd sysctl knob by Lokesh Gidra · 4 years, 2 months ago
- 37cd057 userfaultfd: add UFFD_USER_MODE_ONLY by Lokesh Gidra · 4 years, 2 months ago
- 4d45e75 mm: remove the now-unnecessary mmget_still_valid() hack by Jann Horn · 4 years, 4 months ago
- 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, 7 months ago
- f9bf352 userfaultfd: simplify fault handling by Linus Torvalds · 4 years, 7 months ago
- 2ca97ac userfaultfd: Use sequence counter with associated spinlock by Ahmed S. Darwish · 4 years, 7 months ago
- c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 9 months ago
- 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 9 months ago
- 42fc541 mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked() by Michel Lespinasse · 4 years, 9 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 9 months ago
- 1481930 userfaultfd: wp: declare _UFFDIO_WRITEPROTECT conditionally by Peter Xu · 4 years, 11 months ago
- 23080e2 userfaultfd: wp: don't wake up when doing write protect by Peter Xu · 4 years, 11 months ago
- 63b2d41 userfaultfd: wp: add the writeprotect API to userfaultfd ioctl by Andrea Arcangeli · 4 years, 11 months ago
- 72981e0 userfaultfd: wp: add UFFDIO_COPY_MODE_WP by Andrea Arcangeli · 4 years, 11 months ago
- 3e69ad0 mm/userfaultfd: honor FAULT_FLAG_KILLABLE in fault path by Peter Xu · 5 years ago
- c270a7e mm: introduce FAULT_FLAG_INTERRUPTIBLE by Peter Xu · 5 years ago
- ef429ee userfaultfd: don't retake mmap_sem to emulate NOPAGE by Peter Xu · 5 years ago
- 596cf45 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
- 3c1c24d userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORK by Mike Rapoport · 5 years ago