summaryrefslogtreecommitdiff
path: root/mm/mprotect.c
AgeCommit message (Expand)Author
2023-10-25mm: mprotect: use a folio in change_pte_range()Kefeng Wang
2023-10-18mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes
2023-10-18mm/mprotect: allow unfaulted VMAs to be unaccounted on mprotect()Lorenzo Stoakes
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan
2023-08-18mm/mprotect: fix obsolete function name in change_pte_range()Miaohe Lin
2023-08-18mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen
2023-07-11mm: Make pte_mkwrite() take a VMARick Edgecombe
2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()Hugh Dickins
2023-06-19mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins
2023-06-19mm/mprotect: fix do_mprotect_pkey() limit checkLiam R. Howlett
2023-04-18mm/userfaultfd: don't consider uffd-wp bit of writable migration entriesDavid Hildenbrand
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-16mm/mprotect: fix do_mprotect_pkey() return on errorLiam R. Howlett
2023-04-05mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu
2023-03-23mm: fix error handling for map_deny_write_execJoey Gouly
2023-02-25mm/mprotect: Fix successful vma_merge() of next in do_mprotect_pkey()Liam R. Howlett
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-09mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett
2023-02-09mm: change mprotect_fixup to vma iteratorLiam R. Howlett
2023-02-02mm: implement memory-deny-write-execute as a prctlJoey Gouly
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple
2023-01-18mm/uffd: detect pgtable allocation failuresPeter Xu
2023-01-18mm/mprotect: use long for page accountings and retvalPeter Xu
2023-01-18mm/mprotect: drop pgprot_t parameter from change_protection()David Hildenbrand
2023-01-18mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()Peter Xu
2023-01-18mm: fix a few rare cases of using swapin error pte markerPeter Xu
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-15mm: Rename pmd_read_atomic()Peter Zijlstra
2022-11-30mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand
2022-11-30mm/mprotect: factor out check whether manual PTE write upgrades are requiredDavid Hildenbrand
2022-11-30mm/mprotect: minor can_change_pte_writable() cleanupsDavid Hildenbrand
2022-11-30mm/mprotect: allow clean exclusive anon pages to be writableNadav Amit
2022-11-08Revert "mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in"Peter Xu
2022-11-08mm: mprotect: use VM_ACCESS_FLAGSKefeng Wang
2022-10-12mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled inPeter Xu
2022-09-26mm/mprotect: use maple tree navigation instead of VMA linked listLiam R. Howlett
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying
2022-08-28mm/mprotect: only reference swap pfn page if type matchPeter Xu
2022-07-29mm/mprotect: fix soft-dirty check in can_change_pte_writable()Peter Xu
2022-07-17mm/mprotect: remove the redundant initialization for errorXiu Jianfeng
2022-07-17mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra
2022-07-03mm/mprotect: try avoiding write faults for exclusive anonymous pages when cha...David Hildenbrand
2022-05-13mm/hugetlb: handle UFFDIO_WRITEPROTECTPeter Xu
2022-05-13mm/shmem: allows file-back mem to be uffd wr-protected on thpsPeter Xu