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