summaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-02coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli1-1/+6
2019-05-02mm: enforce min addr even if capable() in expand_downwards()Jann Horn1-4/+3
2019-05-02mm/mmap.c: expand_downwards: don't require the gap if !vm_prevOleg Nesterov1-7/+3
2018-11-20mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko1-9/+10
2018-11-20mm: refuse wrapped vm_brk requestsKees Cook1-3/+5
2018-10-21mmap: relax file size limit for regular filesLinus Torvalds1-1/+1
2018-10-21mmap: introduce sane default mmap limitsLinus Torvalds1-0/+32
2018-10-03rmap: drop support of non-linear mappingsKirill A. Shutemov1-17/+7
2018-10-03mm: fix regression in remap_file_pages() emulationKirill A. Shutemov1-5/+29
2018-10-03mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov1-0/+69
2017-10-12mm: fix overflow check in expand_upwards()Helge Deller1-1/+1
2017-10-12mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko1-2/+4
2017-07-02Allow stack to grow up to address space limitHelge Deller1-5/+8
2017-07-02mm: fix new crash in unmapped_area_topdown()Hugh Dickins1-2/+4
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins1-60/+89
2017-04-05vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman1-2/+2
2016-02-25mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov1-30/+26
2015-04-10mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu1-3/+1
2015-03-02mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-01-16mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov1-2/+4
2015-01-16mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds1-2/+5
2014-12-10mm: fix anon_vma_clone() error treatmentDaniel Forrest1-3/+7
2014-11-13mm, thp: fix collapsing of hugepages on madviseDavid Rientjes1-4/+4
2014-06-07mm: convert some level-less printks to pr_*Mitchel Humpherys1-9/+12
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds1-29/+60
2014-06-05mm/mmap.c: remove the first mapping checkHuang Shijie1-3/+2
2014-06-05mm/mmap.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-3/+1
2014-05-20x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski1-29/+60
2014-04-08mm: per-thread vma cachingDavidlohr Bueso1-26/+29
2014-04-05Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+1
2014-04-04mm/mmap.c: mark function as staticRashika Kheria1-1/+1
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksJeff Layton1-1/+1
2014-03-18mm: Add new func _install_special_mapping() to mmap.cStefani Seibold1-4/+16
2014-01-24mm: ignore VM_SOFTDIRTY on VMA mergingCyrill Gorcunov1-2/+10
2014-01-24mm: audit/fix non-modular users of module_init in core codePaul Gortmaker1-3/+3
2014-01-22mm/mmap.c: add mlock_future_check() helperDavidlohr Bueso1-22/+23
2014-01-22mm: add overcommit_kbytes sysctl variableJerome Marchand1-0/+1
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov1-1/+2
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-9/+7
2013-11-13mm: factor commit limit calculationJerome Marchand1-3/+1
2013-11-13mm: ensure get_unmapped_area() returns higher address than mmap_min_addrAkira Takeuchi1-5/+5
2013-11-13mmap: arch_get_unmapped_area(): use proper mmap base for bottom up directionHeiko Carstens1-1/+1
2013-10-25file->f_op is never NULL...Al Viro1-2/+2
2013-09-12mm/mmap: remove unnecessary assignmentYanchuan Nian1-1/+0
2013-09-12mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov1-1/+11
2013-09-12mm: mmap_region: kill correct_wcount/inode, use allow_write_access()Oleg Nesterov1-9/+5
2013-09-12mm: do_mmap_pgoff: cleanup the usage of file_inode()Oleg Nesterov1-3/+2
2013-09-12mm: shift VM_GROWS* check from mmap_region() to do_mmap_pgoff()Oleg Nesterov1-6/+4
2013-09-12mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov1-12/+5
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-2/+2