aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-12mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled inPeter Xu1-0/+2
2022-09-26mm/mprotect: use maple tree navigation instead of VMA linked listLiam R. Howlett1-3/+5
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V1-0/+1
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying1-1/+7
2022-08-28mm/mprotect: only reference swap pfn page if type matchPeter Xu1-1/+2
2022-07-29mm/mprotect: fix soft-dirty check in can_change_pte_writable()Peter Xu1-1/+1
2022-07-17mm/mprotect: remove the redundant initialization for errorXiu Jianfeng1-1/+1
2022-07-17mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra1-1/+1
2022-07-03mm/mprotect: try avoiding write faults for exclusive anonymous pages when changing protectionDavid Hildenbrand1-15/+62
2022-05-13mm/hugetlb: handle UFFDIO_WRITEPROTECTPeter Xu1-1/+2
2022-05-13mm/shmem: allows file-back mem to be uffd wr-protected on thpsPeter Xu1-1/+8
2022-05-13mm/shmem: allow uffd wr-protect none pte for file-backed memPeter Xu1-2/+62
2022-05-13mm: teach core mm about pte markersPeter Xu1-0/+3
2022-05-13mm/mprotect: do not flush when not required architecturallyNadav Amit1-1/+2
2022-05-13mm/mprotect: use mmu_gatherNadav Amit1-42/+50
2022-05-09mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand1-2/+6
2022-03-22memory tiering: skip to scan fast memoryHuang Ying1-1/+12
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan1-1/+1
2022-02-17mm: don't try to NUMA-migrate COW pages that have other usesLinus Torvalds1-1/+1
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross1-1/+1
2021-11-06mm/mprotect.c: avoid repeated assignment in do_mprotect_pkey()Liu Song1-1/+4
2021-07-01mm: device exclusive memory accessAlistair Popple1-0/+8
2021-07-01mm/swapops: rework swap entry manipulation codeAlistair Popple1-4/+6
2021-05-07mm: fix typos in commentsIngo Molnar1-1/+1
2021-02-24mm/mprotect.c: optimize error detection in do_mprotect_pkey()Tianjia Zhang1-3/+4
2020-11-17mm: Add 'mprotect' hook to struct vm_operations_structSean Christopherson1-0/+7
2020-09-04mm: Introduce arch_validate_flags()Catalin Marinas1-0/+6
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-4/+4
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-6/+6
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual1-2/+2
2020-04-07userfaultfd: wp: support swap and page migrationPeter Xu1-11/+17
2020-04-07userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu1-0/+17
2020-04-07mm: merge parameters for change_protection()Peter Xu1-13/+16
2020-04-07mm: code cleanup for MADV_FREEHuang Ying1-1/+1
2020-03-06mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking page tables prot_numaMel Gorman1-2/+36
2019-12-01autonuma: reduce cache footprint when scanning page tablesHuang Ying1-4/+4
2019-09-25mm: untag user pointers passed to memory syscallsAndrey Konovalov1-0/+2
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig1-15/+9
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig1-1/+1
2019-05-14mm/mprotect.c: fix compilation warning because of unused 'mm' variableMike Rapoport1-3/+2
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse1-2/+3
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse1-1/+2
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V1-3/+3
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V1-2/+2
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse1-7/+8
2018-06-20x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen1-0/+49
2018-04-11sched/numa: avoid trapping faults and attempting migration of file-backed dirty pagesMel Gorman1-0/+9
2018-03-18mm: Clear arch specific VM flags on protection changeKhalid Aziz1-1/+1
2018-03-18mm: Add address parameter to arch_validate_prot()Khalid Aziz1-1/+1