summaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)Author
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
2020-12-18Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-12-15mm: forbid splitting special mappingsDmitry Safonov
2020-12-15vm_ops: rename .split() callback to .may_split()Dmitry Safonov
2020-12-15mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov
2020-12-15Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter
2020-12-06mm/mmap.c: fix mmap return value when vma is merged after call_mmap()Liu Zixian
2020-11-19mm: mmap: fix fput in error path v2Christian König
2020-11-05Revert "mm: mmap: fix fput in error path v2"Christian König
2020-11-05Revert "mm: introduce vma_set_file function v4"Christian König
2020-11-05mm: introduce vma_set_file function v4Christian König
2020-11-05mm: mmap: fix fput in error path v2Christian König
2020-10-18mm/mmap: add inline munmap_vma_range() for code readabilityLiam R. Howlett
2020-10-18mm/mmap: add inline vma_next() for readability of mmap codeLiam R. Howlett
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn
2020-10-16mm: use helper function put_write_access()Miaohe Lin
2020-10-13mm/mmap.c: replace do_brk with do_brk_flags in comment of insert_vm_struct()Liao Pingfang
2020-10-13mm/mmap.c: use helper function allow_write_access() in __remove_shared_vm_str...Miaohe Lin
2020-10-13mm: use helper function mapping_allow_writable()Miaohe Lin
2020-10-13mm/mmap: check on file instead of the rb_root_cached of its address_spaceWei Yang
2020-10-13mm/mmap: not necessary to check mapping separatelyWei Yang
2020-10-13mm/mmap: leave adjust_next as virtual address instead of page frame numberWei Yang
2020-10-13mm/mmap: leverage vma_rb_erase_ignore() to implement vma_rb_erase()Wei Yang
2020-10-13mm/mmap: rename __vma_unlink_common() to __vma_unlink()Wei Yang
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds