index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vma.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-23
mm: specify separate file and vm_file params in vm_area_desc
Lorenzo Stoakes
1
-24
/
+4
2025-09-14
mm: fix typos in VMA comments
Ye Liu
1
-1
/
+1
2025-08-02
mm/mseal: small cleanups
Lorenzo Stoakes
1
-18
/
+2
2025-08-02
mm/mseal: update madvise() logic
Lorenzo Stoakes
1
-7
/
+0
2025-07-25
mm/vma: refactor vma_modify_flags_name() to vma_modify_name()
Lorenzo Stoakes
1
-8
/
+7
2025-07-10
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
1
-8
/
+8
2025-06-13
mm: add mmap_prepare() compatibility layer for nested file systems
Lorenzo Stoakes
1
-0
/
+47
2025-06-06
mm: fix uprobe pte be overwritten when expanding vma
Pu Lehui
1
-0
/
+7
2025-05-13
mm: perform VMA allocation, freeing, duplication in mm
Lorenzo Stoakes
1
-0
/
+6
2025-05-13
mm: abstract initial stack setup to mm subsystem
Lorenzo Stoakes
1
-0
/
+4
2025-05-13
mm: establish mm/vma_exec.c for shared exec/mm VMA functionality
Lorenzo Stoakes
1
-0
/
+5
2025-04-12
mm/vma: add give_up_on_oom option on modify/merge, use in uffd release
Lorenzo Stoakes
1
-1
/
+8
2025-03-17
mm: make vma cache SLAB_TYPESAFE_BY_RCU
Suren Baghdasaryan
1
-1
/
+1
2025-03-17
mm: introduce vma_iter_store_attached() to use with attached vmas
Suren Baghdasaryan
1
-2
/
+9
2025-03-17
mm: mark vma as detached until it's added into vma tree
Suren Baghdasaryan
1
-0
/
+2
2025-03-17
mm: make vmg->target consistent and further simplify commit_merge()
Lorenzo Stoakes
1
-5
/
+1
2025-03-17
mm: eliminate adj_start parameter from commit_merge()
Lorenzo Stoakes
1
-0
/
+10
2025-03-17
mm: further refactor commit_merge()
Lorenzo Stoakes
1
-14
/
+24
2025-03-17
mm: simplify vma merge structure and expand comments
Lorenzo Stoakes
1
-5
/
+37
2025-01-26
mm: make mmap_region() internal
Lorenzo Stoakes
1
-1
/
+1
2025-01-14
mm: enforce __must_check on VMA merge and split
Lorenzo Stoakes
1
-11
/
+15
2025-01-14
mm/vma: move __vm_munmap() to mm/vma.c
Lorenzo Stoakes
1
-0
/
+2
2025-01-14
mm/vma: move stack expansion logic to mm/vma.c
Lorenzo Stoakes
1
-6
/
+6
2025-01-14
mm/vma: move unmapped_area() internals to mm/vma.c
Lorenzo Stoakes
1
-0
/
+3
2025-01-14
mm/vma: move brk() internals to mm/vma.c
Lorenzo Stoakes
1
-0
/
+3
2024-11-07
mm: isolate mmap internal logic to mm/vma.c
Lorenzo Stoakes
1
-93
/
+4
2024-11-06
mm: refactor map_deny_write_exec()
Lorenzo Stoakes
1
-1
/
+1
2024-11-06
mm: unconditionally close VMAs on error
Lorenzo Stoakes
1
-3
/
+1
2024-10-29
mm/vma: add expand-only VMA merge mode and optimise do_brk_flags()
Lorenzo Stoakes
1
-0
/
+14
2024-10-29
mm: mark mas allocation in vms_abort_munmap_vmas as __GFP_NOFAIL
Jann Horn
1
-9
/
+3
2024-09-04
mm: make vma_prepare() and friends static and internal to vma.c
Lorenzo Stoakes
1
-25
/
+0
2024-09-04
mm: avoid using vma_merge() for new VMAs
Lorenzo Stoakes
1
-4
/
+44
2024-09-04
mm: abstract vma_expand() to use vma_merge_struct
Lorenzo Stoakes
1
-4
/
+1
2024-09-04
mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()
Lorenzo Stoakes
1
-51
/
+76
2024-09-04
mm/vma.h: optimise vma_munmap_struct
Liam R. Howlett
1
-3
/
+4
2024-09-04
mm: move may_expand_vm() check in mmap_region()
Liam R. Howlett
1
-3
/
+0
2024-09-04
ipc/shm, mm: drop do_vma_munmap()
Liam R. Howlett
1
-3
/
+1
2024-09-04
mm: change failure of MAP_FIXED to restoring the gap on failure
Liam R. Howlett
1
-22
/
+58
2024-09-04
mm/mmap: avoid zeroing vma tree in mmap_region()
Liam R. Howlett
1
-6
/
+16
2024-09-04
mm: clean up unmap_region() argument list
Liam R. Howlett
1
-4
/
+2
2024-09-04
mm/vma: track start and end for munmap in vma_munmap_struct
Liam R. Howlett
1
-0
/
+6
2024-09-04
mm/mmap: reposition vma iterator in mmap_region()
Liam R. Howlett
1
-0
/
+16
2024-09-04
mm/vma: support vma == NULL in init_vma_munmap()
Liam R. Howlett
1
-3
/
+8
2024-09-04
mm/vma: expand mmap_region() munmap call
Liam R. Howlett
1
-0
/
+33
2024-09-04
mm/vma: change munmap to use vma_munmap_struct() for accounting and surroundi...
Liam R. Howlett
1
-0
/
+6
2024-09-04
mm/vma: introduce vma_munmap_struct for use in munmap operations
Liam R. Howlett
1
-0
/
+16
2024-09-04
mseal: replace can_modify_mm_madv with a vma variant
Pedro Falcato
1
-0
/
+7
2024-09-04
mm: move can_modify_vma to mm/vma.h
Pedro Falcato
1
-0
/
+28
2024-09-02
mm: move internal core VMA manipulation functions to own file
Lorenzo Stoakes
1
-0
/
+364