index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mremap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-09
mm/mremap: honour writable bit in mremap pte batching
Dev Jain
1
-1
/
+1
2025-10-21
mm/mremap: correctly account old mapping after MREMAP_DONTUNMAP remap
Lorenzo Stoakes
1
-9
/
+6
2025-09-08
mm/mremap: fix regression in vrm->new_addr check
Carlos Llamas
1
-3
/
+6
2025-08-19
mm/mremap: fix WARN with uffd that has remap events disabled
David Hildenbrand
1
-18
/
+23
2025-08-19
mm/mremap: catch invalid multi VMA moves earlier
Lorenzo Stoakes
1
-8
/
+13
2025-08-19
mm/mremap: allow multi-VMA move when filesystem uses thp_get_unmapped_area
Lorenzo Stoakes
1
-9
/
+11
2025-08-11
mm/mremap: avoid expensive folio lookup on mremap folio pte batch
Lorenzo Stoakes
1
-0
/
+4
2025-08-02
mm: add get_and_clear_ptes() and clear_ptes()
David Hildenbrand
1
-1
/
+1
2025-08-02
mm/mseal: small cleanups
Lorenzo Stoakes
1
-1
/
+1
2025-07-24
mm/mremap: permit mremap() move of multiple VMAs
Lorenzo Stoakes
1
-7
/
+152
2025-07-24
mm/mremap: clean up mlock populate behaviour
Lorenzo Stoakes
1
-5
/
+8
2025-07-24
mm/mremap: move remap_is_valid() into check_prep_vma()
Lorenzo Stoakes
1
-149
/
+138
2025-07-24
mm/mremap: check remap conditions earlier
Lorenzo Stoakes
1
-8
/
+25
2025-07-24
mm/mremap: use an explicit uffd failure path for mremap
Lorenzo Stoakes
1
-4
/
+12
2025-07-24
mm/mremap: cleanup post-processing stage of mremap
Lorenzo Stoakes
1
-9
/
+13
2025-07-24
mm/mremap: put VMA check and prep logic into helper function
Lorenzo Stoakes
1
-30
/
+28
2025-07-24
mm/mremap: refactor initial parameter sanity checks
Lorenzo Stoakes
1
-15
/
+14
2025-07-24
mm/mremap: perform some simple cleanups
Lorenzo Stoakes
1
-23
/
+32
2025-07-19
mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()
David Hildenbrand
1
-2
/
+1
2025-07-19
mm: convert FPB_IGNORE_* into FPB_RESPECT_*
David Hildenbrand
1
-2
/
+1
2025-07-09
mm: remove redundant pXd_devmap calls
Alistair Popple
1
-3
/
+2
2025-07-09
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
1
-1
/
+1
2025-07-09
mm: optimize mremap() by PTE batching
Dev Jain
1
-7
/
+32
2025-07-09
mm: call pointers to ptes as ptep
Dev Jain
1
-15
/
+16
2025-06-05
mm: expose abnormal new_pte during move_ptes
Pu Lehui
1
-0
/
+2
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+0
2025-05-25
mm: fix copy_vma() error handling for hugetlb mappings
Ricardo CaƱuelo Navarro
1
-2
/
+1
2025-05-22
mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()
David Hildenbrand
1
-4
/
+0
2025-04-01
mm/mremap: do not set vrm->vma NULL immediately prior to checking it
Lorenzo Stoakes
1
-1
/
+2
2025-03-17
mm/mremap: thread state through move page table operation
Lorenzo Stoakes
1
-83
/
+113
2025-03-17
mm/mremap: refactor move_page_tables(), abstracting state
Lorenzo Stoakes
1
-46
/
+126
2025-03-17
mm/mremap: complete refactor of move_vma()
Lorenzo Stoakes
1
-89
/
+204
2025-03-17
mm/mremap: initial refactor of move_vma()
Lorenzo Stoakes
1
-64
/
+122
2025-03-17
mm/mremap: introduce and use vma_remap_struct threaded state
Lorenzo Stoakes
1
-207
/
+363
2025-03-17
mm/mremap: refactor mremap() system call implementation
Lorenzo Stoakes
1
-154
/
+251
2025-03-17
mm/mremap: correctly handle partial mremap() of VMA starting at 0
Lorenzo Stoakes
1
-5
/
+5
2025-01-12
mm: clear uffd-wp PTE/PMD state on mremap()
Ryan Roberts
1
-1
/
+31
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-39
/
+65
2024-11-14
mm/mremap: fix address wraparound in move_page_tables()
Jann Horn
1
-1
/
+1
2024-11-06
mm/mremap: remove goto from mremap_to()
Liam R. Howlett
1
-19
/
+27
2024-11-06
mm/mremap: cleanup vma_to_resize()
Liam R. Howlett
1
-22
/
+31
2024-11-05
mm: mremap: move_ptes() use pte_offset_map_rw_nolock()
Qi Zheng
1
-1
/
+10
2024-10-17
mm/mremap: fix move_normal_pmd/retract_page_tables race
Jann Horn
1
-2
/
+9
2024-09-03
mm/mremap: replace can_modify_mm with can_modify_vma
Pedro Falcato
1
-26
/
+6
2024-07-03
mm: remove page_mkclean()
Kefeng Wang
1
-1
/
+1
2024-05-23
mseal: add mseal syscall
Jeff Xu
1
-0
/
+31
2024-04-25
mm: remove "prot" parameter from move_pte()
David Hildenbrand
1
-1
/
+1
2023-10-18
mm: abstract VMA merge and extend into vma_merge_extend() helper
Lorenzo Stoakes
1
-17
/
+13
2023-10-04
mm/mremap: allow moves within the same VMA for stack moves
Joel Fernandes (Google)
1
-14
/
+19
2023-10-04
mm/mremap: optimize the start addresses in move_page_tables()
Joel Fernandes (Google)
1
-0
/
+62
[next]