index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
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-24
mm: softdirty: add pgtable_supports_soft_dirty()
Chunyan Zhang
1
-6
/
+7
2025-11-24
mm: introduce pmd_is_huge() and use where appropriate
Lorenzo Stoakes
1
-1
/
+1
2025-11-24
mm: avoid unnecessary uses of is_swap_pte()
Lorenzo Stoakes
1
-2
/
+5
2025-11-24
mm: introduce leaf entry type and use to simplify leaf entry logic
Lorenzo Stoakes
1
-2
/
+2
2025-11-16
treewide: include linux/pgalloc.h instead of asm/pgalloc.h
Harry Yoo
1
-1
/
+1
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
[next]