aboutsummaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)Author
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
2017-07-08Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2017-07-06mm/mmap.c: mark protection_map as __ro_after_initDaniel Micay
2017-06-21Allow stack to grow up to address space limitHelge Deller
2017-06-21mm: fix new crash in unmapped_area_topdown()Hugh Dickins
2017-06-21ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSODmitry Safonov
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins
2017-05-03mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoffAnshuman Khandual
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro
2017-02-24mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2017-02-24mm: call vm_munmap in munmap syscall instead of using open coded versionMike Rapoport
2017-02-24mm: fix comments for mmap_init()seokhoon.yoon