aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+9
2016-03-17mm: coalesce split stringsJoe Perches1-5/+3
2016-03-17mm: deduplicate memory overcommitment codeAndrey Ryabinin1-124/+0
2016-03-17mm: move max_map_count bits into mm.hAndrey Ryabinin1-1/+0
2016-03-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar1-5/+29
2016-02-18mm: fix regression in remap_file_pages() emulationKirill A. Shutemov1-5/+29
2016-02-18mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen1-1/+9
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen1-1/+1
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar1-38/+47
2016-02-16Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar1-4/+9
2016-02-05mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov1-30/+25
2016-02-05mm: validate_mm browse_rb SMP race conditionAndrea Arcangeli1-2/+5
2016-02-03mm: warn about VmData over RLIMIT_DATAKonstantin Khlebnikov1-6/+17
2016-01-29Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new changesIngo Molnar1-44/+62
2016-01-15mm: fix locking order in mm_take_all_locks()Kirill A. Shutemov1-5/+20
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov1-31/+32
2016-01-14mm: mmap: add new /proc tunable for mmap_base ASLRDaniel Cashman1-0/+12
2016-01-14mm/mmap.c: remove incorrect MAP_FIXED flag comparison from mmap_regionPiotr Kwapulinski1-3/+0
2016-01-14mm/mmap.c: remove redundant local variables for may_expand_vm()Chen Gang1-8/+1
2016-01-12mm: Add a vm_special_mapping.fault() methodAndy Lutomirski1-4/+9
2015-11-05mm: introduce VM_LOCKONFAULTEric B Munson1-1/+1
2015-11-05mm/mmap.c: change __install_special_mapping() args orderChen Gang1-6/+6
2015-11-05mm/mmap.c: do not initialize retval in mmap_pgoff()Chen Gang1-3/+2
2015-11-05mm/mmap.c: remove redundant statement "error = -ENOMEM"Chen Gang1-1/+0
2015-11-05mm: add the "struct mm_struct *mm" local intoOleg Nesterov1-11/+13
2015-11-05mm: fix the racy mm->locked_vm change inOleg Nesterov1-4/+8
2015-11-05mm/mmap: use offset_in_page macroAlexander Kuleshov1-6/+6
2015-11-05mm/mmap.c: remove useless statement "vma = NULL" in find_vma()Chen Gang1-1/+0
2015-09-22mm, dax: VMA with vm_ops->pfn_mkwrite wants to be write-notifiedKirill A. Shutemov1-1/+2
2015-09-17revert "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-08mm/mmap.c:insert_vm_struct(): check for failure before setting valuesChen Gang1-6/+7
2015-09-08mm/mmap.c: simplify the failure return working flowChen Gang1-22/+22
2015-09-08mremap: fix the wrong !vma->vm_file check in copy_vma()Oleg Nesterov1-1/+1
2015-09-08mmap: fix the usage of ->vm_pgoff in special_mapping pathsOleg Nesterov1-10/+2
2015-09-04userfaultfd: 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-24mm/mmap.c: optimization of do_mmap_pgoff functionPiotr Kwapulinski1-3/+3
2015-04-15mm/mmap.c: use while instead of if+gotoRasmus Villemoes1-7/+6
2015-04-15mm: remove rest of ACCESS_ONCE() usagesJason Low1-4/+4
2015-04-14mm: rename __mlock_vma_pages_range() to populate_vma_page_range()Kirill A. Shutemov1-2/+2
2015-03-25mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu1-3/+1
2015-02-11mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-02-11mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov1-5/+0
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov1-1/+3
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov1-17/+7
2015-02-10mm: 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