summaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)Author
2023-02-09mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan
2023-02-09vma_merge: set vma iterator to correct position.Liam R. Howlett
2023-02-09mm/mmap: remove __vma_adjust()Liam R. Howlett
2023-02-09mm/mmap: convert do_brk_flags() to use vma_prepare() and vma_complete()Liam R. Howlett
2023-02-09mm/mmap: introduce dup_vma_anon() helperLiam R. Howlett
2023-02-09mm/mmap: don't use __vma_adjust() in shift_arg_pages()Liam R. Howlett
2023-02-09mm/mremap: convert vma_adjust() to vma_expand()Liam R. Howlett
2023-02-09mm: don't use __vma_adjust() in __split_vma()Liam R. Howlett
2023-02-09mm/mmap: introduce init_vma_prep() and init_multi_vma_prep()Liam R. Howlett
2023-02-09mm/mmap: use vma_prepare() and vma_complete() in vma_expand()Liam R. Howlett
2023-02-09mm/mmap: refactor locking out of __vma_adjust()Liam R. Howlett
2023-02-09mm/mmap: move anon_vma setting in __vma_adjust()Liam R. Howlett
2023-02-09mm: change munmap splitting order and move_vma()Liam R. Howlett
2023-02-09mmap: clean up mmap_region() unrollingLiam R. Howlett
2023-02-09mm: add vma iterator to vma_adjust() argumentsLiam R. Howlett
2023-02-09mm: pass vma iterator through to __vma_adjust()Liam R. Howlett
2023-02-09mm: remove unnecessary write to vma iterator in __vma_adjust()Liam R. Howlett
2023-02-09mm: pass through vma iterator to __vma_adjust()Liam R. Howlett
2023-02-09mmap: convert __vma_adjust() to use vma iteratorLiam R. Howlett
2023-02-09mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett
2023-02-09mmap: use vmi version of vma_merge()Liam R. Howlett
2023-02-09mmap: pass through vmi iterator to __split_vma()Liam R. Howlett
2023-02-09ipc/shm: introduce new do_vma_munmap() to munmapLiam R. Howlett
2023-02-09mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...Liam R. Howlett
2023-02-09mmap: convert vma_expand() to use vma iteratorLiam R. Howlett
2023-02-09mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iteratorLiam R. Howlett
2023-02-09mm/mmap: remove preallocation from do_mas_align_munmap()Liam R. Howlett
2023-02-09mmap: convert vma_link() vma iteratorLiam R. Howlett
2023-02-09mm/mmap: convert brk to use vma iteratorLiam R. Howlett
2023-02-09mm: expand vma iterator interfaceLiam R. Howlett
2023-02-02mm: implement memory-deny-write-execute as a prctlJoey Gouly
2023-02-02mm/mmap: fix comment of unmapped_area{_topdown}Vernon Yang
2023-02-02mm/mmap: fix typo in commentVernon Yang
2023-02-02maple_tree: remove the parameter entry of mas_preallocateVernon Yang
2023-01-11mm: update mmap_sem comments to refer to mmap_lockLorenzo Stoakes
2023-01-11mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMADavid Hildenbrand
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-11mm/mmap: properly unaccount memory on mas_preallocate() failureAlistair Popple
2022-12-10Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2022-12-09Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-12-09mmap: fix do_brk_flags() modifying obviously incorrect VMAsLiam Howlett
2022-12-09mm: do not BUG_ON missing brk mapping, because userspace can unmap itJason A. Donenfeld
2022-12-04Revert "mm: align larger anonymous mappings on THP boundaries"Linus Torvalds
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-11-22mm: mmap: fix documentation for vma_mas_szeroIan Cowan
2022-11-08memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin
2022-11-08mm/mmap: use hotplug_memory_notifier() directlyLiu Shixin
2022-11-08mm/mmap: fix memory leak in mmap_region()Li Zetao
2022-10-28mmap: fix remap_file_pages() regressionLiam Howlett
2022-10-20mm/mmap: fix MAP_FIXED address return on VMA mergeLiam Howlett