summaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)Author
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
2022-03-22mm: _install_special_mapping() apply VM_LOCKED_CLEAR_MASKHugh Dickins
2022-03-22mm/mmap: return 1 from stack_guard_gap __setup() handlerRandy Dunlap
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan
2022-02-26mm: fix use-after-free bug when mm->mmap is reused after being freedSuren Baghdasaryan
2022-02-17mm/munlock: delete munlock_vma_pages_all(), allow oomreapHugh Dickins
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-15mm: protect free_pgtables with mmap_lock write lock in exit_mmapSuren Baghdasaryan
2022-01-15mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross
2022-01-08exit: Remove profile_task_exit & profile_munmapEric W. Biederman
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru
2021-11-06mm/mmap.c: fix a data race of mm->total_vmPeng Liu
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03remap_file_pages: Use vma_lookup() instead of find_vma()Liam R. Howlett
2021-09-03mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Luigi Rizzo
2021-09-03mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()David Hildenbrand
2021-09-03mm: remove VM_DENYWRITEDavid Hildenbrand
2021-08-23fs: remove mandatory file locking supportJeff Layton
2021-07-08mmap: make mlock_future_check() globalMike Rapoport
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29mm/mmap: use find_vma_intersection() in do_mmap() for overlapLiam Howlett
2021-06-29mm/mmap: introduce unlock_range() for code cleanupLiam Howlett
2021-06-29mm/mmap.c: logic of find_vma_intersection repeated in __do_munmapGonzalo Matias Juarez Tello
2021-06-29mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()David Hildenbrand
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-05-07mm: fix typos in commentsIngo Molnar
2021-05-05mm/mmap.c: don't unlock VMAs in remap_file_pages()Liam Howlett
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov
2021-04-30Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon
2021-03-26arm64: Support execute-only permissions with Enhanced PANVladimir Murzin
2021-02-24mm/mmap.c: remove unnecessary local variableAdrian Huang
2021-01-29tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon
2021-01-29tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm()Will Deacon
2021-01-29tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon