aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/mmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-67/+43
2024-03-04mm, 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-21mm: mmap: no need to call khugepaged_enter_vma() for stackYang Shi1-2/+0
2024-02-21mm/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-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-39/+7
2023-12-29mm: align larger anonymous mappings on THP boundariesRik van Riel1-0/+3
2023-12-10mmap: remove the IA64-specific vma expansion implementationLukas Bulwahn1-36/+1
2023-12-10fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang1-3/+6
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-33/+116
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-3/+3
2023-10-30Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-6/+0
2023-10-25mm: fix multiple typos in multiple filesMuhammad Muzammil1-1/+1
2023-10-18mm: perform the mapping_map_writable() check after call_mmap()Lorenzo Stoakes1-8/+11
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes1-6/+6
2023-10-18mm: abstract VMA merge and extend into vma_merge_extend() helperLorenzo Stoakes1-7/+24
2023-10-18mm: abstract merge for new VMAs into vma_merge_new_vma()Lorenzo Stoakes1-7/+18
2023-10-18mm: make vma_merge() and split_vma() internalLorenzo Stoakes1-4/+4
2023-10-18mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes1-0/+48
2023-10-18mmap: add clarifying comment to vma_merge() codeLiam R. Howlett1-0/+5
2023-10-18Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton1-13/+33
2023-10-06mmap: fix error paths with dup_anon_vma()Liam R. Howlett1-8/+22
2023-10-06mmap: fix vma_iterator in error path of vma_merge()Liam R. Howlett1-2/+8
2023-10-06mm: 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-03mm: 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/kernel/git/tip/tipLinus 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
2023-08-18mm/mmap: change vma iteration order in do_vmi_align_munmap()Liam R. Howlett1-14/+13
2023-08-18mm: set up vma iterator for vma_iter_prealloc() callsLiam R. Howlett1-27/+42
2023-08-18mm: use vma_iter_clear_gfp() in nommuLiam R. Howlett1-12/+0
2023-08-18maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett1-2/+2
2023-08-18mm: remove re-walk from mmap_region()Liam R. Howlett1-5/+10
2023-08-18mm: remove prev check from do_vmi_align_munmap()Liam R. Howlett1-2/+0
2023-08-18mm: change do_vmi_align_munmap() tracking of VMAs to removeLiam R. Howlett1-17/+24
2023-08-18mm: don't drop VMA locks in mm_drop_all_locks()Jann Horn1-1/+6
2023-08-18mm/mmap: change detached vma locking schemeLiam R. Howlett1-2/+2
2023-08-18mm/mmap: clean up validate_mm() callsLiam R. Howlett1-20/+4
2023-08-18mm/mmap: move vma operations to mm_struct out of the critical section of file mapping lockYu Ma1-8/+3
2023-07-27mm: lock VMA in dup_anon_vma() before setting ->anon_vmaJann Horn1-0/+1
2023-07-11mm: Add guard pages around a shadow stack.Rick Edgecombe1-2/+2
2023-07-11mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu1-5/+5
2023-07-08mm: lock newly mapped VMA with corrected orderingHugh Dickins1-2/+2