index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: 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
*
mm: userfaultfd: add feature to request for a signal delivery
Prakash Sangappa
2017-09-06
1
-0
/
+3
*
userfaultfd: report UFFDIO_ZEROPAGE as available for shmem VMAs
Mike Rapoport
2017-09-06
1
-5
/
+5
*
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-08-11
1
-2
/
+2
|
\
|
*
userfaultfd: replace ENOSPC with ESRCH in case mm has gone during copy/zeropage
Mike Rapoport
2017-08-10
1
-2
/
+2
*
|
locking: Remove smp_mb__before_spinlock()
Peter Zijlstra
2017-08-10
1
-14
/
+11
|
/
*
userfaultfd: non-cooperative: flush event_wqh at release time
Mike Rapoport
2017-08-02
1
-0
/
+3
*
userfaultfd_zeropage: return -ENOSPC in case mm has gone
Mike Rapoport
2017-08-02
1
-0
/
+2
*
mm/hugetlb: add size parameter to huge_pte_offset()
Punit Agrawal
2017-07-06
1
-2
/
+5
*
fs/userfaultfd.c: drop dead code
Mike Rapoport
2017-07-06
1
-5
/
+0
*
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
Ingo Molnar
2017-06-20
1
-11
/
+11
*
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-06-20
1
-4
/
+4
*
userfaultfd: shmem: handle coredumping in handle_userfault()
Andrea Arcangeli
2017-06-17
1
-8
/
+21
*
userfaultfd: report actual registered features in fdinfo
Mike Rapoport
2017-04-08
1
-1
/
+1
*
Merge branch 'prep-for-5level'
Linus Torvalds
2017-03-10
1
-1
/
+5
|
\
|
*
mm: convert generic code to 5-level paging
Kirill A. Shutemov
2017-03-09
1
-1
/
+5
*
|
userfaultfd: remove wrong comment from userfaultfd_ctx_get()
David Hildenbrand
2017-03-09
1
-2
/
+0
*
|
userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEED
Andrea Arcangeli
2017-03-09
1
-6
/
+3
*
|
userfaultfd: non-cooperative: fix fork fctx->new memleak
Mike Rapoport
2017-03-09
1
-0
/
+9
*
|
userfaultfd: non-cooperative: release all ctx in dup_userfaultfd_complete
Andrea Arcangeli
2017-03-09
1
-13
/
+5
*
|
userfaultfd: non-cooperative: robustness check
Andrea Arcangeli
2017-03-09
1
-2
/
+7
*
|
userfaultfd: non-cooperative: rollback userfaultfd_exit
Andrea Arcangeli
2017-03-09
1
-28
/
+0
*
|
userfaultfd: shmem: __do_fault requires VM_FAULT_NOPAGE
Andrea Arcangeli
2017-03-09
1
-1
/
+1
|
/
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
mm: add new mmgrab() helper
Vegard Nossum
2017-02-27
1
-1
/
+1
*
scripts/spelling.txt: add "an user" pattern and fix typo instances
Masahiro Yamada
2017-02-27
1
-3
/
+3
*
userfaultfd_copy: return -ENOSPC in case mm has gone
Mike Rapoport
2017-02-24
1
-0
/
+2
*
userfaultfd: non-cooperative: add event for exit() notification
Mike Rapoport
2017-02-24
1
-0
/
+28
*
userfaultfd: non-cooperative: add event for memory unmaps
Mike Rapoport
2017-02-24
1
-0
/
+65
*
userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVE
Mike Rapoport
2017-02-24
1
-7
/
+7
*
userfaultfd: shmem: allow registration of shared memory ranges
Mike Rapoport
2017-02-22
1
-14
/
+7
[next]