summaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* mmap: fix remap_file_pages() regressionLiam Howlett2022-10-281-0/+3
* mm/mmap: fix MAP_FIXED address return on VMA mergeLiam Howlett2022-10-201-8/+7
* mm/mmap.c: __vma_adjust(): suppress uninitialized var warningAndrew Morton2022-10-201-1/+2
* mm/mmap: undo ->mmap() when mas_preallocate() failsMike Kravetz2022-10-201-1/+1
* mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas2022-10-121-1/+4
* mm/mmap: preallocate maple nodes for brk vma expansionLiam Howlett2022-10-121-12/+6
* mmap: fix copy_vma() failure pathLiam Howlett2022-10-121-0/+5
* mm: refactor of vma_merge()Jakub Matěna2022-09-261-50/+37
* mm: delete unused MMF_OOM_VICTIM flagSuren Baghdasaryan2022-09-261-2/+1
* mm: drop oom code from exit_mmapSuren Baghdasaryan2022-09-261-19/+11
* mm/mmap.c: pass in mapping to __vma_link_file()Liam R. Howlett2022-09-261-17/+12
* mm/mmap: drop range_has_overlap() functionLiam R. Howlett2022-09-261-26/+1
* mm: remove the vma linked listLiam R. Howlett2022-09-261-282/+187
* userfaultfd: use maple tree iterator to iterate VMAsLiam R. Howlett2022-09-261-1/+1
* mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()Liam R. Howlett2022-09-261-1/+1
* mm/mmap: reorganize munmap to use maple statesLiam R. Howlett2022-09-261-83/+145
* mm/mmap: move mmap_region() below do_munmap()Liam R. Howlett2022-09-261-245/+245
* mm: remove vmacacheLiam R. Howlett2022-09-261-29/+2
* mm/mmap: use advanced maple tree API for mmap_region()Liam R. Howlett2022-09-261-48/+203
* mm: use maple tree operations for find_vma_intersection()Liam R. Howlett2022-09-261-0/+29
* mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()Liam R. Howlett2022-09-261-60/+177
* mmap: change zeroing of maple tree in __vma_adjust()Liam R. Howlett2022-09-261-8/+22
* mm: remove rb tree.Liam R. Howlett2022-09-261-395/+111
* mm/mmap: use maple tree for unmapped_area{_topdown}Liam R. Howlett2022-09-261-221/+34
* mm/mmap: use the maple tree for find_vma_prev() instead of the rbtreeLiam R. Howlett2022-09-261-10/+17
* mm/mmap: use the maple tree in find_vma() instead of the rbtree.Liam R. Howlett2022-09-261-18/+10
* mmap: use the VMA iterator in count_vma_pages_range()Matthew Wilcox (Oracle)2022-09-261-17/+7
* mm: add VMA iteratorMatthew Wilcox (Oracle)2022-09-261-5/+5
* mm: start tracking VMAs with maple treeLiam R. Howlett2022-09-261-33/+320
* mm: align larger anonymous mappings on THP boundariesRik van Riel2022-09-111-0/+3
* mm/hugetlb: fix hugetlb not supporting softdirty trackingDavid Hildenbrand2022-08-201-2/+5
* mm/mprotect: fix soft-dirty check in can_change_pte_writable()Peter Xu2022-07-291-1/+1
* mm/mmap.c: fix missing call to vm_unacct_memory in mmap_regionMiaohe Lin2022-07-291-1/+0
* mm/mmap: fix obsolete comment of find_extend_vmaMiaohe Lin2022-07-171-1/+0
* mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-22/+0
* mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-4/+1
* mm/mmap: define DECLARE_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-25/+1
* mm/mmap: build protect protection_map[] with __P000Anshuman Khandual2022-07-171-0/+2
* docs: rename Documentation/vm to Documentation/mmMike Rapoport2022-06-271-1/+1
* Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-281-9/+26
|\
| * mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy2022-05-051-2/+2
| * mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...Christophe Leroy2022-05-051-7/+24
* | mm: mmap: register suitable readonly file vmas for khugepagedYang Shi2022-05-191-0/+7
* | mm: khugepaged: introduce khugepaged_enter_vma() helperYang Shi2022-05-191-4/+4
* | mmap locking API: fix missed mmap_sem references in commentsFlorian Rommel2022-05-131-2/+2
* | mm/mmap: drop arch_vm_get_page_pgprot()Anshuman Khandual2022-04-281-3/+1
* | mm/mmap: drop arch_filter_pgprot()Anshuman Khandual2022-04-281-11/+2
* | mm/mmap: add new config ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-04-281-0/+2
* | mm/mmap.c: use helper mlock_future_check()Miaohe Lin2022-04-281-9/+2
* | mm/mmap: clarify protection_map[] indicesAnshuman Khandual2022-04-281-2/+16