summaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu2020-04-071-0/+17
* mm: merge parameters for change_protection()Peter Xu2020-04-071-13/+16
* mm: code cleanup for MADV_FREEHuang Ying2020-04-071-1/+1
* mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking pag...Mel Gorman2020-03-061-2/+36
* autonuma: reduce cache footprint when scanning page tablesHuang Ying2019-12-011-4/+4
* mm: untag user pointers passed to memory syscallsAndrey Konovalov2019-09-251-0/+2
* pagewalk: separate function pointers from iterator dataChristoph Hellwig2019-09-071-15/+9
* mm: split out a new pagewalk.h header from mm.hChristoph Hellwig2019-09-071-1/+1
* mm/mprotect.c: fix compilation warning because of unused 'mm' variableMike Rapoport2019-05-141-3/+2
* mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse2019-05-141-2/+3