summaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* mm: vma_merge: correct false positive from __vma_unlink->validate_mm_rbAndrea Arcangeli2016-10-071-18/+41
* mm: vma_adjust: minor comment correctionAndrea Arcangeli2016-10-071-1/+1
* mm: vma_adjust: remove superfluous check for next not NULLAndrea Arcangeli2016-10-071-1/+1
* mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli2016-10-071-27/+130
* mm: vma_adjust: remove superfluous confusing update in remove_next == 1 caseAndrea Arcangeli2016-10-071-2/+22
* mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli2016-10-071-7/+9
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-0/+8
|\
| * x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov2016-09-141-0/+8
* | arm64: Introduce execute-only page access permissionsCatalin Marinas2016-08-251-0/+5
|/
* mm: refuse wrapped vm_brk requestsKees Cook2016-08-021-3/+5
* mm: fix use-after-free if memory allocation failed in vma_adjust()Kirill A. Shutemov2016-07-281-5/+15
* shmem: get_unmapped_area align huge pageHugh Dickins2016-07-261-2/+14
* thp, mlock: do not mlock PTE-mapped file huge pagesKirill A. Shutemov2016-07-261-0/+6
* thp: run vma_adjust_trans_huge() outside i_mmap_rwsemKirill A. Shutemov2016-07-261-2/+2
* x86/vdso: Add mremap hook to vm_special_mappingDmitry Safonov2016-07-081-0/+10
* mm: remove more IS_ERR_VALUE abusesLinus Torvalds2016-05-271-8/+8
* mm: make vm_brk killableMichal Hocko2016-05-231-6/+3
* mm: make vm_munmap killableMichal Hocko2016-05-231-5/+3
* mm: make vm_mmap killableMichal Hocko2016-05-231-1/+1
* mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko2016-05-231-4/+23
* mm: enable RLIMIT_DATA by default with workaround for valgrindKonstantin Khlebnikov2016-05-201-4/+8
* mm/mmap: kill hook arch_rebalance_pgtables()Konstantin Khlebnikov2016-05-191-5/+0
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-1/+9
|\
| * mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen2016-02-181-1/+9
| * mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen2016-02-181-1/+1
| *-. Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar2016-02-161-4/+9
| |\ \
* | | | mm: coalesce split stringsJoe Perches2016-03-171-5/+3
* | | | mm: deduplicate memory overcommitment codeAndrey Ryabinin2016-03-171-124/+0
* | | | mm: move max_map_count bits into mm.hAndrey Ryabinin2016-03-171-1/+0
* | | | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar2016-03-071-5/+29
|\ \ \ \
| * | | | mm: fix regression in remap_file_pages() emulationKirill A. Shutemov2016-02-181-5/+29
| |/ / /
* | | | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-181-38/+47
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov2016-02-051-30/+25
| * | mm: validate_mm browse_rb SMP race conditionAndrea Arcangeli2016-02-051-2/+5
| |/
| * mm: warn about VmData over RLIMIT_DATAKonstantin Khlebnikov2016-02-031-6/+17
* | Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar2016-01-291-44/+62
|\ \ | |/
| * mm: fix locking order in mm_take_all_locks()Kirill A. Shutemov2016-01-151-5/+20
| * mm: rework virtual memory accountingKonstantin Khlebnikov2016-01-141-31/+32
| * mm: mmap: add new /proc tunable for mmap_base ASLRDaniel Cashman2016-01-141-0/+12
| * mm/mmap.c: remove incorrect MAP_FIXED flag comparison from mmap_regionPiotr Kwapulinski2016-01-141-3/+0
| * mm/mmap.c: remove redundant local variables for may_expand_vm()Chen Gang2016-01-141-8/+1
* | mm: Add a vm_special_mapping.fault() methodAndy Lutomirski2016-01-121-4/+9
|/
* mm: introduce VM_LOCKONFAULTEric B Munson2015-11-051-1/+1
* mm/mmap.c: change __install_special_mapping() args orderChen Gang2015-11-051-6/+6
* mm/mmap.c: do not initialize retval in mmap_pgoff()Chen Gang2015-11-051-3/+2
* mm/mmap.c: remove redundant statement "error = -ENOMEM"Chen Gang2015-11-051-1/+0
* mm: add the "struct mm_struct *mm" local intoOleg Nesterov2015-11-051-11/+13
* mm: fix the racy mm->locked_vm change inOleg Nesterov2015-11-051-4/+8
* mm/mmap: use offset_in_page macroAlexander Kuleshov2015-11-051-6/+6
* mm/mmap.c: remove useless statement "vma = NULL" in find_vma()Chen Gang2015-11-051-1/+0
OpenPOWER on IntegriCloud