index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vma.h
Age
Commit message (
Expand
)
Author
2024-09-03
mm: make vma_prepare() and friends static and internal to vma.c
Lorenzo Stoakes
2024-09-03
mm: avoid using vma_merge() for new VMAs
Lorenzo Stoakes
2024-09-03
mm: abstract vma_expand() to use vma_merge_struct
Lorenzo Stoakes
2024-09-03
mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()
Lorenzo Stoakes
2024-09-03
mm/vma.h: optimise vma_munmap_struct
Liam R. Howlett
2024-09-03
mm: move may_expand_vm() check in mmap_region()
Liam R. Howlett
2024-09-03
ipc/shm, mm: drop do_vma_munmap()
Liam R. Howlett
2024-09-03
mm: change failure of MAP_FIXED to restoring the gap on failure
Liam R. Howlett
2024-09-03
mm/mmap: avoid zeroing vma tree in mmap_region()
Liam R. Howlett
2024-09-03
mm: clean up unmap_region() argument list
Liam R. Howlett
2024-09-03
mm/vma: track start and end for munmap in vma_munmap_struct
Liam R. Howlett
2024-09-03
mm/mmap: reposition vma iterator in mmap_region()
Liam R. Howlett
2024-09-03
mm/vma: support vma == NULL in init_vma_munmap()
Liam R. Howlett
2024-09-03
mm/vma: expand mmap_region() munmap call
Liam R. Howlett
2024-09-03
mm/vma: change munmap to use vma_munmap_struct() for accounting and surroundi...
Liam R. Howlett
2024-09-03
mm/vma: introduce vma_munmap_struct for use in munmap operations
Liam R. Howlett
2024-09-03
mseal: replace can_modify_mm_madv with a vma variant
Pedro Falcato
2024-09-03
mm: move can_modify_vma to mm/vma.h
Pedro Falcato
2024-09-01
mm: move internal core VMA manipulation functions to own file
Lorenzo Stoakes