summaryrefslogtreecommitdiff
path: root/mm/mremap.c
AgeCommit message (Expand)AuthorFilesLines
9 daysmm/mremap: reset unfaulted VMA page offset for MREMAP_DONTUNMAPLorenzo Stoakes (ARM)1-5/+17
2026-08-24mm: use proper PTE accessor in move_ptes()Alexander Gordeev1-1/+1
2026-08-24mm: propagate VMA anonymous page offset on map, remap, split + mergeLorenzo Stoakes (ARM)1-2/+4
2026-08-06mm/mremap: convert mremap code to use vma_flags_tLorenzo Stoakes1-18/+20
2026-08-04mm/vma: use vma_start_pgoff(), linear_page_index() in mm codeLorenzo Stoakes1-8/+4
2026-08-04mm: preserve RWP marker across PTE rewritesKiryl Shutsemau (Meta)1-2/+11
2026-08-04mm: rename uffd-wp PTE accessors to uffdKiryl Shutsemau (Meta)1-2/+2
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)1-3/+3
2026-04-05mm/khugepaged: rename hpage_collapse_* to collapse_*Nico Pache1-1/+1
2026-04-05mm/mremap: check map count under mmap write lock and abstractLorenzo Stoakes (Oracle)1-13/+75
2026-04-05mm: abstract reading sysctl_max_map_count, and READ_ONCE()Lorenzo Stoakes (Oracle)1-2/+2
2026-04-05mm/mremap: correct invalid map count checkLorenzo Stoakes (Oracle)1-16/+12
2026-02-12mm: update secretmem to use VMA flags on mmap_prepareLorenzo Stoakes1-1/+1
2026-01-20mm: fix minor spelling mistakes in commentsKevin Lourenco1-3/+3
2026-01-20mm: introduce generic lazy_mmu helpersKevin Brodsky1-2/+2
2025-11-24mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang1-6/+7
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-2/+5
2025-11-24mm: introduce leaf entry type and use to simplify leaf entry logicLorenzo Stoakes1-2/+2
2025-11-16treewide: include linux/pgalloc.h instead of asm/pgalloc.hHarry Yoo1-1/+1
2025-11-09mm/mremap: honour writable bit in mremap pte batchingDev Jain1-1/+1
2025-10-21mm/mremap: correctly account old mapping after MREMAP_DONTUNMAP remapLorenzo Stoakes1-9/+6
2025-09-08mm/mremap: fix regression in vrm->new_addr checkCarlos Llamas1-3/+6
2025-08-19mm/mremap: fix WARN with uffd that has remap events disabledDavid Hildenbrand1-18/+23
2025-08-19mm/mremap: catch invalid multi VMA moves earlierLorenzo Stoakes1-8/+13
2025-08-19mm/mremap: allow multi-VMA move when filesystem uses thp_get_unmapped_areaLorenzo Stoakes1-9/+11
2025-08-11mm/mremap: avoid expensive folio lookup on mremap folio pte batchLorenzo Stoakes1-0/+4
2025-08-02mm: add get_and_clear_ptes() and clear_ptes()David Hildenbrand1-1/+1
2025-08-02mm/mseal: small cleanupsLorenzo Stoakes1-1/+1
2025-07-24mm/mremap: permit mremap() move of multiple VMAsLorenzo Stoakes1-7/+152
2025-07-24mm/mremap: clean up mlock populate behaviourLorenzo Stoakes1-5/+8
2025-07-24mm/mremap: move remap_is_valid() into check_prep_vma()Lorenzo Stoakes1-149/+138
2025-07-24mm/mremap: check remap conditions earlierLorenzo Stoakes1-8/+25
2025-07-24mm/mremap: use an explicit uffd failure path for mremapLorenzo Stoakes1-4/+12
2025-07-24mm/mremap: cleanup post-processing stage of mremapLorenzo Stoakes1-9/+13
2025-07-24mm/mremap: put VMA check and prep logic into helper functionLorenzo Stoakes1-30/+28
2025-07-24mm/mremap: refactor initial parameter sanity checksLorenzo Stoakes1-15/+14
2025-07-24mm/mremap: perform some simple cleanupsLorenzo Stoakes1-23/+32
2025-07-19mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()David Hildenbrand1-2/+1
2025-07-19mm: convert FPB_IGNORE_* into FPB_RESPECT_*David Hildenbrand1-2/+1
2025-07-09mm: remove redundant pXd_devmap callsAlistair Popple1-3/+2
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes1-1/+1
2025-07-09mm: optimize mremap() by PTE batchingDev Jain1-7/+32
2025-07-09mm: call pointers to ptes as ptepDev Jain1-15/+16
2025-06-05mm: expose abnormal new_pte during move_ptesPu Lehui1-0/+2
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+0
2025-05-25mm: fix copy_vma() error handling for hugetlb mappingsRicardo CaƱuelo Navarro1-2/+1
2025-05-22mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()David Hildenbrand1-4/+0
2025-04-01mm/mremap: do not set vrm->vma NULL immediately prior to checking itLorenzo Stoakes1-1/+2
2025-03-17mm/mremap: thread state through move page table operationLorenzo Stoakes1-83/+113