summaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)AuthorFilesLines
9 daysmseal: add mseal syscallJeff Xu1-1/+30
13 daysMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-95/+138
2024-05-06mm/mmap: make accountable_mapping return boolHao Ge1-2/+2
2024-05-06mm/mmap: make vma_wants_writenotify return boolHao Ge1-6/+6
2024-04-26mm: take placement mappings gap into accountRick Edgecombe1-3/+9
2024-04-26treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe1-7/+2
2024-04-26thp: add thp_get_unmapped_area_vmflags()Rick Edgecombe1-5/+7
2024-04-26mm: use get_unmapped_area_vmflags()Rick Edgecombe1-16/+16
2024-04-26mm: remove export for get_unmapped_area()Rick Edgecombe1-2/+0
2024-04-26mm: introduce arch_get_unmapped_area_vmflags()Rick Edgecombe1-0/+28
2024-04-26mm: switch mm->get_unmapped_area() to a flagRick Edgecombe1-3/+18
2024-04-26mm/mmap: convert all mas except mas_detach to vma iteratorYajun Deng1-57/+56
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner1-1/+3
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-67/+43
2024-03-05mm, mmap: fix vma_merge() case 7 with vma_ops->closeVlastimil Babka1-1/+9
2024-02-22mm/mmap: pass vma to vma_merge()Yajun Deng1-14/+13
2024-02-22mm/mmap: use SZ_{8K, 128K} helper macroYajun Deng1-4/+4
2024-02-22mm/mmap: introduce vma_set_range()Yajun Deng1-22/+7
2024-02-22mm: mmap: no need to call khugepaged_enter_vma() for stackYang Shi1-2/+0
2024-02-22mm/mmap: simplify vma link and unlinkYajun Deng1-25/+19
2024-01-26mm: thp_get_unmapped_area must honour topdown preferenceRyan Roberts1-2/+4
2024-01-24mm: Change mmap_rnd_bits_max to __ro_after_initSami Tolvanen1-1/+1
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-39/+7
2023-12-29mm: align larger anonymous mappings on THP boundariesRik van Riel1-0/+3
2023-12-11mmap: remove the IA64-specific vma expansion implementationLukas Bulwahn1-36/+1
2023-12-11fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang1-3/+6
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-33/+116
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2023-10-31Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+0
2023-10-26mm: fix multiple typos in multiple filesMuhammad Muzammil1-1/+1
2023-10-19mm: perform the mapping_map_writable() check after call_mmap()Lorenzo Stoakes1-8/+11
2023-10-19mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes1-6/+6
2023-10-19mm: abstract VMA merge and extend into vma_merge_extend() helperLorenzo Stoakes1-7/+24
2023-10-19mm: abstract merge for new VMAs into vma_merge_new_vma()Lorenzo Stoakes1-7/+18
2023-10-19mm: make vma_merge() and split_vma() internalLorenzo Stoakes1-4/+4
2023-10-19mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes1-0/+48
2023-10-19mmap: add clarifying comment to vma_merge() codeLiam R. Howlett1-0/+5
2023-10-19Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton1-13/+33
2023-10-07mmap: fix error paths with dup_anon_vma()Liam R. Howlett1-8/+22
2023-10-07mmap: fix vma_iterator in error path of vma_merge()Liam R. Howlett1-2/+8
2023-10-07mm: fix vm_brk_flags() to not bail out while holding lockSebastian Ott1-3/+3
2023-10-04mm: remove duplicated vma->vm_flags check when expanding stackXiu Jianfeng1-2/+0
2023-10-04mm: fix unaccount of memory on vma_link() failureAnthony Yznaga1-1/+2
2023-10-04mm: Remove unused vm_brk()Kees Cook1-6/+0
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-3/+3
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+7
2023-08-21mm: move vma locking out of vma_prepare and dup_anon_vmaSuren Baghdasaryan1-11/+19
2023-08-21mm: always lock new vma before inserting into vma treeSuren Baghdasaryan1-2/+5
2023-08-21mm/mmap.c: use helper macro K()ZhangPeng1-3/+3