summaryrefslogtreecommitdiff
path: root/mm/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* mm/mremap: fix dup_anon_vma() in vma_merge() case 4Vlastimil Babka2023-02-261-1/+1
* mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan2023-02-091-6/+10
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-5/+5
* mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan2023-02-091-3/+3
* vma_merge: set vma iterator to correct position.Liam R. Howlett2023-02-091-3/+1
* mm/mmap: remove __vma_adjust()Liam R. Howlett2023-02-091-153/+97
* mm/mmap: convert do_brk_flags() to use vma_prepare() and vma_complete()Liam R. Howlett2023-02-091-8/+4
* mm/mmap: introduce dup_vma_anon() helperLiam R. Howlett2023-02-091-34/+40
* mm/mmap: don't use __vma_adjust() in shift_arg_pages()Liam R. Howlett2023-02-091-9/+43
* mm/mremap: convert vma_adjust() to vma_expand()Liam R. Howlett2023-02-091-3/+3
* mm: don't use __vma_adjust() in __split_vma()Liam R. Howlett2023-02-091-63/+55
* mm/mmap: introduce init_vma_prep() and init_multi_vma_prep()Liam R. Howlett2023-02-091-47/+61
* mm/mmap: use vma_prepare() and vma_complete() in vma_expand()Liam R. Howlett2023-02-091-116/+72
* mm/mmap: refactor locking out of __vma_adjust()Liam R. Howlett2023-02-091-95/+136
* mm/mmap: move anon_vma setting in __vma_adjust()Liam R. Howlett2023-02-091-5/+8
* mm: change munmap splitting order and move_vma()Liam R. Howlett2023-02-091-16/+2
* mmap: clean up mmap_region() unrollingLiam R. Howlett2023-02-091-27/+18
* mm: add vma iterator to vma_adjust() argumentsLiam R. Howlett2023-02-091-5/+5
* mm: pass vma iterator through to __vma_adjust()Liam R. Howlett2023-02-091-8/+14
* mm: remove unnecessary write to vma iterator in __vma_adjust()Liam R. Howlett2023-02-091-4/+6
* mm: pass through vma iterator to __vma_adjust()Liam R. Howlett2023-02-091-16/+15
* mmap: convert __vma_adjust() to use vma iteratorLiam R. Howlett2023-02-091-62/+13
* mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett2023-02-091-57/+22
* mmap: use vmi version of vma_merge()Liam R. Howlett2023-02-091-3/+5
* mmap: pass through vmi iterator to __split_vma()Liam R. Howlett2023-02-091-2/+2
* ipc/shm: introduce new do_vma_munmap() to munmapLiam R. Howlett2023-02-091-20/+18
* mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...Liam R. Howlett2023-02-091-0/+44
* mmap: convert vma_expand() to use vma iteratorLiam R. Howlett2023-02-091-5/+4
* mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iteratorLiam R. Howlett2023-02-091-42/+35
* mm/mmap: remove preallocation from do_mas_align_munmap()Liam R. Howlett2023-02-091-8/+6
* mmap: convert vma_link() vma iteratorLiam R. Howlett2023-02-091-3/+3
* mm/mmap: convert brk to use vma iteratorLiam R. Howlett2023-02-091-25/+23
* mm: expand vma iterator interfaceLiam R. Howlett2023-02-091-0/+18
* mm: implement memory-deny-write-execute as a prctlJoey Gouly2023-02-021-0/+10
* mm/mmap: fix comment of unmapped_area{_topdown}Vernon Yang2023-02-021-5/+5
* mm/mmap: fix typo in commentVernon Yang2023-02-021-1/+1
* maple_tree: remove the parameter entry of mas_preallocateVernon Yang2023-02-021-8/+8
* mm: update mmap_sem comments to refer to mmap_lockLorenzo Stoakes2023-01-111-2/+2
* mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMADavid Hildenbrand2023-01-111-0/+4
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-8/+4
|\
| * mm/mmap: properly unaccount memory on mas_preallocate() failureAlistair Popple2022-12-111-3/+3
| * Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-12-091-10/+4
| |\
| * \ Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-2/+6
| |\ \
| * | | memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin2022-11-081-1/+1
| * | | mm/mmap: use hotplug_memory_notifier() directlyLiu Shixin2022-11-081-5/+1
* | | | Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-12-101-10/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | mmap: fix do_brk_flags() modifying obviously incorrect VMAsLiam Howlett2022-12-091-8/+3
| * | | mm: do not BUG_ON missing brk mapping, because userspace can unmap itJason A. Donenfeld2022-12-091-2/+1
| | |/ | |/|
* | | Revert "mm: align larger anonymous mappings on THP boundaries"Linus Torvalds2022-12-041-3/+0
|/ /
* | mm: mmap: fix documentation for vma_mas_szeroIan Cowan2022-11-221-1/+1