aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
AgeCommit message (Expand)Author
2022-10-31Merge tag 'v5.10.150' into v5.10/standard/baseBruce Ashfield
2022-10-26mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas
2022-10-08Merge tag 'v5.10.144' into v5.10/standard/baseBruce Ashfield
2022-09-20mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region()Jann Horn
2022-09-09Merge tag 'v5.10.141' into v5.10/standard/baseBruce Ashfield
2022-09-09Merge tag 'v5.10.140' into v5.10/standard/baseBruce Ashfield
2022-09-05mm: Force TLB flush for PFNMAP mappings before unlink_file_vma()Jann Horn
2022-08-31mm/hugetlb: fix hugetlb not supporting softdirty trackingDavid Hildenbrand
2022-08-22Merge tag 'v5.10.137' into v5.10/standard/baseBruce Ashfield
2022-08-21mm/mmap.c: fix missing call to vm_unacct_memory in mmap_regionMiaohe Lin
2022-05-03Merge tag 'v5.10.113' into v5.10/standard/baseBruce Ashfield
2022-04-27mm, hugetlb: allow for "high" userspace addressesChristophe Leroy
2022-04-11Merge tag 'v5.10.110' into v5.10/standard/baseBruce Ashfield
2022-04-08mm/mmap: return 1 from stack_guard_gap __setup() handlerRandy Dunlap
2021-06-15aufs5: aufs-mmapBruce Ashfield
2021-06-09Revert "aufs5: aufs5-mmap"Bruce Ashfield
2020-12-17aufs5: aufs5-mmapBruce Ashfield
2020-12-06mm/mmap.c: fix mmap return value when vma is merged after call_mmap()Liu Zixian
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