summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-05Merge 4.9.162 into android-4.9Greg Kroah-Hartman28-105/+138
2019-03-05mm: enforce min addr even if capable() in expand_downwards()Jann Horn1-4/+3
2018-11-23Merge 4.9.138 into android-4.9Greg Kroah-Hartman73-209/+579
2018-11-21mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko2-11/+10
2018-06-13Merge 4.9.108 into android-4.9Greg Kroah-Hartman38-62/+155
2018-06-13mmap: relax file size limit for regular filesLinus Torvalds1-1/+1
2018-06-13mmap: introduce sane default mmap limitsLinus Torvalds1-0/+32
2018-01-31Merge 4.9.79 into android-4.9Greg Kroah-Hartman83-233/+512
2018-01-31mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko1-2/+4
2017-12-05Merge 4.9.67 into android-4.9Greg Kroah-Hartman41-121/+249
2017-12-05mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams3-3/+14
2017-07-21Merge 4.9.39 into android-4.9Greg Kroah-Hartman81-354/+655
2017-07-21mm: fix overflow check in expand_upwards()Helge Deller1-1/+1
2017-06-27Merge 4.9.34 into android-4.9Greg Kroah-Hartman85-313/+447
2017-06-24mm: fix new crash in unmapped_area_topdown()Hugh Dickins1-2/+4
2017-06-24Allow stack to grow up to address space limitHelge Deller1-5/+8
2017-06-24mm: larger stack guard gap, between vmasHugh Dickins23-163/+152
2017-01-27ANDROID: mm: Export do_munmapGuenter Roeck1-0/+1
2017-01-27ANDROID: mm: add a field to store names for private anonymous memoryColin Cross12-28/+281
2016-10-08mm: vma_merge: correct false positive from __vma_unlink->validate_mm_rbAndrea Arcangeli1-18/+41
2016-10-08mm: vma_adjust: minor comment correctionAndrea Arcangeli1-1/+1
2016-10-08mm: vma_adjust: remove superfluous check for next not NULLAndrea Arcangeli1-1/+1
2016-10-08mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli3-29/+139
2016-10-08mm: vma_adjust: remove superfluous confusing update in remove_next == 1 caseAndrea Arcangeli1-2/+22
2016-10-08mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli5-11/+13
2016-10-04Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-106/+220
2016-09-14x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov6-10/+78
2016-08-25arm64: Introduce execute-only page access permissionsCatalin Marinas4-10/+15
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 Dickins5-4/+142
2016-07-26thp, mlock: do not mlock PTE-mapped file huge pagesKirill A. Shutemov5-10/+54
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 Safonov3-5/+55
2016-05-27mm: remove more IS_ERR_VALUE abusesLinus Torvalds6-36/+30
2016-05-24mm: make vm_brk killableMichal Hocko2-7/+4
2016-05-24mm: make vm_munmap killableMichal Hocko1-5/+3
2016-05-24mm: make vm_mmap killableMichal Hocko5-14/+8
2016-05-24mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko8-21/+55
2016-05-21mm: enable RLIMIT_DATA by default with workaround for valgrindKonstantin Khlebnikov1-4/+8
2016-05-20mm/mmap: kill hook arch_rebalance_pgtables()Konstantin Khlebnikov1-5/+0
2016-03-21Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds85-241/+1406
2016-03-17mm: coalesce split stringsJoe Perches20-109/+78
2016-03-17mm: deduplicate memory overcommitment codeAndrey Ryabinin3-240/+124
2016-03-17mm: move max_map_count bits into mm.hAndrey Ryabinin5-24/+21
2016-03-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar649-5775/+8473
2016-02-19mm: fix regression in remap_file_pages() emulationKirill A. Shutemov1-5/+29
2016-02-18mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen8-7/+154
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen7-11/+12
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar1010-58817/+11141
[next]