index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
mm
/
mremap.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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/kernel/git/akpm/mm
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
2023-10-04
mm/mremap: fix unaccount of memory on vma_merge() failure
Anthony Yznaga
1
-1
/
+3
2023-09-16
vm: fix move_vma() memory accounting being off
Linus Torvalds
1
-1
/
+1
2023-08-18
mm/huge pud: use transparent huge pud helpers only with CONFIG_TRANSPARENT_HUGEPAGE
Aneesh Kumar K.V
1
-1
/
+1
2023-07-01
mm: Update do_vmi_align_munmap() return semantics
Liam R. Howlett
1
-16
/
+12
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-10
/
+22
2023-06-21
mm: Fix a dangling Documentation/arm64 reference
Jonathan Corbet
1
-1
/
+2
2023-06-19
mm: ptep_get() conversion
Ryan Roberts
1
-1
/
+1
2023-06-19
mm/mremap: retry if either pte_offset_map_*lock() fails
Hugh Dickins
1
-8
/
+20
2023-06-09
mm/mlock: rename mlock_future_check() to mlock_future_ok()
Andrew Morton
1
-1
/
+1
2023-06-09
mm/mmap: refactor mlock_future_check()
Lorenzo Stoakes
1
-1
/
+1
2023-04-05
mm/mremap: write-lock VMA while remapping it to a new address range
Suren Baghdasaryan
1
-0
/
+1
2023-04-05
mm/mremap: simplify vma expansion again
Vlastimil Babka
1
-16
/
+4
2023-03-28
x86/mm/pat: clear VM_PAT if copy_p4d_range failed
Ma Wupeng
1
-1
/
+1
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-3
/
+3
2023-02-09
mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
1
-1
/
+1
2023-02-09
mm/mremap: convert vma_adjust() to vma_expand()
Liam R. Howlett
1
-2
/
+2
2023-02-09
mm: don't use __vma_adjust() in __split_vma()
Liam R. Howlett
1
-1
/
+1
2023-02-09
mm: change munmap splitting order and move_vma()
Liam R. Howlett
1
-11
/
+17
2023-02-09
mm: add vma iterator to vma_adjust() arguments
Liam R. Howlett
1
-2
/
+2
2023-02-09
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
1
-6
/
+4
2023-02-09
mm/mremap: use vmi version of vma_merge()
Liam R. Howlett
1
-4
/
+7
2023-02-09
mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
Liam R. Howlett
1
-3
/
+3
2023-02-02
mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export
Alistair Popple
1
-1
/
+1
2023-01-31
mm, mremap: fix mremap() expanding for vma's with vm_ops->close()
Vlastimil Babka
1
-6
/
+19
2022-12-21
mm, mremap: fix mremap() expanding vma with addr inside vma
Vlastimil Babka
1
-1
/
+2
2022-09-26
mm: add merging after mremap resize
Jakub Matěna
1
-2
/
+17
2022-09-26
mm/mremap: use vma_find_intersection() instead of vma linked list
Liam R. Howlett
1
-2
/
+3
2022-09-26
mm/mmap: reorganize munmap to use maple states
Liam R. Howlett
1
-7
/
+10
[next]