aboutsummaryrefslogtreecommitdiff
path: root/mm/mprotect.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-24mm: eliminate further swapops predicatesLorenzo Stoakes1-4/+4
2025-11-24mm: introduce pmd_is_huge() and use where appropriateLorenzo Stoakes1-1/+1
2025-11-24mm: avoid unnecessary uses of is_swap_pte()Lorenzo Stoakes1-23/+20
2025-11-24mm: introduce leaf entry type and use to simplify leaf entry logicLorenzo Stoakes1-3/+3
2025-11-20mm: update vma_modify_flags() to handle residual flags, documentLorenzo Stoakes1-1/+1
2025-11-16mm: mprotect: convert to folio_can_map_prot_numa()Kefeng Wang1-62/+5
2025-11-16mm: mprotect: avoid unnecessary struct page accessing if pte_protnone()Kefeng Wang1-16/+13
2025-11-16mm: mprotect: always skip dma pinned folio in prot_numa_skip()Kefeng Wang1-3/+6
2025-11-16mm: replace READ_ONCE() with standard page table accessorsAnshuman Khandual1-1/+1
2025-08-11mm: pass page directly instead of using folio_pageDev Jain1-13/+10
2025-08-02mm/mseal: small cleanupsLorenzo Stoakes1-1/+1
2025-07-24mm: optimize mprotect() by PTE batchingDev Jain1-12/+113
2025-07-24mm: split can_change_pte_writable() into private and shared partsDev Jain1-14/+36
2025-07-24mm: add batched versions of ptep_modify_prot_start/commitDev Jain1-2/+2
2025-07-24mm: optimize mprotect() for MM_CP_PROT_NUMA by batch-skipping PTEsDev Jain1-13/+42
2025-07-24mm: refactor MM_CP_PROT_NUMA skipping case into new functionDev Jain1-46/+55
2025-07-09mm: remove redundant pXd_devmap callsAlistair Popple1-1/+1
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes1-4/+4
2025-05-12mm/huge_memory: remove useless folio pointers passingGavin Guo1-1/+1
2025-03-17mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand1-1/+1
2025-03-16mm: use READ/WRITE_ONCE() for vma->vm_flags on migrate, mprotectLorenzo Stoakes1-3/+3
2025-03-16mm: use single SWP_DEVICE_EXCLUSIVE entry typeDavid Hildenbrand1-8/+0
2024-11-11mm: add PTE_MARKER_GUARD PTE markerLorenzo Stoakes1-2/+4
2024-11-05mm: refactor map_deny_write_exec()Lorenzo Stoakes1-1/+1
2024-09-03mm/mprotect: replace can_modify_mm with can_modify_vmaPedro Falcato1-9/+3
2024-09-01mm/mprotect: fix dax pud handlingsPeter Xu1-8/+31
2024-09-01mm/mprotect: push mmu notifier to PUDsPeter Xu1-16/+16
2024-09-01memory tiering: introduce folio_use_access_time() checkZi Yan1-2/+1
2024-07-03mm: introduce pmd|pte_needs_soft_dirty_wp helpers for softdirty write-protectBarry Song1-1/+1
2024-07-03mm/memory: cleanly support zeropage in vm_insert_page*(), vm_map_pages*() and...David Hildenbrand1-0/+2
2024-05-23mseal: add mseal syscallJeff Xu1-0/+10
2024-04-25mm: support multi-size THP numa balancingBaolin Wang1-1/+2
2024-02-21mprotect: use pfn_swap_entry_folioMatthew Wilcox (Oracle)1-2/+2
2023-10-25mm: mprotect: use a folio in change_pte_range()Kefeng Wang1-7/+9
2023-10-18mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes1-25/+4
2023-10-18mm/mprotect: allow unfaulted VMAs to be unaccounted on mprotect()Lorenzo Stoakes1-2/+11
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-0/+1
2023-08-21mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan1-0/+1
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+1
2023-08-18mm/mprotect: fix obsolete function name in change_pte_range()Miaohe Lin1-1/+1
2023-08-18mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen1-2/+2
2023-07-11mm: Make pte_mkwrite() take a VMARick Edgecombe1-1/+1
2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton1-1/+1
2023-06-19mm: ptep_get() conversionRyan Roberts1-3/+5
2023-06-19mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()Hugh Dickins1-57/+17
2023-06-19mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins1-5/+0
2023-06-19mm/mprotect: fix do_mprotect_pkey() limit checkLiam R. Howlett1-1/+1
2023-04-18mm/userfaultfd: don't consider uffd-wp bit of writable migration entriesDavid Hildenbrand1-2/+0
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-1/+1