summaryrefslogtreecommitdiff
path: root/mm/mprotect.c
AgeCommit message (Expand)Author
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
2022-05-13mm/shmem: allow uffd wr-protect none pte for file-backed memPeter Xu
2022-05-13mm: teach core mm about pte markersPeter Xu
2022-05-13mm/mprotect: do not flush when not required architecturallyNadav Amit
2022-05-13mm/mprotect: use mmu_gatherNadav Amit
2022-05-09mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand
2022-03-22memory tiering: skip to scan fast memoryHuang Ying
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan
2022-02-17mm: don't try to NUMA-migrate COW pages that have other usesLinus Torvalds
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross
2021-11-06mm/mprotect.c: avoid repeated assignment in do_mprotect_pkey()Liu Song
2021-07-01mm: device exclusive memory accessAlistair Popple
2021-07-01mm/swapops: rework swap entry manipulation codeAlistair Popple
2021-05-07mm: fix typos in commentsIngo Molnar
2021-02-24mm/mprotect.c: optimize error detection in do_mprotect_pkey()Tianjia Zhang
2020-11-17mm: Add 'mprotect' hook to struct vm_operations_structSean Christopherson
2020-09-04mm: Introduce arch_validate_flags()Catalin Marinas
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual
2020-04-07userfaultfd: wp: support swap and page migrationPeter Xu
2020-04-07userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu
2020-04-07mm: merge parameters for change_protection()Peter Xu
2020-04-07mm: code cleanup for MADV_FREEHuang Ying
2020-03-06mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking pag...Mel Gorman
2019-12-01autonuma: reduce cache footprint when scanning page tablesHuang Ying
2019-09-25mm: untag user pointers passed to memory syscallsAndrey Konovalov
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig
2019-05-14mm/mprotect.c: fix compilation warning because of unused 'mm' variableMike Rapoport
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-06-20x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen
2018-04-11sched/numa: avoid trapping faults and attempting migration of file-backed dir...Mel Gorman
2018-03-18mm: Clear arch specific VM flags on protection changeKhalid Aziz
2018-03-18mm: Add address parameter to arch_validate_prot()Khalid Aziz