index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mmap.c
Age
Commit message (
Expand
)
Author
3 days
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-07-19
mm: simplify min_brk handling in brk()
Xuanye Liu
2025-07-13
mm: deduplicate mm_get_unmapped_area()
Peter Xu
2025-07-09
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
2025-06-17
fs: consistently use can_mmap_file() helper
Lorenzo Stoakes
2025-05-22
mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()
David Hildenbrand
2025-05-13
mm: introduce new .mmap_prepare() file callback
Lorenzo Stoakes
2025-05-12
mm: perform VMA allocation, freeing, duplication in mm
Lorenzo Stoakes
2025-05-12
mm: move dup_mmap() to mm
Lorenzo Stoakes
2025-05-12
mm: abstract initial stack setup to mm subsystem
Lorenzo Stoakes
2025-05-12
mm: establish mm/vma_exec.c for shared exec/mm VMA functionality
Lorenzo Stoakes
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-17
mm/mremap: refactor move_page_tables(), abstracting state
Lorenzo Stoakes
2025-03-16
mm: make vma cache SLAB_TYPESAFE_BY_RCU
Suren Baghdasaryan
2025-03-16
mm: simplify vma merge structure and expand comments
Lorenzo Stoakes
2025-02-07
mm: mmap: move sysctl to mm/mmap.c
Kaixiong Yu
2025-01-25
mm: make mmap_region() internal
Lorenzo Stoakes
2025-01-25
mm: remove unnecessary calls to lru_add_drain
Rik van Riel
2025-01-13
mm: add comments to do_mmap(), mmap_region() and vm_mmap()
Lorenzo Stoakes
2025-01-13
mm: assert mmap write lock held on do_mmap(), mmap_region()
Lorenzo Stoakes
2025-01-13
mm: perform all memfd seal checks in a single place
Lorenzo Stoakes
2025-01-13
mm/vma: move __vm_munmap() to mm/vma.c
Lorenzo Stoakes
2025-01-13
mm/vma: move stack expansion logic to mm/vma.c
Lorenzo Stoakes
2025-01-13
mm: abstract get_arg_page() stack expansion and mmap read lock
Lorenzo Stoakes
2025-01-13
mm/vma: move unmapped_area() internals to mm/vma.c
Lorenzo Stoakes
2025-01-13
mm/vma: move brk() internals to mm/vma.c
Lorenzo Stoakes
2024-12-30
mm: don't try THP alignment for FS without get_unmapped_area
Kefeng Wang
2024-12-30
mm: reinstate ability to map write-sealed memfd mappings read-only
Lorenzo Stoakes
2024-12-05
mm: respect mmap hint address when aligning for THP
Kalesh Singh
2024-11-11
mm: remove unnecessary page_table_lock on stack expansion
Lorenzo Stoakes
2024-11-06
mm: isolate mmap internal logic to mm/vma.c
Lorenzo Stoakes
2024-11-06
mm/mmap: teach generic_get_unmapped_area{_topdown} to handle hugetlb mappings
Oscar Salvador
2024-11-05
mm: resolve faulty mmap_region() error path behaviour
Lorenzo Stoakes
2024-11-05
mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
Lorenzo Stoakes
2024-11-05
mm: refactor map_deny_write_exec()
Lorenzo Stoakes
2024-11-05
mm: unconditionally close VMAs on error
Lorenzo Stoakes
2024-11-05
mm: avoid unsafe VMA hook invocation when error arises on mmap hook
Lorenzo Stoakes
2024-10-31
mm, mmap: limit THP alignment of anonymous mappings to PMD-aligned sizes
Vlastimil Babka
2024-10-28
mm: split critical region in remap_file_pages() and invoke LSMs in between
Kirill A. Shutemov
2024-10-28
mm/vma: add expand-only VMA merge mode and optimise do_brk_flags()
Lorenzo Stoakes
2024-10-28
mm/mmap: fix race in mmap_region() with ftruncate()
Liam R. Howlett
2024-10-17
mm/mmap: correct error handling in mmap_region()
Lorenzo Stoakes
2024-09-24
Merge tag 'lsm-pr-20240923' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-19
mm: call the security_mmap_file() LSM hook in remap_file_pages()
Shu Han
2024-09-09
mm: care about shadow stack guard gap when getting an unmapped area
Mark Brown
2024-09-09
mm: pass vm_flags to generic_get_unmapped_area()
Mark Brown
2024-09-09
mm: make arch_get_unmapped_area() take vm_flags by default
Mark Brown
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
[next]