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
/
mmap.c
Age
Commit message (
Expand
)
Author
2024-05-23
mseal: add mseal syscall
Jeff Xu
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-05
mm/mmap: make accountable_mapping return bool
Hao Ge
2024-05-05
mm/mmap: make vma_wants_writenotify return bool
Hao Ge
2024-04-25
mm: take placement mappings gap into account
Rick Edgecombe
2024-04-25
treewide: use initializer for struct vm_unmapped_area_info
Rick Edgecombe
2024-04-25
thp: add thp_get_unmapped_area_vmflags()
Rick Edgecombe
2024-04-25
mm: use get_unmapped_area_vmflags()
Rick Edgecombe
2024-04-25
mm: remove export for get_unmapped_area()
Rick Edgecombe
2024-04-25
mm: introduce arch_get_unmapped_area_vmflags()
Rick Edgecombe
2024-04-25
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
2024-04-25
mm/mmap: convert all mas except mas_detach to vma iterator
Yajun Deng
2024-04-07
fs: claw back a few FMODE_* bits
Christian Brauner
2024-03-22
Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-04
mm, mmap: fix vma_merge() case 7 with vma_ops->close
Vlastimil Babka
2024-02-22
mm/mmap: pass vma to vma_merge()
Yajun Deng
2024-02-22
mm/mmap: use SZ_{8K, 128K} helper macro
Yajun Deng
2024-02-22
mm/mmap: introduce vma_set_range()
Yajun Deng
2024-02-21
mm: mmap: no need to call khugepaged_enter_vma() for stack
Yang Shi
2024-02-21
mm/mmap: simplify vma link and unlink
Yajun Deng
2024-01-26
mm: thp_get_unmapped_area must honour topdown preference
Ryan Roberts
2024-01-24
mm: Change mmap_rnd_bits_max to __ro_after_init
Sami Tolvanen
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-12-29
mm: align larger anonymous mappings on THP boundaries
Rik van Riel
2023-12-10
mmap: remove the IA64-specific vma expansion implementation
Lukas Bulwahn
2023-12-10
fork: use __mt_dup() to duplicate maple tree in dup_mmap()
Peng Zhang
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-11-01
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-10-30
Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-10-25
mm: fix multiple typos in multiple files
Muhammad Muzammil
2023-10-18
mm: perform the mapping_map_writable() check after call_mmap()
Lorenzo Stoakes
2023-10-18
mm: drop the assumption that VM_SHARED always implies writable
Lorenzo Stoakes
2023-10-18
mm: abstract VMA merge and extend into vma_merge_extend() helper
Lorenzo Stoakes
2023-10-18
mm: abstract merge for new VMAs into vma_merge_new_vma()
Lorenzo Stoakes
2023-10-18
mm: make vma_merge() and split_vma() internal
Lorenzo Stoakes
2023-10-18
mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.
Lorenzo Stoakes
2023-10-18
mmap: add clarifying comment to vma_merge() code
Liam R. Howlett
2023-10-18
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
2023-10-06
mmap: fix error paths with dup_anon_vma()
Liam R. Howlett
2023-10-06
mmap: fix vma_iterator in error path of vma_merge()
Liam R. Howlett
2023-10-06
mm: fix vm_brk_flags() to not bail out while holding lock
Sebastian Ott
2023-10-04
mm: remove duplicated vma->vm_flags check when expanding stack
Xiu Jianfeng
2023-10-04
mm: fix unaccount of memory on vma_link() failure
Anthony Yznaga
2023-10-03
mm: Remove unused vm_brk()
Kees Cook
2023-09-11
arch: Remove Itanium (IA-64) architecture
Ard Biesheuvel
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-21
mm: move vma locking out of vma_prepare and dup_anon_vma
Suren Baghdasaryan
2023-08-21
mm: always lock new vma before inserting into vma tree
Suren Baghdasaryan
2023-08-21
mm/mmap.c: use helper macro K()
ZhangPeng
[next]