summaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c
Commit message (Expand)AuthorAgeFilesLines
* mprotect: use pfn_swap_entry_folioMatthew Wilcox (Oracle)2024-02-211-2/+2
* mm: mprotect: use a folio in change_pte_range()Kefeng Wang2023-10-251-7/+9
* mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes2023-10-181-25/+4
* mm/mprotect: allow unfaulted VMAs to be unaccounted on mprotect()Lorenzo Stoakes2023-10-181-2/+11
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\
| * mm: Make pte_mkwrite() take a VMARick Edgecombe2023-07-111-1/+1
* | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-211-0/+1
|\ \
| * | mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan2023-08-211-0/+1
| |/
* | mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan2023-08-211-0/+1
* | mm/mprotect: fix obsolete function name in change_pte_range()Miaohe Lin2023-08-181-1/+1
* | mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen2023-08-181-2/+2
|/
* Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-06-231-1/+1
|\
| * mm/mprotect: fix do_mprotect_pkey() limit checkLiam R. Howlett2023-06-191-1/+1
* | mm: ptep_get() conversionRyan Roberts2023-06-191-3/+5
* | mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()Hugh Dickins2023-06-191-57/+17
* | mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins2023-06-191-5/+0
|/
* mm/userfaultfd: don't consider uffd-wp bit of writable migration entriesDavid Hildenbrand2023-04-181-2/+0
* sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-161-1/+1
|\
| * mm/mprotect: fix do_mprotect_pkey() return on errorLiam R. Howlett2023-04-161-1/+1
* | mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu2023-04-051-10/+41
|/
* mm: fix error handling for map_deny_write_execJoey Gouly2023-03-231-1/+1
* mm/mprotect: Fix successful vma_merge() of next in do_mprotect_pkey()Liam R. Howlett2023-02-251-0/+1
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
* mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett2023-02-091-3/+3
* mm: change mprotect_fixup to vma iteratorLiam R. Howlett2023-02-091-25/+22
* mm: implement memory-deny-write-execute as a prctlJoey Gouly2023-02-021-0/+5
* mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple2023-02-021-1/+1
* mm/uffd: detect pgtable allocation failuresPeter Xu2023-01-181-21/+42
* mm/mprotect: use long for page accountings and retvalPeter Xu2023-01-181-13/+13
* mm/mprotect: drop pgprot_t parameter from change_protection()David Hildenbrand2023-01-181-3/+15
* mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()Peter Xu2023-01-181-4/+2
* mm: fix a few rare cases of using swapin error pte markerPeter Xu2023-01-181-1/+7
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-1/+1
|\
| * mm: Rename pmd_read_atomic()Peter Zijlstra2022-12-151-1/+1
* | mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand2022-11-301-5/+2
* | mm/mprotect: factor out check whether manual PTE write upgrades are requiredDavid Hildenbrand2022-11-301-13/+4
* | mm/mprotect: minor can_change_pte_writable() cleanupsDavid Hildenbrand2022-11-301-5/+14
* | mm/mprotect: allow clean exclusive anon pages to be writableNadav Amit2022-11-301-4/+3
* | Revert "mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in"Peter Xu2022-11-081-2/+0
* | mm: mprotect: use VM_ACCESS_FLAGSKefeng Wang2022-11-081-2/+1
|/
* mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled inPeter Xu2022-10-121-0/+2
* mm/mprotect: use maple tree navigation instead of VMA linked listLiam R. Howlett2022-09-261-3/+5
* mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V2022-09-261-0/+1
* memory tiering: hot page selection with hint page fault latencyHuang Ying2022-09-111-1/+7
* mm/mprotect: only reference swap pfn page if type matchPeter Xu2022-08-281-1/+2
* mm/mprotect: fix soft-dirty check in can_change_pte_writable()Peter Xu2022-07-291-1/+1
* mm/mprotect: remove the redundant initialization for errorXiu Jianfeng2022-07-171-1/+1
* mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-07-171-1/+1
* mm/mprotect: try avoiding write faults for exclusive anonymous pages when cha...David Hildenbrand2022-07-031-15/+62
* mm/hugetlb: handle UFFDIO_WRITEPROTECTPeter Xu2022-05-131-1/+2