summaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/shmem: allows file-back mem to be uffd wr-protected on thpsPeter Xu2022-05-131-1/+8
* mm/shmem: allow uffd wr-protect none pte for file-backed memPeter Xu2022-05-131-2/+62
* mm: teach core mm about pte markersPeter Xu2022-05-131-0/+3
* mm/mprotect: do not flush when not required architecturallyNadav Amit2022-05-131-1/+2
* mm/mprotect: use mmu_gatherNadav Amit2022-05-131-42/+50
* mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand2022-05-091-2/+6
* memory tiering: skip to scan fast memoryHuang Ying2022-03-221-1/+12
* mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2022-03-051-1/+1
* mm: don't try to NUMA-migrate COW pages that have other usesLinus Torvalds2022-02-171-1/+1
* mm: add a field to store names for private anonymous memoryColin Cross2022-01-151-1/+1
* mm/mprotect.c: avoid repeated assignment in do_mprotect_pkey()Liu Song2021-11-061-1/+4
* mm: device exclusive memory accessAlistair Popple2021-07-011-0/+8
* mm/swapops: rework swap entry manipulation codeAlistair Popple2021-07-011-4/+6
* mm: fix typos in commentsIngo Molnar2021-05-071-1/+1
* mm/mprotect.c: optimize error detection in do_mprotect_pkey()Tianjia Zhang2021-02-241-3/+4
* mm: Add 'mprotect' hook to struct vm_operations_structSean Christopherson2020-11-171-0/+7
* mm: Introduce arch_validate_flags()Catalin Marinas2020-09-041-0/+6
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-4/+4
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-6/+6
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-101-2/+2
* userfaultfd: wp: support swap and page migrationPeter Xu2020-04-071-11/+17