aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-31mm/mmap.c: get rid of odd jump labels in find_mergeable_anon_vma()Miaohe Lin1-20/+16
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2020-01-14x86/vdso: Handle faults on timens pageDmitry Safonov1-0/+2
2020-01-06arm64: Revert support for execute-only user mappingsCatalin Marinas1-6/+0
2019-12-01mm/mmap.c: make vma_merge() comment more easy to understandWei Yang1-9/+12
2019-12-01mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_areaGaowei Pu1-4/+5
2019-12-01mm/mmap.c: rb_parent is not necessary in __vma_link_list()Wei Yang1-1/+1
2019-12-01mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list()Wei Yang1-11/+1
2019-12-01mm/mmap.c: __vma_unlink_prev() is not necessary nowWei Yang1-8/+1
2019-12-01mm/mmap.c: prev could be retrieved from vma->vm_prevWei Yang1-13/+7
2019-12-01mm/mmap.c: remove a never-triggered warning in __vma_adjust()Wei Yang1-2/+0
2019-09-25mm: untag user pointers in mmap/munmap/mremap/brkCatalin Marinas1-0/+5
2019-09-25augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse1-11/+18
2019-09-24mm: mmap: increase sockets maximum memory size pgoff for 32bitsIvan Khoronzhuk1-0/+3
2019-09-24mm/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 dumpingAndrea Arcangeli1-1/+6
2019-03-05mm: fix some typos in mm directoryWei Yang1-4/+4
2019-03-05mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown()Yang Fan1-4/+3
2019-02-27mm: 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-26mm: brk: downgrade mmap_sem to read when shrinkingYang Shi1-11/+35
2018-10-26mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi1-2/+2
2018-10-26mm: unmap VM_PFNMAP mappings with optimized pathYang Shi1-9/+0
2018-10-26mm: unmap VM_HUGETLB mappings with optimized pathYang Shi1-1/+1
2018-10-26mm: 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-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang1-4/+5
2018-07-26mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov1-0/+3
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds1-9/+3
2018-07-21mm: 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-07mm: 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-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-18/+26
2018-05-11mm, 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-05mm: 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