aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
AgeCommit message (Expand)Author
2022-10-08Merge tag 'v5.4.214' into v5.4/standard/baseBruce Ashfield
2022-09-20mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region()Jann Horn
2022-09-09Merge tag 'v5.4.212' into v5.4/standard/baseBruce Ashfield
2022-09-09Merge tag 'v5.4.211' into v5.4/standard/baseBruce Ashfield
2022-09-05mm: Force TLB flush for PFNMAP mappings before unlink_file_vma()Jann Horn
2022-09-05mm/hugetlb: fix hugetlb not supporting softdirty trackingDavid Hildenbrand
2022-08-25mm/mmap.c: fix missing call to vm_unacct_memory in mmap_regionMiaohe Lin
2022-05-09Merge tag 'v5.4.192' into v5.4/standard/baseBruce Ashfield
2022-05-09mm, hugetlb: allow for "high" userspace addressesChristophe Leroy
2022-04-20Merge tag 'v5.4.189' into v5.4/standard/baseBruce Ashfield
2022-04-15mm/mmap: return 1 from stack_guard_gap __setup() handlerRandy Dunlap
2020-10-05Merge tag 'v5.4.69' into v5.4/standard/baseBruce Ashfield
2020-10-01mm/mmap.c: initialize align_offset explicitly for vm_unmapped_areaJaewon Kim
2020-08-19Merge tag 'v5.4.59' into v5.4/standard/baseBruce Ashfield
2020-08-19mm/mmap.c: Add cond_resched() for exit_mmap() CPU stallsPaul E. McKenney
2020-08-03Merge tag 'v5.4.54' into v5.4/standard/baseBruce Ashfield
2020-07-29mm/mmap.c: close race between munmap() and expand_upwards()/downwards()Kirill A. Shutemov
2020-03-02Merge tag 'v5.4.23' into v5.4/standard/baseBruce Ashfield
2020-02-28mm: Avoid creating virtual address aliases in brk()/mmap()/mremap()Catalin Marinas
2020-01-13aufs5: mmapBruce Ashfield
2020-01-09arm64: Revert support for execute-only user mappingsCatalin Marinas
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
2019-08-20vfs: don't allow writes to swap filesDarrick J. Wong
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-09x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-03-05mm: fix some typos in mm directoryWei Yang
2019-03-05mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown()Yang Fan
2019-02-27mm: enforce min addr even if capable() in expand_downwards()Jann Horn
2018-12-28mm/mmap.c: remove verify_mm_writelocked()Yangtao Li
2018-12-10mm: mmap: Allow for "high" userspace addressesSteve Capper
2018-10-26mm: brk: downgrade mmap_sem to read when shrinkingYang Shi
2018-10-26mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi
2018-10-26mm: unmap VM_PFNMAP mappings with optimized pathYang Shi
2018-10-26mm: unmap VM_HUGETLB mappings with optimized pathYang Shi
2018-10-26mm: mmap: zap pages with read mmap_sem in munmapYang Shi
2018-10-13mm/mmap.c: don't clobber partially overlapping VMA with MAP_FIXED_NOREPLACEJann Horn
2018-08-22mm, oom: remove oom_lock from oom_reaperMichal Hocko
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang
2018-07-26mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds
2018-07-21mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds
2018-07-14mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko
2018-06-07mm: change return type to vm_fault_tSouptick Joarder
2018-06-04Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds