summaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)Author
2024-05-23mseal: add mseal syscallJeff Xu
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-05mm/mmap: make accountable_mapping return boolHao Ge
2024-05-05mm/mmap: make vma_wants_writenotify return boolHao Ge
2024-04-25mm: take placement mappings gap into accountRick Edgecombe
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe
2024-04-25thp: add thp_get_unmapped_area_vmflags()Rick Edgecombe
2024-04-25mm: use get_unmapped_area_vmflags()Rick Edgecombe
2024-04-25mm: remove export for get_unmapped_area()Rick Edgecombe
2024-04-25mm: introduce arch_get_unmapped_area_vmflags()Rick Edgecombe
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe
2024-04-25mm/mmap: convert all mas except mas_detach to vma iteratorYajun Deng
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-04mm, mmap: fix vma_merge() case 7 with vma_ops->closeVlastimil Babka
2024-02-22mm/mmap: pass vma to vma_merge()Yajun Deng
2024-02-22mm/mmap: use SZ_{8K, 128K} helper macroYajun Deng
2024-02-22mm/mmap: introduce vma_set_range()Yajun Deng
2024-02-21mm: mmap: no need to call khugepaged_enter_vma() for stackYang Shi
2024-02-21mm/mmap: simplify vma link and unlinkYajun Deng
2024-01-26mm: thp_get_unmapped_area must honour topdown preferenceRyan Roberts
2024-01-24mm: Change mmap_rnd_bits_max to __ro_after_initSami Tolvanen
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-12-29mm: align larger anonymous mappings on THP boundariesRik van Riel
2023-12-10mmap: remove the IA64-specific vma expansion implementationLukas Bulwahn
2023-12-10fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-30Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-25mm: fix multiple typos in multiple filesMuhammad Muzammil
2023-10-18mm: perform the mapping_map_writable() check after call_mmap()Lorenzo Stoakes
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes
2023-10-18mm: abstract VMA merge and extend into vma_merge_extend() helperLorenzo Stoakes
2023-10-18mm: abstract merge for new VMAs into vma_merge_new_vma()Lorenzo Stoakes
2023-10-18mm: make vma_merge() and split_vma() internalLorenzo Stoakes
2023-10-18mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes
2023-10-18mmap: add clarifying comment to vma_merge() codeLiam R. Howlett
2023-10-18Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-10-06mmap: fix error paths with dup_anon_vma()Liam R. Howlett
2023-10-06mmap: fix vma_iterator in error path of vma_merge()Liam R. Howlett
2023-10-06mm: fix vm_brk_flags() to not bail out while holding lockSebastian Ott
2023-10-04mm: remove duplicated vma->vm_flags check when expanding stackXiu Jianfeng
2023-10-04mm: fix unaccount of memory on vma_link() failureAnthony Yznaga
2023-10-03mm: Remove unused vm_brk()Kees Cook
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-21mm: move vma locking out of vma_prepare and dup_anon_vmaSuren Baghdasaryan
2023-08-21mm: always lock new vma before inserting into vma treeSuren Baghdasaryan
2023-08-21mm/mmap.c: use helper macro K()ZhangPeng