index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
userfaultfd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
2023-06-23
1
-2
/
+11
|
\
|
*
mm/uffd: allow vma to merge as much as possible
Peter Xu
2023-06-12
1
-2
/
+6
|
*
mm/uffd: fix vma operation where start addr cuts part of vma
Peter Xu
2023-06-12
1
-0
/
+5
*
|
userfaultfd: fix regression in userfaultfd_unmap_prep()
Liam R. Howlett
2023-06-19
1
-20
/
+15
*
|
mm: ptep_get() conversion
Ryan Roberts
2023-06-19
1
-2
/
+4
*
|
mm/userfaultfd: retry if pte_offset_map() fails
Hugh Dickins
2023-06-19
1
-5
/
+6
*
|
mm: use pmdp_get_lockless() without surplus barrier()
Hugh Dickins
2023-06-19
1
-9
/
+1
|
/
*
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-27
1
-11
/
+34
|
\
|
*
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
2023-04-16
1
-2
/
+4
|
|
\
|
*
|
mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs
Axel Rasmussen
2023-04-05
1
-2
/
+6
|
*
|
mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
Axel Rasmussen
2023-04-05
1
-1
/
+4
|
*
|
mm: userfaultfd: don't pass around both mm and vma
Axel Rasmussen
2023-04-05
1
-1
/
+1
|
*
|
mm: userfaultfd: rename functions for clarity + consistency
Axel Rasmussen
2023-04-05
1
-9
/
+9
|
*
|
mm/uffd: UFFD_FEATURE_WP_UNPOPULATED
Peter Xu
2023-04-05
1
-0
/
+16
*
|
|
Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2023-04-27
1
-1
/
+19
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
userfaultfd: move unprivileged_userfaultfd sysctl to its own file
ZhangPeng
2023-03-20
1
-1
/
+19
|
|
/
*
/
Revert "userfaultfd: don't fail on unrecognized features"
Peter Xu
2023-04-16
1
-2
/
+4
|
/
*
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-09
1
-1
/
+1
*
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
2023-02-09
1
-7
/
+7
*
userfaultfd: use vma iterator
Liam R. Howlett
2023-02-09
1
-54
/
+33
*
mm/hugetlb: introduce hugetlb_walk()
Peter Xu
2023-01-18
1
-4
/
+2
*
mm/hugetlb: make userfaultfd_huge_must_wait() safe to pmd unshare
Peter Xu
2023-01-18
1
-4
/
+16
*
mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMA
David Hildenbrand
2023-01-11
1
-6
/
+22
*
fs/userfaultfd: Fix maple tree iterator in userfaultfd_unregister()
Liam Howlett
2022-11-07
1
-0
/
+3
*
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
1
-36
/
+97
|
\
|
*
userfaultfd: use maple tree iterator to iterate VMAs
Liam R. Howlett
2022-09-26
1
-20
/
+42
|
*
userfaultfd: add /dev/userfaultfd for fine grained access control
Axel Rasmussen
2022-09-11
1
-16
/
+55
*
|
Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-10-03
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
userfaultfd: open userfaultfds with O_RDONLY
Ondrej Mosnacek
2022-08-30
1
-2
/
+2
*
|
mm/uffd: reset write protection when unregister with wp-mode
Peter Xu
2022-08-20
1
-0
/
+4
|
/
*
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-05
1
-4
/
+2
|
\
|
*
userfaultfd: don't fail on unrecognized features
Axel Rasmussen
2022-07-29
1
-4
/
+2
*
|
userfaultfd: provide properly masked address for huge-pages
Nadav Amit
2022-07-26
1
-5
/
+7
|
/
*
mm/uffd: enable write protection for shmem & hugetlbfs
Peter Xu
2022-05-13
1
-18
/
+3
*
mm: teach core mm about pte markers
Peter Xu
2022-05-13
1
-4
/
+7
*
userfaultfd: provide unmasked address on page-fault
Nadav Amit
2022-03-22
1
-1
/
+4
*
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
2022-03-05
1
-3
/
+3
*
mm: move anon_vma declarations to linux/mm_inline.h
Arnd Bergmann
2022-01-15
1
-0
/
+1
*
mm: add a field to store names for private anonymous memory
Colin Cross
2022-01-15
1
-3
/
+4
*
userfaultfd: fix a race between writeprotect and exit_mmap()
Nadav Amit
2021-10-18
1
-3
/
+9
*
userfaultfd: prevent concurrent API initialization
Nadav Amit
2021-09-03
1
-47
/
+44
*
userfaultfd: change mmap_changing to atomic
Nadav Amit
2021-09-03
1
-12
/
+13
*
userfaultfd: do not untag user pointers
Peter Collingbourne
2021-07-23
1
-14
/
+12
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-07-02
1
-4
/
+11
|
\
|
*
userfaultfd/shmem: advertise shmem minor fault support
Axel Rasmussen
2021-06-30
1
-1
/
+2
|
*
userfaultfd/shmem: support minor fault registration for shmem
Axel Rasmussen
2021-06-30
1
-2
/
+1
|
*
mm/userfaultfd: fail uffd-wp registration if not supported
Peter Xu
2021-06-30
1
-1
/
+8
*
|
sched: Change task_struct::state
Peter Zijlstra
2021-06-18
1
-2
/
+2
|
/
*
userfaultfd: add UFFDIO_CONTINUE ioctl
Axel Rasmussen
2021-05-05
1
-0
/
+67
*
userfaultfd: add minor fault registration mode
Axel Rasmussen
2021-05-05
1
-31
/
+47
[next]