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 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
|
/
/
*
/
userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas
Andrea Arcangeli
2018-11-30
1
-0
/
+15
|
/
*
userfaultfd: disable irqs when taking the waitqueue lock
Christoph Hellwig
2018-10-26
1
-4
/
+4
*
mm: Change return type int to vm_fault_t for fault handlers
Souptick Joarder
2018-08-23
1
-4
/
+2
*
userfaultfd: use fault_wqh lock
Matthew Wilcox
2018-08-22
1
-3
/
+3
*
fs/userfaultfd.c: remove redundant pointer uwq
Colin Ian King
2018-08-17
1
-3
/
+0
*
userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK fails
Mike Rapoport
2018-08-02
1
-1
/
+3
*
userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait() pte access
Janosch Frank
2018-07-03
1
-5
/
+7
*
userfaultfd: prevent non-cooperative events vs mcopy_atomic races
Mike Rapoport
2018-06-07
1
-2
/
+20
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-8
/
+8
*
userfaultfd: convert to use anon_inode_getfd()
Eric Biggers
2018-01-31
1
-61
/
+9
*
mm, userfaultfd, THP: avoid waiting when PMD under THP migration
Huang Ying
2018-01-31
1
-1
/
+4
*
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-30
1
-2
/
+2
|
\
|
*
fs: annotate ->poll() instances
Al Viro
2017-11-27
1
-2
/
+2
*
|
userfaultfd: clear the vma->vm_userfaultfd_ctx if UFFD_EVENT_FORK fails
Andrea Arcangeli
2018-01-04
1
-2
/
+18
|
/
*
userfaultfd: use mmgrab instead of open-coded increment of mm_count
Mike Rapoport
2017-11-15
1
-1
/
+1
*
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-4
/
+4
*
userfaultfd: non-cooperative: fix fork use after free
Andrea Arcangeli
2017-10-03
1
-10
/
+56
*
userfaultfd: non-cooperative: closing the uffd without triggering SIGBUS
Andrea Arcangeli
2017-09-08
1
-1
/
+19
*
userfaultfd: provide pid in userfault msg - add feat union
Andrea Arcangeli
2017-09-06
1
-1
/
+1
*
userfaultfd: provide pid in userfault msg
Alexey Perevalov
2017-09-06
1
-2
/
+6
[next]