summaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)Author
2022-10-12mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas
2022-10-12mm/mmap: preallocate maple nodes for brk vma expansionLiam Howlett
2022-10-12mmap: fix copy_vma() failure pathLiam Howlett
2022-09-26mm: refactor of vma_merge()Jakub Matěna
2022-09-26mm: delete unused MMF_OOM_VICTIM flagSuren Baghdasaryan
2022-09-26mm: drop oom code from exit_mmapSuren Baghdasaryan
2022-09-26mm/mmap.c: pass in mapping to __vma_link_file()Liam R. Howlett
2022-09-26mm/mmap: drop range_has_overlap() functionLiam R. Howlett
2022-09-26mm: remove the vma linked listLiam R. Howlett
2022-09-26userfaultfd: use maple tree iterator to iterate VMAsLiam R. Howlett
2022-09-26mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()Liam R. Howlett
2022-09-26mm/mmap: reorganize munmap to use maple statesLiam R. Howlett
2022-09-26mm/mmap: move mmap_region() below do_munmap()Liam R. Howlett
2022-09-26mm: remove vmacacheLiam R. Howlett
2022-09-26mm/mmap: use advanced maple tree API for mmap_region()Liam R. Howlett
2022-09-26mm: use maple tree operations for find_vma_intersection()Liam R. Howlett
2022-09-26mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()Liam R. Howlett
2022-09-26mmap: change zeroing of maple tree in __vma_adjust()Liam R. Howlett
2022-09-26mm: remove rb tree.Liam R. Howlett
2022-09-26mm/mmap: use maple tree for unmapped_area{_topdown}Liam R. Howlett
2022-09-26mm/mmap: use the maple tree for find_vma_prev() instead of the rbtreeLiam R. Howlett
2022-09-26mm/mmap: use the maple tree in find_vma() instead of the rbtree.Liam R. Howlett
2022-09-26mmap: use the VMA iterator in count_vma_pages_range()Matthew Wilcox (Oracle)
2022-09-26mm: add VMA iteratorMatthew Wilcox (Oracle)
2022-09-26mm: start tracking VMAs with maple treeLiam R. Howlett
2022-09-11mm: align larger anonymous mappings on THP boundariesRik van Riel
2022-08-20mm/hugetlb: fix hugetlb not supporting softdirty trackingDavid Hildenbrand
2022-07-29mm/mprotect: fix soft-dirty check in can_change_pte_writable()Peter Xu
2022-07-29mm/mmap.c: fix missing call to vm_unacct_memory in mmap_regionMiaohe Lin
2022-07-17mm/mmap: fix obsolete comment of find_extend_vmaMiaohe Lin
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17mm/mmap: define DECLARE_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17mm/mmap: build protect protection_map[] with __P000Anshuman Khandual
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-05-19mm: mmap: register suitable readonly file vmas for khugepagedYang Shi
2022-05-19mm: khugepaged: introduce khugepaged_enter_vma() helperYang Shi
2022-05-13mmap locking API: fix missed mmap_sem references in commentsFlorian Rommel
2022-05-05mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy
2022-05-05mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...Christophe Leroy
2022-04-28mm/mmap: drop arch_vm_get_page_pgprot()Anshuman Khandual
2022-04-28mm/mmap: drop arch_filter_pgprot()Anshuman Khandual
2022-04-28mm/mmap: add new config ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-04-28mm/mmap.c: use helper mlock_future_check()Miaohe Lin
2022-04-28mm/mmap: clarify protection_map[] indicesAnshuman Khandual
2022-04-28mm/mmap.c: use mmap_assert_write_locked() instead of open coding itRolf Eike Beer
2022-04-21mm, hugetlb: allow for "high" userspace addressesChristophe Leroy
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22mm/mmap: remove obsolete comment in ksys_mmap_pgoffMiaohe Lin