index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
userfaultfd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-06
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-49
/
+68
2025-11-28
userfaultfd: convert new_userfaultfd() to FD_PREPARE()
Christian Brauner
1
-20
/
+10
2025-11-25
mm: userfaultfd: add pgtable_supports_uffd_wp()
Chunyan Zhang
1
-11
/
+11
2025-11-25
mm: introduce leaf entry type and use to simplify leaf entry logic
Lorenzo Stoakes
1
-3
/
+3
2025-11-25
mm: correctly handle UFFD PTE markers
Lorenzo Stoakes
1
-37
/
+56
2025-07-25
mm/mremap: use an explicit uffd failure path for mremap
Lorenzo Stoakes
1
-5
/
+10
2025-07-10
mm: convert pXd_devmap checks to vma_is_dax
Alistair Popple
1
-1
/
+1
2025-07-10
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
1
-1
/
+1
2025-07-10
userfaultfd: remove UFFD_CLOEXEC, UFFD_NONBLOCK, and UFFD_FLAGS_SET
Tal Zussman
1
-2
/
+0
2025-07-10
userfaultfd: remove (VM_)BUG_ON()s
Tal Zussman
1
-30
/
+29
2025-07-10
userfaultfd: prevent unregistering VMAs through a different userfaultfd
Tal Zussman
1
-6
/
+11
2025-05-08
mm/userfaultfd: fix uninitialized output field for -EAGAIN race
Peter Xu
1
-6
/
+22
2025-04-02
mm/userfaultfd: fix release hang over concurrent GUP
Peter Xu
1
-26
/
+25
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2024-10-29
fork: do not invoke uffd on fork if error occurs
Lorenzo Stoakes
1
-0
/
+28
2024-09-02
mm/hugetlb: remove hugetlb_follow_page_mask() leftover
David Hildenbrand
1
-9
/
+2
2024-09-02
userfaultfd: move core VMA manipulation logic to mm/userfaultfd.c
Lorenzo Stoakes
1
-149
/
+11
2024-07-13
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
1
-1
/
+1
2024-07-04
Fix userfaultfd_api to return EINVAL as expected
Audra Mitchell
1
-1
/
+6
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+4
2024-05-13
Merge tag 'vfs-6.10.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-16
/
+28
2024-05-06
mm/userfaultfd: reset ptes when close() for wr-protected ones
Peter Xu
1
-0
/
+4
2024-04-26
userfaultfd: early return in dup_userfaultfd()
ZhangPeng
1
-1
/
+4
2024-04-11
userfaultfd: convert to ->read_iter()
Jens Axboe
1
-16
/
+28
2024-02-23
userfaultfd: use per-vma locks in userfaultfd operations
Lokesh Gidra
1
-11
/
+2
2024-02-23
userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
Lokesh Gidra
1
-17
/
+23
2024-02-23
userfaultfd: move userfaultfd_ctx struct to header file
Lokesh Gidra
1
-39
/
+0
2024-02-22
userfaultfd: fix return error if mmap_changing is non-zero in MOVE ioctl
Lokesh Gidra
1
-1
/
+1
2024-01-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+3
2024-01-11
Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-1
/
+0
2023-12-29
userfaultfd: UFFDIO_MOVE uABI
Andrea Arcangeli
1
-0
/
+72
2023-12-28
fs: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2023-11-14
Merge branch 'kvm-guestmemfd' into HEAD
Paolo Bonzini
1
-2
/
+3
2023-11-14
fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
Paolo Bonzini
1
-2
/
+3
2023-11-03
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2023-10-19
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
1
-1
/
+1
2023-10-19
mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.
Lorenzo Stoakes
1
-52
/
+18
2023-10-19
userfaultfd: UFFD_FEATURE_WP_ASYNC
Peter Xu
1
-4
/
+22
2023-08-25
mm: userfaultfd: remove stale comment about core dump locking
Jann Horn
1
-5
/
+1
2023-08-25
mm: handle userfaults under VMA lock
Suren Baghdasaryan
1
-20
/
+14
2023-08-21
mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_once
Suren Baghdasaryan
1
-0
/
+6
2023-08-18
mm: userfaultfd: add new UFFDIO_POISON ioctl
Axel Rasmussen
1
-0
/
+58
2023-08-18
mm: userfaultfd: check for start + len overflow in validate_range
Axel Rasmussen
1
-16
/
+18
2023-08-18
mm/gup: retire follow_hugetlb_page()
Peter Xu
1
-1
/
+1
2023-06-24
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
1
-2
/
+11
2023-06-20
userfaultfd: fix regression in userfaultfd_unmap_prep()
Liam R. Howlett
1
-20
/
+15
2023-06-20
mm: ptep_get() conversion
Ryan Roberts
1
-2
/
+4
2023-06-20
mm/userfaultfd: retry if pte_offset_map() fails
Hugh Dickins
1
-5
/
+6
2023-06-20
mm: use pmdp_get_lockless() without surplus barrier()
Hugh Dickins
1
-9
/
+1
2023-06-12
mm/uffd: allow vma to merge as much as possible
Peter Xu
1
-2
/
+6
[next]