summaryrefslogtreecommitdiff
path: root/mm/mmap.c
Commit message (Expand)AuthorAge
* mm: refuse wrapped vm_brk requestsKees Cook2016-08-02
* mm: fix use-after-free if memory allocation failed in vma_adjust()Kirill A. Shutemov2016-07-28
* shmem: get_unmapped_area align huge pageHugh Dickins2016-07-26
* thp, mlock: do not mlock PTE-mapped file huge pagesKirill A. Shutemov2016-07-26
* thp: run vma_adjust_trans_huge() outside i_mmap_rwsemKirill A. Shutemov2016-07-26
* x86/vdso: Add mremap hook to vm_special_mappingDmitry Safonov2016-07-08
* mm: remove more IS_ERR_VALUE abusesLinus Torvalds2016-05-27
* mm: make vm_brk killableMichal Hocko2016-05-23
* mm: make vm_munmap killableMichal Hocko2016-05-23
* mm: make vm_mmap killableMichal Hocko2016-05-23
* mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko2016-05-23
* mm: enable RLIMIT_DATA by default with workaround for valgrindKonstantin Khlebnikov2016-05-20
* mm/mmap: kill hook arch_rebalance_pgtables()Konstantin Khlebnikov2016-05-19
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-20
|\
| * mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen2016-02-18
| * mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen2016-02-18
| *-. Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar2016-02-16
| |\ \
* | | | mm: coalesce split stringsJoe Perches2016-03-17
* | | | mm: deduplicate memory overcommitment codeAndrey Ryabinin2016-03-17
* | | | mm: move max_map_count bits into mm.hAndrey Ryabinin2016-03-17
* | | | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar2016-03-07
|\ \ \ \
| * | | | mm: fix regression in remap_file_pages() emulationKirill A. Shutemov2016-02-18
| |/ / /
* | | | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-18
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov2016-02-05
| * | mm: validate_mm browse_rb SMP race conditionAndrea Arcangeli2016-02-05
| |/
| * mm: warn about VmData over RLIMIT_DATAKonstantin Khlebnikov2016-02-03
* | Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar2016-01-29
|\ \ | |/
| * mm: fix locking order in mm_take_all_locks()Kirill A. Shutemov2016-01-15
| * mm: rework virtual memory accountingKonstantin Khlebnikov2016-01-14
| * mm: mmap: add new /proc tunable for mmap_base ASLRDaniel Cashman2016-01-14
| * mm/mmap.c: remove incorrect MAP_FIXED flag comparison from mmap_regionPiotr Kwapulinski2016-01-14
| * mm/mmap.c: remove redundant local variables for may_expand_vm()Chen Gang2016-01-14
* | mm: Add a vm_special_mapping.fault() methodAndy Lutomirski2016-01-12
|/
* mm: introduce VM_LOCKONFAULTEric B Munson2015-11-05
* mm/mmap.c: change __install_special_mapping() args orderChen Gang2015-11-05
* mm/mmap.c: do not initialize retval in mmap_pgoff()Chen Gang2015-11-05
* mm/mmap.c: remove redundant statement "error = -ENOMEM"Chen Gang2015-11-05
* mm: add the "struct mm_struct *mm" local intoOleg Nesterov2015-11-05
* mm: fix the racy mm->locked_vm change inOleg Nesterov2015-11-05
* mm/mmap: use offset_in_page macroAlexander Kuleshov2015-11-05
* mm/mmap.c: remove useless statement "vma = NULL" in find_vma()Chen Gang2015-11-05
* mm, dax: VMA with vm_ops->pfn_mkwrite wants to be write-notifiedKirill A. Shutemov2015-09-22
* revert "mm: make sure all file VMAs have ->vm_ops set"Andrew Morton2015-09-17
* mm: make sure all file VMAs have ->vm_ops setKirill A. Shutemov2015-09-10
* mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov2015-09-10
* mm/mmap.c:insert_vm_struct(): check for failure before setting valuesChen Gang2015-09-08
* mm/mmap.c: simplify the failure return working flowChen Gang2015-09-08
* mremap: fix the wrong !vma->vm_file check in copy_vma()Oleg Nesterov2015-09-08
* mmap: fix the usage of ->vm_pgoff in special_mapping pathsOleg Nesterov2015-09-08
* userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli2015-09-04