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
*
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
*
hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wp
Peter Xu
2021-05-05
1
-0
/
+4
*
userfaultfd: use secure anon inodes for userfaultfd
Daniel Colascione
2021-01-14
1
-9
/
+10
*
userfaultfd: add user-mode only option to unprivileged_userfaultfd sysctl knob
Lokesh Gidra
2020-12-15
1
-2
/
+8
*
userfaultfd: add UFFD_USER_MODE_ONLY
Lokesh Gidra
2020-12-15
1
-1
/
+9
*
mm: remove the now-unnecessary mmget_still_valid() hack
Jann Horn
2020-10-16
1
-19
/
+9
*
Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-08-10
1
-2
/
+2
|
\
|
*
userfaultfd: Use sequence counter with associated spinlock
Ahmed S. Darwish
2020-07-29
1
-2
/
+2
*
|
userfaultfd: simplify fault handling
Linus Torvalds
2020-08-03
1
-38
/
+1
|
/
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-9
/
+9
*
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
2020-06-09
1
-1
/
+1
*
mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()
Michel Lespinasse
2020-06-09
1
-3
/
+3
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-10
/
+10
*
userfaultfd: wp: declare _UFFDIO_WRITEPROTECT conditionally
Peter Xu
2020-04-07
1
-3
/
+13
*
userfaultfd: wp: don't wake up when doing write protect
Peter Xu
2020-04-07
1
-5
/
+8
*
userfaultfd: wp: add the writeprotect API to userfaultfd ioctl
Andrea Arcangeli
2020-04-07
1
-16
/
+66
*
userfaultfd: wp: add UFFDIO_COPY_MODE_WP
Andrea Arcangeli
2020-04-07
1
-2
/
+3
*
mm/userfaultfd: honor FAULT_FLAG_KILLABLE in fault path
Peter Xu
2020-04-02
1
-8
/
+28
*
mm: introduce FAULT_FLAG_INTERRUPTIBLE
Peter Xu
2020-04-02
1
-3
/
+1
*
userfaultfd: don't retake mmap_sem to emulate NOPAGE
Peter Xu
2020-04-02
1
-24
/
+0
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-12-01
1
-8
/
+13
|
\
|
*
userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORK
Mike Rapoport
2019-12-01
1
-7
/
+11
|
*
fs/userfaultfd.c: wp: clear VM_UFFD_MISSING or VM_UFFD_WP during userfaultfd_...
Andrea Arcangeli
2019-12-01
1
-1
/
+2
*
|
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
2019-10-23
1
-1
/
+1
|
/
*
userfaultfd: untag user pointers
Andrey Konovalov
2019-09-25
1
-10
/
+12
*
userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctx
Oleg Nesterov
2019-08-24
1
-12
/
+13
*
fs/userfaultfd.c: disable irqs for fault_pending and event locks
Eric Biggers
2019-07-05
1
-16
/
+26
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
2019-06-19
1
-3
/
+1
*
userfaultfd/sysctl: add vm.unprivileged_userfaultfd
Peter Xu
2019-05-14
1
-0
/
+5
*
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
2019-04-19
1
-0
/
+9
*
userfaultfd: clear flag if remap event not enabled
Peter Xu
2018-12-28
1
-1
/
+9
*
userfaultfd: convert userfaultfd_ctx::refcount to refcount_t
Eric Biggers
2018-12-28
1
-6
/
+5
*
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-12-26
1
-1
/
+1
|
\
|
*
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2018-12-04
1
-1
/
+1
|
|
\
|
|
*
userfaultfd: Replace spin_is_locked() with lockdep
Lance Roy
2018-11-12
1
-1
/
+1
*
|
|
userfaultfd: check VM_MAYWRITE was set after verifying the uffd is registered
Andrea Arcangeli
2018-12-14
1
-1
/
+2
|
/
/
[next]