summaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-09mm/mmap: fix memory leak in mmap_region()Li Zetao1-1/+5
2022-10-28mmap: fix remap_file_pages() regressionLiam Howlett1-0/+3
2022-10-21mm/mmap: fix MAP_FIXED address return on VMA mergeLiam Howlett1-8/+7
2022-10-21mm/mmap.c: __vma_adjust(): suppress uninitialized var warningAndrew Morton1-1/+2
2022-10-21mm/mmap: undo ->mmap() when mas_preallocate() failsMike Kravetz1-1/+1
2022-10-13mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas1-1/+4
2022-10-13mm/mmap: preallocate maple nodes for brk vma expansionLiam Howlett1-12/+6
2022-10-13mmap: fix copy_vma() failure pathLiam Howlett1-0/+5
2022-09-27mm: refactor of vma_merge()Jakub Matěna1-50/+37
2022-09-27mm: delete unused MMF_OOM_VICTIM flagSuren Baghdasaryan1-2/+1
2022-09-27mm: drop oom code from exit_mmapSuren Baghdasaryan1-19/+11
2022-09-27mm/mmap.c: pass in mapping to __vma_link_file()Liam R. Howlett1-17/+12
2022-09-27mm/mmap: drop range_has_overlap() functionLiam R. Howlett1-26/+1
2022-09-27mm: remove the vma linked listLiam R. Howlett1-282/+187
2022-09-27userfaultfd: use maple tree iterator to iterate VMAsLiam R. Howlett1-1/+1
2022-09-27mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()Liam R. Howlett1-1/+1
2022-09-27mm/mmap: reorganize munmap to use maple statesLiam R. Howlett1-83/+145
2022-09-27mm/mmap: move mmap_region() below do_munmap()Liam R. Howlett1-245/+245
2022-09-27mm: remove vmacacheLiam R. Howlett1-29/+2
2022-09-27mm/mmap: use advanced maple tree API for mmap_region()Liam R. Howlett1-48/+203