summaryrefslogtreecommitdiff
path: root/mm/mremap.c
AgeCommit message (Expand)Author
10 daysmm/mremap: permit mremap() move of multiple VMAsLorenzo Stoakes
10 daysmm/mremap: clean up mlock populate behaviourLorenzo Stoakes
10 daysmm/mremap: move remap_is_valid() into check_prep_vma()Lorenzo Stoakes
10 daysmm/mremap: check remap conditions earlierLorenzo Stoakes
10 daysmm/mremap: use an explicit uffd failure path for mremapLorenzo Stoakes
10 daysmm/mremap: cleanup post-processing stage of mremapLorenzo Stoakes
10 daysmm/mremap: put VMA check and prep logic into helper functionLorenzo Stoakes
10 daysmm/mremap: refactor initial parameter sanity checksLorenzo Stoakes
10 daysmm/mremap: perform some simple cleanupsLorenzo Stoakes
2025-07-19mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()David Hildenbrand
2025-07-19mm: convert FPB_IGNORE_* into FPB_RESPECT_*David Hildenbrand
2025-07-09mm: remove redundant pXd_devmap callsAlistair Popple
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes
2025-07-09mm: optimize mremap() by PTE batchingDev Jain
2025-07-09mm: call pointers to ptes as ptepDev Jain
2025-06-05mm: expose abnormal new_pte during move_ptesPu Lehui
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-25mm: fix copy_vma() error handling for hugetlb mappingsRicardo CaƱuelo Navarro
2025-05-22mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()David Hildenbrand
2025-04-01mm/mremap: do not set vrm->vma NULL immediately prior to checking itLorenzo Stoakes
2025-03-17mm/mremap: thread state through move page table operationLorenzo Stoakes
2025-03-17mm/mremap: refactor move_page_tables(), abstracting stateLorenzo Stoakes
2025-03-17mm/mremap: complete refactor of move_vma()Lorenzo Stoakes
2025-03-17mm/mremap: initial refactor of move_vma()Lorenzo Stoakes
2025-03-17mm/mremap: introduce and use vma_remap_struct threaded stateLorenzo Stoakes
2025-03-17mm/mremap: refactor mremap() system call implementationLorenzo Stoakes
2025-03-17mm/mremap: correctly handle partial mremap() of VMA starting at 0Lorenzo Stoakes
2025-01-12mm: clear uffd-wp PTE/PMD state on mremap()Ryan Roberts
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-14mm/mremap: fix address wraparound in move_page_tables()Jann Horn
2024-11-06mm/mremap: remove goto from mremap_to()Liam R. Howlett
2024-11-06mm/mremap: cleanup vma_to_resize()Liam R. Howlett
2024-11-05mm: mremap: move_ptes() use pte_offset_map_rw_nolock()Qi Zheng
2024-10-17mm/mremap: fix move_normal_pmd/retract_page_tables raceJann Horn
2024-09-03mm/mremap: replace can_modify_mm with can_modify_vmaPedro Falcato
2024-07-03mm: remove page_mkclean()Kefeng Wang
2024-05-23mseal: add mseal syscallJeff Xu
2024-04-25mm: remove "prot" parameter from move_pte()David Hildenbrand
2023-10-18mm: abstract VMA merge and extend into vma_merge_extend() helperLorenzo Stoakes
2023-10-04mm/mremap: allow moves within the same VMA for stack movesJoel Fernandes (Google)
2023-10-04mm/mremap: optimize the start addresses in move_page_tables()Joel Fernandes (Google)
2023-10-04mm/mremap: fix unaccount of memory on vma_merge() failureAnthony Yznaga
2023-09-16vm: fix move_vma() memory accounting being offLinus Torvalds
2023-08-18mm/huge pud: use transparent huge pud helpers only with CONFIG_TRANSPARENT_HU...Aneesh Kumar K.V
2023-07-01mm: Update do_vmi_align_munmap() return semanticsLiam R. Howlett
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-21mm: Fix a dangling Documentation/arm64 referenceJonathan Corbet
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm/mremap: retry if either pte_offset_map_*lock() failsHugh Dickins
2023-06-09mm/mlock: rename mlock_future_check() to mlock_future_ok()Andrew Morton