summaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
AgeCommit message (Expand)Author
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
2018-05-19mmap: relax file size limit for regular filesLinus Torvalds
2018-05-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-05-11mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes
2018-05-11mmap: introduce sane default mmap limitsLinus Torvalds
2018-04-25x86/pti: Filter at vma->vm_page_prot populationDave Hansen
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport
2018-04-11mm: introduce MAP_FIXED_NOREPLACEMichal Hocko
2018-04-05mm: always print RLIMIT_DATA warningDavid Woodhouse
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski
2017-12-14mm, oom_reaper: fix memory corruptionMichal Hocko
2017-11-29mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams
2017-11-03mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-09-06mm: oom: let oom_reap_task and exit_mmap run concurrentlyAndrea Arcangeli
2017-09-06userfaultfd: call userfaultfd_unmap_prep only if __split_vma succeedsAndrea Arcangeli
2017-09-06mm: rename global_page_state to global_zone_page_stateMichal Hocko
2017-07-14mm: fix overflow check in expand_upwards()Helge Deller
2017-07-10mm: use dedicated helper to access rlimit valueKrzysztof Opasiak
2017-07-10mm/mmap.c: expand_downwards: don't require the gap if !vm_prevOleg Nesterov
2017-07-10mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko