summaryrefslogtreecommitdiff
path: root/mm/mprotect.c
AgeCommit message (Expand)AuthorFilesLines
9 daysmseal: add mseal syscallJeff Xu1-0/+10
2024-04-26mm: support multi-size THP numa balancingBaolin Wang1-1/+2
2024-02-22mprotect: use pfn_swap_entry_folioMatthew Wilcox (Oracle)1-2/+2
2023-10-26mm: mprotect: use a folio in change_pte_range()Kefeng Wang1-7/+9
2023-10-19mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes1-25/+4
2023-10-19mm/mprotect: allow unfaulted VMAs to be unaccounted on mprotect()Lorenzo Stoakes1-2/+11
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-0/+1
2023-08-21mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan1-0/+1
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+1
2023-08-18mm/mprotect: fix obsolete function name in change_pte_range()Miaohe Lin1-1/+1
2023-08-18mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen1-2/+2
2023-07-12mm: Make pte_mkwrite() take a VMARick Edgecombe1-1/+1
2023-06-24Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton1-1/+1
2023-06-20mm: ptep_get() conversionRyan Roberts1-3/+5
2023-06-20mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()Hugh Dickins1-57/+17
2023-06-20mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins1-5/+0
2023-06-19mm/mprotect: fix do_mprotect_pkey() limit checkLiam R. Howlett1-1/+1
2023-04-19mm/userfaultfd: don't consider uffd-wp bit of writable migration entriesDavid Hildenbrand1-2/+0
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-1/+1
2023-04-16mm/mprotect: fix do_mprotect_pkey() return on errorLiam R. Howlett1-1/+1
2023-04-06mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu1-10/+41
2023-03-24mm: fix error handling for map_deny_write_execJoey Gouly1-1/+1
2023-02-26mm/mprotect: Fix successful vma_merge() of next in do_mprotect_pkey()Liam R. Howlett1-0/+1
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-10mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett1-3/+3
2023-02-10mm: change mprotect_fixup to vma iteratorLiam R. Howlett1-25/+22
2023-02-03mm: implement memory-deny-write-execute as a prctlJoey Gouly1-0/+5
2023-02-03mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple1-1/+1
2023-01-19mm/uffd: detect pgtable allocation failuresPeter Xu1-21/+42
2023-01-19mm/mprotect: use long for page accountings and retvalPeter Xu1-13/+13
2023-01-19mm/mprotect: drop pgprot_t parameter from change_protection()David Hildenbrand1-3/+15
2023-01-19mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()Peter Xu1-4/+2
2023-01-19mm: fix a few rare cases of using swapin error pte markerPeter Xu1-1/+7
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-01mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand1-5/+2
2022-12-01mm/mprotect: factor out check whether manual PTE write upgrades are requiredDavid Hildenbrand1-13/+4
2022-12-01mm/mprotect: minor can_change_pte_writable() cleanupsDavid Hildenbrand1-5/+14
2022-12-01mm/mprotect: allow clean exclusive anon pages to be writableNadav Amit1-4/+3
2022-11-09Revert "mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in"Peter Xu1-2/+0
2022-11-09mm: mprotect: use VM_ACCESS_FLAGSKefeng Wang1-2/+1
2022-10-13mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled inPeter Xu1-0/+2
2022-09-27mm/mprotect: use maple tree navigation instead of VMA linked listLiam R. Howlett1-3/+5
2022-09-27mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V1-0/+1
2022-09-12memory tiering: hot page selection with hint page fault latencyHuang Ying1-1/+7
2022-08-29mm/mprotect: only reference swap pfn page if type matchPeter Xu1-1/+2
2022-07-30mm/mprotect: fix soft-dirty check in can_change_pte_writable()Peter Xu1-1/+1
2022-07-18mm/mprotect: remove the redundant initialization for errorXiu Jianfeng1-1/+1
2022-07-18mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra1-1/+1