summaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-09mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-8/+0
2022-04-15mm/mmap: return 1 from stack_guard_gap __setup() handlerRandy Dunlap1-1/+1
2020-10-01mm/mmap.c: initialize align_offset explicitly for vm_unmapped_areaJaewon Kim1-0/+2
2020-08-19mm/mmap.c: Add cond_resched() for exit_mmap() CPU stallsPaul E. McKenney1-0/+1
2020-07-29mm/mmap.c: close race between munmap() and expand_upwards()/downwards()Kirill A. Shutemov1-2/+14
2020-02-28mm: Avoid creating virtual address aliases in brk()/mmap()/mremap()Catalin Marinas1-4/+0
2020-01-09arm64: Revert support for execute-only user mappingsCatalin Marinas1-6/+0
2019-09-26mm: untag user pointers in mmap/munmap/mremap/brkCatalin Marinas1-0/+5
2019-09-26augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse1-11/+18
2019-09-25mm: mmap: increase sockets maximum memory size pgoff for 32bitsIvan Khoronzhuk1-0/+3
2019-09-25mm/mmap.c: refine find_vma_prev() with rb_last()Wei Yang1-6/+3
2019-08-20vfs: don't allow writes to swap filesDarrick J. Wong1-2/+6
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-09x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen1-7/+8
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli1-1/+6
2019-03-06mm: fix some typos in mm directoryWei Yang1-4/+4
2019-03-06mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown()Yang Fan1-4/+3
2019-02-28mm: enforce min addr even if capable() in expand_downwards()Jann Horn1-4/+3
2018-12-28mm/mmap.c: remove verify_mm_writelocked()Yangtao Li1-16/+0
2018-12-10mm: mmap: Allow for "high" userspace addressesSteve Capper1-7/+18
2018-10-27mm: brk: downgrade mmap_sem to read when shrinkingYang Shi1-11/+35
2018-10-27mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi1-2/+2
2018-10-27mm: unmap VM_PFNMAP mappings with optimized pathYang Shi1-9/+0
2018-10-27mm: unmap VM_HUGETLB mappings with optimized pathYang Shi1-1/+1
2018-10-27mm: mmap: zap pages with read mmap_sem in munmapYang Shi1-11/+48
2018-10-13mm/mmap.c: don't clobber partially overlapping VMA with MAP_FIXED_NOREPLACEJann Horn1-1/+1
2018-08-22mm, oom: remove oom_lock from oom_reaperMichal Hocko1-2/+0
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko1-1/+1
2018-08-18dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang1-4/+5
2018-07-27mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov1-0/+3
2018-07-22mm: make vm_area_alloc() initialize core fieldsLinus Torvalds1-9/+3
2018-07-22mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds1-7/+0
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds1-11/+11
2018-07-14mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko1-17/+12
2018-06-08mm: change return type to vm_fault_tSouptick Joarder1-2/+2
2018-06-04Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2018-05-19mmap: relax file size limit for regular filesLinus Torvalds1-1/+1
2018-05-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-18/+26
2018-05-12mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes1-18/+26
2018-05-11mmap: introduce sane default mmap limitsLinus Torvalds1-0/+32
2018-04-25x86/pti: Filter at vma->vm_page_prot populationDave Hansen1-1/+10
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet1-1/+1
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport1-1/+1
2018-04-11mm: introduce MAP_FIXED_NOREPLACEMichal Hocko1-0/+11
2018-04-06mm: always print RLIMIT_DATA warningDavid Woodhouse1-6/+8
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-5/+12
2017-12-15mm, oom_reaper: fix memory corruptionMichal Hocko1-5/+5
2017-11-30mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams1-3/+5
2017-11-03mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams1-0/+15
2017-09-09lib/interval_tree: fast overlap detectionDavidlohr Bueso1-5/+5