summaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
AgeCommit message (Expand)Author
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
2020-10-11mm: mmap: Fix general protection fault in unlink_file_vma()Miaohe Lin
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig
2020-09-04mm: Introduce arch_validate_flags()Catalin Marinas
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne
2020-08-07mm: mmap: merge vma after call_mmap() if possibleMiaohe Lin
2020-08-07mm/mmap: optimize a branch judgment in ksys_mmap_pgoff()Zhen Lei
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2020-07-24mm/mmap.c: close race between munmap() and expand_upwards()/downwards()Kirill A. Shutemov
2020-06-29mm/mmap.c: Add cond_resched() for exit_mmap() CPU stallsPaul E. McKenney
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-04mm: mmap: fix a typo in comment "compatbility"->"compatibility"Ethon Paul
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual
2020-04-10mm/mmap.c: initialize align_offset explicitly for vm_unmapped_areaJaewon Kim
2020-04-07mm: use fallthrough;Joe Perches
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual
2020-04-02mm: mmap: add trace point of vm_unmapped_areaJaewon Kim
2020-04-02mmap: remove inline of vm_unmapped_areaJaewon Kim
2020-02-20mm: Avoid creating virtual address aliases in brk()/mmap()/mremap()Catalin Marinas
2020-01-31mm/mmap.c: get rid of odd jump labels in find_mergeable_anon_vma()Miaohe Lin
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-14x86/vdso: Handle faults on timens pageDmitry Safonov
2020-01-06arm64: Revert support for execute-only user mappingsCatalin Marinas