aboutsummaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)Author
2016-02-18mm: fix regression in remap_file_pages() emulationKirill A. Shutemov
2016-02-05mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov
2016-02-05mm: validate_mm browse_rb SMP race conditionAndrea Arcangeli
2016-02-03mm: warn about VmData over RLIMIT_DATAKonstantin Khlebnikov
2016-01-15mm: fix locking order in mm_take_all_locks()Kirill A. Shutemov
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov
2016-01-14mm: mmap: add new /proc tunable for mmap_base ASLRDaniel Cashman
2016-01-14mm/mmap.c: remove incorrect MAP_FIXED flag comparison from mmap_regionPiotr Kwapulinski
2016-01-14mm/mmap.c: remove redundant local variables for may_expand_vm()Chen Gang
2015-11-05mm: introduce VM_LOCKONFAULTEric B Munson
2015-11-05mm/mmap.c: change __install_special_mapping() args orderChen Gang
2015-11-05mm/mmap.c: do not initialize retval in mmap_pgoff()Chen Gang
2015-11-05mm/mmap.c: remove redundant statement "error = -ENOMEM"Chen Gang
2015-11-05mm: add the "struct mm_struct *mm" local intoOleg Nesterov
2015-11-05mm: fix the racy mm->locked_vm change inOleg Nesterov
2015-11-05mm/mmap: use offset_in_page macroAlexander Kuleshov
2015-11-05mm/mmap.c: remove useless statement "vma = NULL" in find_vma()Chen Gang
2015-09-22mm, dax: VMA with vm_ops->pfn_mkwrite wants to be write-notifiedKirill A. Shutemov
2015-09-17revert "mm: make sure all file VMAs have ->vm_ops set"Andrew Morton
2015-09-10mm: make sure all file VMAs have ->vm_ops setKirill A. Shutemov
2015-09-10mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov
2015-09-08mm/mmap.c:insert_vm_struct(): check for failure before setting valuesChen Gang
2015-09-08mm/mmap.c: simplify the failure return working flowChen Gang
2015-09-08mremap: fix the wrong !vma->vm_file check in copy_vma()Oleg Nesterov
2015-09-08mmap: fix the usage of ->vm_pgoff in special_mapping pathsOleg Nesterov
2015-09-04userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman
2015-06-24mm/mmap.c: optimization of do_mmap_pgoff functionPiotr Kwapulinski
2015-04-15mm/mmap.c: use while instead of if+gotoRasmus Villemoes
2015-04-15mm: remove rest of ACCESS_ONCE() usagesJason Low
2015-04-14mm: rename __mlock_vma_pages_range() to populate_vma_page_range()Kirill A. Shutemov
2015-03-25mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu
2015-02-11mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin
2015-02-11mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov
2015-02-10mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov
2015-01-11mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov
2015-01-11mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds
2014-12-13mm: export find_extend_vma() and handle_mm_fault() for driver useJesse Barnes
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-03mm: fix anon_vma_clone() error treatmentDaniel Forrest
2014-11-18x86, mpx: Cleanup unused bound tablesDave Hansen
2014-10-29mm, thp: fix collapsing of hugepages on madviseDavid Rientjes
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-10-09mm: use VM_BUG_ON_MM where possibleSasha Levin
2014-10-09mm/mmap.c: clean up CONFIG_DEBUG_VM_RB checksAndrew Morton