summaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
AgeCommit message (Expand)Author
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
2019-12-01mm/mmap.c: make vma_merge() comment more easy to understandWei Yang
2019-12-01mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_areaGaowei Pu
2019-12-01mm/mmap.c: rb_parent is not necessary in __vma_link_list()Wei Yang
2019-12-01mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list()Wei Yang
2019-12-01mm/mmap.c: __vma_unlink_prev() is not necessary nowWei Yang
2019-12-01mm/mmap.c: prev could be retrieved from vma->vm_prevWei Yang
2019-12-01mm/mmap.c: remove a never-triggered warning in __vma_adjust()Wei Yang
2019-09-25mm: untag user pointers in mmap/munmap/mremap/brkCatalin Marinas
2019-09-25augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse
2019-09-24mm: mmap: increase sockets maximum memory size pgoff for 32bitsIvan Khoronzhuk
2019-09-24mm/mmap.c: refine find_vma_prev() with rb_last()Wei Yang