aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro1-1/+1
2017-02-24mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes1-4/+4
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport1-15/+31
2017-02-24mm: call vm_munmap in munmap syscall instead of using open coded versionMike Rapoport1-8/+1
2017-02-24mm: fix comments for mmap_init()seokhoon.yoon1-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-5/+4
2017-02-22powerpc: do not make the entire heap executableDenys Vlasenko1-5/+19
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-07mm: vma_merge: correct false positive from __vma_unlink->validate_mm_rbAndrea Arcangeli1-18/+41
2016-10-07mm: vma_adjust: minor comment correctionAndrea Arcangeli1-1/+1
2016-10-07mm: vma_adjust: remove superfluous check for next not NULLAndrea Arcangeli1-1/+1
2016-10-07mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli1-27/+130
2016-10-07mm: vma_adjust: remove superfluous confusing update in remove_next == 1 caseAndrea Arcangeli1-2/+22
2016-10-07mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli1-7/+9
2016-10-03Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2016-09-14x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov1-0/+8
2016-08-25arm64: Introduce execute-only page access permissionsCatalin Marinas1-0/+5
2016-08-02mm: refuse wrapped vm_brk requestsKees Cook1-3/+5
2016-07-28mm: fix use-after-free if memory allocation failed in vma_adjust()Kirill A. Shutemov1-5/+15
2016-07-26shmem: get_unmapped_area align huge pageHugh Dickins1-2/+14
2016-07-26thp, mlock: do not mlock PTE-mapped file huge pagesKirill A. Shutemov1-0/+6
2016-07-26thp: run vma_adjust_trans_huge() outside i_mmap_rwsemKirill A. Shutemov1-2/+2
2016-07-08x86/vdso: Add mremap hook to vm_special_mappingDmitry Safonov1-0/+10
2016-05-27mm: remove more IS_ERR_VALUE abusesLinus Torvalds1-8/+8
2016-05-23mm: make vm_brk killableMichal Hocko1-6/+3
2016-05-23mm: make vm_munmap killableMichal Hocko1-5/+3
2016-05-23mm: make vm_mmap killableMichal Hocko1-1/+1
2016-05-23mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko1-4/+23
2016-05-20mm: enable RLIMIT_DATA by default with workaround for valgrindKonstantin Khlebnikov1-4/+8
2016-05-19mm/mmap: kill hook arch_rebalance_pgtables()Konstantin Khlebnikov1-5/+0
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