summaryrefslogtreecommitdiff
path: root/mm/userfaultfd.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-19mm/mprotect: drop pgprot_t parameter from change_protection()David Hildenbrand1-2/+1
2023-01-19mm/userfaultfd: rely on vma->vm_page_prot in uffd_wp_range()David Hildenbrand1-5/+13
2023-01-19mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()Peter Xu1-16/+2
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-12-15mm: Rename pmd_read_atomic()Peter Zijlstra1-1/+1
2022-12-12userfaultfd: replace lru_cache functions with folio_add functionsVishal Moola (Oracle)1-2/+4
2022-11-09mm/shmem: use page_mapping() to detect page cache for uffd continuePeter Xu1-1/+1
2022-10-28mm/userfaultfd: replace kmap/kmap_atomic() with kmap_local_page()Ira Weiny1-4/+21
2022-10-04hugetlb: use new vma_lock for pmd sharing synchronizationMike Kravetz1-1/+8
2022-10-04hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz1-9/+2
2022-10-04userfaultfd: convert mcontinue_atomic_pte() to use a folioMatthew Wilcox (Oracle)1-6/+8
2022-08-21mm/uffd: reset write protection when unregister with wp-modePeter Xu1-11/+18
2022-07-04mm: userfaultfd: fix UFFDIO_CONTINUE on fallocated shmem pagesAxel Rasmussen1-1/+4
2022-05-13mm/uffd: enable write protection for shmem & hugetlbfsPeter Xu1-6/+3
2022-05-13mm/hugetlb: handle UFFDIO_WRITEPROTECTPeter Xu1-0/+8
2022-05-13mm/hugetlb: take care of UFFDIO_COPY_MODE_WPPeter Xu1-5/+9
2022-05-13mm/shmem: take care of UFFDIO_COPY_MODE_WPPeter Xu1-5/+18
2022-05-13mm/mprotect: use mmu_gatherNadav Amit1-1/+5
2022-05-10mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand1-1/+1
2022-04-22userfaultfd: mark uffd_wp regardless of VM_WRITE flagNadav Amit1-6/+9
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-6/+8
2022-03-23mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_at...Muchun Song1-0/+3
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins1-6/+8
2022-01-15mm: shmem: don't truncate page if memory failure happensYang Shi1-0/+5
2021-11-13Revert "mm: shmem: don't truncate page if memory failure happens"Linus Torvalds1-5/+0
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+6
2021-11-06mm: shmem: don't truncate page if memory failure happensYang Shi1-0/+5
2021-11-06mm/shmem: unconditionally set pte dirty in mfill_atomic_install_ptePeter Xu1-2/+1
2021-09-27mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)1-1/+1
2021-09-03userfaultfd: change mmap_changing to atomicNadav Amit1-7/+8
2021-07-01userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()Axel Rasmussen1-11/+6
2021-07-01userfaultfd/shmem: support UFFDIO_CONTINUE for shmemAxel Rasmussen1-45/+127
2021-07-01userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pteAxel Rasmussen1-7/+3
2021-07-01mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPYMina Almasry1-49/+1
2021-05-23userfaultfd: hugetlbfs: fix new flag usage in error pathMike Kravetz1-14/+14
2021-05-05userfaultfd: add UFFDIO_CONTINUE ioctlAxel Rasmussen1-14/+23
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu1-1/+1
2020-08-12mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-4/+4
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-9/+9
2020-06-04mm: memcontrol: delete unused lrucare handlingJohannes Weiner1-1/+1
2020-06-04mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner1-4/+1
2020-06-04mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner1-1/+1
2020-06-04mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner1-3/+3
2020-04-07userfaultfd: wp: support write protection for userfault vma rangeShaohua Li1-0/+54
2020-04-07userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu1-2/+6
2020-04-07userfaultfd: wp: add UFFDIO_COPY_MODE_WPAndrea Arcangeli1-11/+25
2020-04-02hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz1-2/+9
2019-12-01mm: fix typos in comments when calling __SetPageUptodate()Wei Yang1-1/+1
2019-12-01userfaultfd: wrap the common dst_vma check into an inlined functionWei Yang1-24/+32