aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-19mm: mmap: fix fput in error path v2Christian König1-1/+1
2020-11-05Revert "mm: mmap: fix fput in error path v2"Christian König1-1/+1
2020-11-05Revert "mm: introduce vma_set_file function v4"Christian König1-12/+0
2020-11-05mm: introduce vma_set_file function v4Christian König1-0/+12
2020-11-05mm: mmap: fix fput in error path v2Christian König1-1/+1
2020-10-18mm/mmap: add inline munmap_vma_range() for code readabilityLiam R. Howlett1-15/+33
2020-10-18mm/mmap: add inline vma_next() for readability of mmap codeLiam R. Howlett1-6/+20
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn1-4/+1
2020-10-16mm: use helper function put_write_access()Miaohe Lin1-1/+1
2020-10-13mm/mmap.c: replace do_brk with do_brk_flags in comment of insert_vm_struct()Liao Pingfang1-1/+1
2020-10-13mm/mmap.c: use helper function allow_write_access() in __remove_shared_vm_struct()Miaohe Lin1-1/+1
2020-10-13mm: use helper function mapping_allow_writable()Miaohe Lin1-1/+1
2020-10-13mm/mmap: check on file instead of the rb_root_cached of its address_spaceWei Yang1-3/+3
2020-10-13mm/mmap: not necessary to check mapping separatelyWei Yang1-2/+1
2020-10-13mm/mmap: leave adjust_next as virtual address instead of page frame numberWei Yang1-4/+4
2020-10-13mm/mmap: leverage vma_rb_erase_ignore() to implement vma_rb_erase()Wei Yang1-9/+7
2020-10-13mm/mmap: rename __vma_unlink_common() to __vma_unlink()Wei Yang1-3/+3
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+9
2020-10-11mm: mmap: Fix general protection fault in unlink_file_vma()Miaohe Lin1-1/+5
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig1-1/+1
2020-09-04mm: Introduce arch_validate_flags()Catalin Marinas1-0/+9
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne1-8/+8
2020-08-07mm: mmap: merge vma after call_mmap() if possibleMiaohe Lin1-1/+21
2020-08-07mm/mmap: optimize a branch judgment in ksys_mmap_pgoff()Zhen Lei1-3/+4
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+1
2020-07-24mm/mmap.c: close race between munmap() and expand_upwards()/downwards()Kirill A. Shutemov1-2/+14
2020-06-29mm/mmap.c: Add cond_resched() for exit_mmap() CPU stallsPaul E. McKenney1-0/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-18/+18
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-16/+16
2020-06-04mm: mmap: fix a typo in comment "compatbility"->"compatibility"Ethon Paul1-1/+1
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual1-1/+1
2020-04-10mm/mmap.c: initialize align_offset explicitly for vm_unmapped_areaJaewon Kim1-0/+2
2020-04-07mm: use fallthrough;Joe Perches1-3/+2
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual1-3/+2
2020-04-02mm: mmap: add trace point of vm_unmapped_areaJaewon Kim1-2/+10
2020-04-02mmap: remove inline of vm_unmapped_areaJaewon Kim1-2/+18
2020-02-20mm: Avoid creating virtual address aliases in brk()/mmap()/mremap()Catalin Marinas1-4/+0
2020-01-31mm/mmap.c: get rid of odd jump labels in find_mergeable_anon_vma()Miaohe Lin1-20/+16
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2020-01-14x86/vdso: Handle faults on timens pageDmitry Safonov1-0/+2
2020-01-06arm64: Revert support for execute-only user mappingsCatalin Marinas1-6/+0
2019-12-01mm/mmap.c: make vma_merge() comment more easy to understandWei Yang1-9/+12
2019-12-01mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_areaGaowei Pu1-4/+5
2019-12-01mm/mmap.c: rb_parent is not necessary in __vma_link_list()Wei Yang1-1/+1
2019-12-01mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list()Wei Yang1-11/+1
2019-12-01mm/mmap.c: __vma_unlink_prev() is not necessary nowWei Yang1-8/+1
2019-12-01mm/mmap.c: prev could be retrieved from vma->vm_prevWei Yang1-13/+7