summaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* mm: thp_get_unmapped_area must honour topdown preferenceRyan Roberts2024-01-261-2/+4
* Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-39/+7
|\
| * mmap: remove the IA64-specific vma expansion implementationLukas Bulwahn2023-12-101-36/+1
| * fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang2023-12-101-3/+6
* | mm: align larger anonymous mappings on THP boundariesRik van Riel2023-12-291-0/+3
|/
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-33/+116
|\
| * mm: fix multiple typos in multiple filesMuhammad Muzammil2023-10-251-1/+1
| * mm: perform the mapping_map_writable() check after call_mmap()Lorenzo Stoakes2023-10-181-8/+11
| * mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes2023-10-181-6/+6
| * mm: abstract VMA merge and extend into vma_merge_extend() helperLorenzo Stoakes2023-10-181-7/+24
| * mm: abstract merge for new VMAs into vma_merge_new_vma()Lorenzo Stoakes2023-10-181-7/+18
| * mm: make vma_merge() and split_vma() internalLorenzo Stoakes2023-10-181-4/+4
| * mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes2023-10-181-0/+48
| * mmap: add clarifying comment to vma_merge() codeLiam R. Howlett2023-10-181-0/+5
| * Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-10-181-13/+33
| |\
| * | mm: remove duplicated vma->vm_flags check when expanding stackXiu Jianfeng2023-10-041-2/+0
| * | mm: fix unaccount of memory on vma_link() failureAnthony Yznaga2023-10-041-1/+2
* | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-3/+3
|\ \ \
| * | | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-3/+3
| |/ /
* | | Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-301-6/+0
|\ \ \ | |_|/ |/| |
| * | mm: Remove unused vm_brk()Kees Cook2023-10-031-6/+0
| |/
* | mmap: fix error paths with dup_anon_vma()Liam R. Howlett2023-10-061-8/+22
* | mmap: fix vma_iterator in error path of vma_merge()Liam R. Howlett2023-10-061-2/+8
* | mm: fix vm_brk_flags() to not bail out while holding lockSebastian Ott2023-10-061-3/+3
|/
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-7/+7
|\
| * mm: Add guard pages around a shadow stack.Rick Edgecombe2023-07-111-2/+2
| * mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu2023-07-111-5/+5
* | mm: move vma locking out of vma_prepare and dup_anon_vmaSuren Baghdasaryan2023-08-211-11/+19
* | mm: always lock new vma before inserting into vma treeSuren Baghdasaryan2023-08-211-2/+5
* | mm/mmap.c: use helper macro K()ZhangPeng2023-08-211-3/+3
* | mm/mmap: change vma iteration order in do_vmi_align_munmap()Liam R. Howlett2023-08-181-14/+13
* | mm: set up vma iterator for vma_iter_prealloc() callsLiam R. Howlett2023-08-181-27/+42
* | mm: use vma_iter_clear_gfp() in nommuLiam R. Howlett2023-08-181-12/+0
* | maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett2023-08-181-2/+2
* | mm: remove re-walk from mmap_region()Liam R. Howlett2023-08-181-5/+10
* | mm: remove prev check from do_vmi_align_munmap()Liam R. Howlett2023-08-181-2/+0
* | mm: change do_vmi_align_munmap() tracking of VMAs to removeLiam R. Howlett2023-08-181-17/+24
* | mm: don't drop VMA locks in mm_drop_all_locks()Jann Horn2023-08-181-1/+6
* | mm/mmap: change detached vma locking schemeLiam R. Howlett2023-08-181-2/+2
* | mm/mmap: clean up validate_mm() callsLiam R. Howlett2023-08-181-20/+4
* | mm/mmap: move vma operations to mm_struct out of the critical section of file...Yu Ma2023-08-181-8/+3
* | mm: lock VMA in dup_anon_vma() before setting ->anon_vmaJann Horn2023-07-271-0/+1
|/
* mm: lock newly mapped VMA with corrected orderingHugh Dickins2023-07-081-2/+2
* mm: lock newly mapped VMA which can be modified after it becomes visibleSuren Baghdasaryan2023-07-081-0/+2
* mm: lock a vma before stack expansionSuren Baghdasaryan2023-07-081-0/+4
* mm: don't do validate_mm() unnecessarily and without mmap lockingLinus Torvalds2023-07-041-4/+2
* mm: validate the mm before dropping the mmap lockLinus Torvalds2023-07-031-2/+1
* mm: Update do_vmi_align_munmap() return semanticsLiam R. Howlett2023-07-011-51/+43
* mm: Always downgrade mmap_lock if requestedMatthew Wilcox (Oracle)2023-07-011-13/+2
* Merge tag 'unmap-fix-20230629' of git://git.infradead.org/users/dwmw2/linuxLinus Torvalds2023-06-291-4/+5
|\