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
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
/
vma.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
mm: make vma_prepare() and friends static and internal to vma.c
Lorenzo Stoakes
1
-25
/
+0
2024-09-03
mm: avoid using vma_merge() for new VMAs
Lorenzo Stoakes
1
-4
/
+44
2024-09-03
mm: abstract vma_expand() to use vma_merge_struct
Lorenzo Stoakes
1
-4
/
+1
2024-09-03
mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()
Lorenzo Stoakes
1
-51
/
+76
2024-09-03
mm/vma.h: optimise vma_munmap_struct
Liam R. Howlett
1
-3
/
+4
2024-09-03
mm: move may_expand_vm() check in mmap_region()
Liam R. Howlett
1
-3
/
+0
2024-09-03
ipc/shm, mm: drop do_vma_munmap()
Liam R. Howlett
1
-3
/
+1
2024-09-03
mm: change failure of MAP_FIXED to restoring the gap on failure
Liam R. Howlett
1
-22
/
+58
2024-09-03
mm/mmap: avoid zeroing vma tree in mmap_region()
Liam R. Howlett
1
-6
/
+16
2024-09-03
mm: clean up unmap_region() argument list
Liam R. Howlett
1
-4
/
+2
2024-09-03
mm/vma: track start and end for munmap in vma_munmap_struct
Liam R. Howlett
1
-0
/
+6
2024-09-03
mm/mmap: reposition vma iterator in mmap_region()
Liam R. Howlett
1
-0
/
+16
2024-09-03
mm/vma: support vma == NULL in init_vma_munmap()
Liam R. Howlett
1
-3
/
+8
2024-09-03
mm/vma: expand mmap_region() munmap call
Liam R. Howlett
1
-0
/
+33
2024-09-03
mm/vma: change munmap to use vma_munmap_struct() for accounting and surroundi...
Liam R. Howlett
1
-0
/
+6
2024-09-03
mm/vma: introduce vma_munmap_struct for use in munmap operations
Liam R. Howlett
1
-0
/
+16
2024-09-03
mseal: replace can_modify_mm_madv with a vma variant
Pedro Falcato
1
-0
/
+7
2024-09-03
mm: move can_modify_vma to mm/vma.h
Pedro Falcato
1
-0
/
+28
2024-09-01
mm: move internal core VMA manipulation functions to own file
Lorenzo Stoakes
1
-0
/
+364