summaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-22coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli1-1/+6
2019-03-23mm: enforce min addr even if capable() in expand_downwards()Jann Horn1-4/+3
2018-11-21mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko1-9/+10
2018-11-21mm: refuse wrapped vm_brk requestsKees Cook1-3/+5
2018-06-13mmap: relax file size limit for regular filesLinus Torvalds1-1/+1
2018-06-13mmap: introduce sane default mmap limitsLinus Torvalds1-0/+32
2018-01-31mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko1-2/+4
2017-07-21mm: fix overflow check in expand_upwards()Helge Deller1-1/+1
2017-06-26mm: fix new crash in unmapped_area_topdown()Hugh Dickins1-2/+4
2017-06-26Allow stack to grow up to address space limitHelge Deller1-5/+8
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins1-60/+89
2016-02-25mm: fix regression in remap_file_pages() emulationKirill A. Shutemov1-5/+29
2016-02-25mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov1-30/+25
2015-11-06mm: introduce VM_LOCKONFAULTEric B Munson1-1/+1
2015-11-06mm/mmap.c: change __install_special_mapping() args orderChen Gang1-6/+6
2015-11-06mm/mmap.c: do not initialize retval in mmap_pgoff()Chen Gang1-3/+2
2015-11-06mm/mmap.c: remove redundant statement "error = -ENOMEM"Chen Gang1-1/+0
2015-11-06mm: add the "struct mm_struct *mm" local intoOleg Nesterov1-11/+13
2015-11-06mm: fix the racy mm->locked_vm change inOleg Nesterov1-4/+8
2015-11-06mm/mmap: use offset_in_page macroAlexander Kuleshov1-6/+6
2015-11-06mm/mmap.c: remove useless statement "vma = NULL" in find_vma()Chen Gang1-1/+0
2015-09-23mm, dax: VMA with vm_ops->pfn_mkwrite wants to be write-notifiedKirill A. Shutemov1-1/+2
2015-09-18revert "mm: make sure all file VMAs have ->vm_ops set"Andrew Morton1-8/+0
2015-09-10mm: make sure all file VMAs have ->vm_ops setKirill A. Shutemov1-0/+8
2015-09-10mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov1-6/+4
2015-09-09mm/mmap.c:insert_vm_struct(): check for failure before setting valuesChen Gang1-6/+7
2015-09-09mm/mmap.c: simplify the failure return working flowChen Gang1-22/+22
2015-09-09mremap: fix the wrong !vma->vm_file check in copy_vma()Oleg Nesterov1-1/+1
2015-09-09mmap: fix the usage of ->vm_pgoff in special_mapping pathsOleg Nesterov1-10/+2
2015-09-05userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli1-13/+27
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman1-2/+2
2015-06-25mm/mmap.c: optimization of do_mmap_pgoff functionPiotr Kwapulinski1-3/+3
2015-04-16mm/mmap.c: use while instead of if+gotoRasmus Villemoes1-7/+6
2015-04-16mm: remove rest of ACCESS_ONCE() usagesJason Low1-4/+4
2015-04-15mm: rename __mlock_vma_pages_range() to populate_vma_page_range()Kirill A. Shutemov1-2/+2
2015-03-26mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu1-3/+1
2015-02-12mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-02-12mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov1-5/+0
2015-02-12mm: account pmd page tables to the processKirill A. Shutemov1-1/+3
2015-02-11rmap: drop support of non-linear mappingsKirill A. Shutemov1-17/+7
2015-02-11mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov1-0/+69
2015-01-11mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov1-2/+4
2015-01-11mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds1-2/+5
2014-12-13mm: export find_extend_vma() and handle_mm_fault() for driver useJesse Barnes1-0/+2
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso1-4/+4
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso1-7/+7
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2014-12-03mm: fix anon_vma_clone() error treatmentDaniel Forrest1-3/+7
2014-11-18x86, mpx: Cleanup unused bound tablesDave Hansen1-0/+2
2014-10-30mm, thp: fix collapsing of hugepages on madviseDavid Rientjes1-4/+4