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
/
mm
/
userfaultfd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
userfaultfd: use helper function range_in_vma()
ZhangPeng
2023-04-21
1
-5
/
+1
*
userfaultfd: convert mfill_atomic() to use a folio
ZhangPeng
2023-04-18
1
-20
/
+20
*
userfaultfd: convert mfill_atomic_hugetlb() to use a folio
ZhangPeng
2023-04-18
1
-8
/
+8
*
userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()
ZhangPeng
2023-04-18
1
-4
/
+2
*
userfaultfd: convert mfill_atomic_pte_copy() to use a folio
ZhangPeng
2023-04-18
1
-16
/
+16
*
mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs
Axel Rasmussen
2023-04-05
1
-2
/
+3
*
mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
Axel Rasmussen
2023-04-05
1
-42
/
+34
*
mm: userfaultfd: don't pass around both mm and vma
Axel Rasmussen
2023-04-05
1
-32
/
+29
*
mm: userfaultfd: rename functions for clarity + consistency
Axel Rasmussen
2023-04-05
1
-49
/
+49
*
mm/userfaultfd: support WP on multiple VMAs
Muhammad Usama Anjum
2023-03-28
1
-17
/
+24
*
mm/uffd: detect pgtable allocation failures
Peter Xu
2023-01-18
1
-5
/
+11
*
mm/mprotect: drop pgprot_t parameter from change_protection()
David Hildenbrand
2023-01-18
1
-2
/
+1
*
mm/userfaultfd: rely on vma->vm_page_prot in uffd_wp_range()
David Hildenbrand
2023-01-18
1
-5
/
+13
*
mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()
Peter Xu
2023-01-18
1
-16
/
+2
*
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-17
1
-1
/
+1
|
\
|
*
mm: Rename pmd_read_atomic()
Peter Zijlstra
2022-12-15
1
-1
/
+1
*
|
userfaultfd: replace lru_cache functions with folio_add functions
Vishal Moola (Oracle)
2022-12-11
1
-2
/
+4
*
|
mm/shmem: use page_mapping() to detect page cache for uffd continue
Peter Xu
2022-11-08
1
-1
/
+1
|
/
*
mm/userfaultfd: replace kmap/kmap_atomic() with kmap_local_page()
Ira Weiny
2022-10-28
1
-4
/
+21
*
hugetlb: use new vma_lock for pmd sharing synchronization
Mike Kravetz
2022-10-03
1
-1
/
+8
*
hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronization
Mike Kravetz
2022-10-03
1
-9
/
+2
*
userfaultfd: convert mcontinue_atomic_pte() to use a folio
Matthew Wilcox (Oracle)
2022-10-03
1
-6
/
+8
*
mm/uffd: reset write protection when unregister with wp-mode
Peter Xu
2022-08-20
1
-11
/
+18
*
mm: userfaultfd: fix UFFDIO_CONTINUE on fallocated shmem pages
Axel Rasmussen
2022-07-03
1
-1
/
+4
*
mm/uffd: enable write protection for shmem & hugetlbfs
Peter Xu
2022-05-13
1
-6
/
+3
*
mm/hugetlb: handle UFFDIO_WRITEPROTECT
Peter Xu
2022-05-13
1
-0
/
+8
*
mm/hugetlb: take care of UFFDIO_COPY_MODE_WP
Peter Xu
2022-05-13
1
-5
/
+9
*
mm/shmem: take care of UFFDIO_COPY_MODE_WP
Peter Xu
2022-05-13
1
-5
/
+18
*
mm/mprotect: use mmu_gather
Nadav Amit
2022-05-13
1
-1
/
+5
*
mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
David Hildenbrand
2022-05-09
1
-1
/
+1
*
userfaultfd: mark uffd_wp regardless of VM_WRITE flag
Nadav Amit
2022-04-21
1
-6
/
+9
*
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-6
/
+8
|
\
|
*
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
2022-02-17
1
-6
/
+8
*
|
mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_at...
Muchun Song
2022-03-22
1
-0
/
+3
|
/
*
mm: shmem: don't truncate page if memory failure happens
Yang Shi
2022-01-15
1
-0
/
+5
*
Revert "mm: shmem: don't truncate page if memory failure happens"
Linus Torvalds
2021-11-13
1
-5
/
+0
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
1
-2
/
+6
|
\
|
*
mm: shmem: don't truncate page if memory failure happens
Yang Shi
2021-11-06
1
-0
/
+5
|
*
mm/shmem: unconditionally set pte dirty in mfill_atomic_install_pte
Peter Xu
2021-11-06
1
-2
/
+1
*
|
mm/memcg: Convert mem_cgroup_charge() to take a folio
Matthew Wilcox (Oracle)
2021-09-27
1
-1
/
+1
|
/
*
userfaultfd: change mmap_changing to atomic
Nadav Amit
2021-09-03
1
-7
/
+8
*
userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()
Axel Rasmussen
2021-06-30
1
-11
/
+6
*
userfaultfd/shmem: support UFFDIO_CONTINUE for shmem
Axel Rasmussen
2021-06-30
1
-45
/
+127
*
userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
Axel Rasmussen
2021-06-30
1
-7
/
+3
*
mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPY
Mina Almasry
2021-06-30
1
-49
/
+1
*
userfaultfd: hugetlbfs: fix new flag usage in error path
Mike Kravetz
2021-05-22
1
-14
/
+14
*
userfaultfd: add UFFDIO_CONTINUE ioctl
Axel Rasmussen
2021-05-05
1
-14
/
+23
*
hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()
Peter Xu
2021-05-05
1
-1
/
+1
*
mm/vmscan: protect the workingset on anonymous LRU
Joonsoo Kim
2020-08-12
1
-1
/
+1
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-4
/
+4
[next]