aboutsummaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)Author
2017-08-01Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidlsk-v3.18-17.08-androidAmit Pundir
2017-07-21mm: fix overflow check in expand_upwards()Helge Deller
2017-06-30Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidAlex Shi
2017-06-26mm: fix new crash in unmapped_area_topdown()Hugh Dickins
2017-06-26Allow stack to grow up to address space limitHelge Deller
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins
2016-12-08ANDROID: mm: Export do_munmapGuenter Roeck
2016-02-26Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidAlex Shi
2016-02-15mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov
2016-02-10Merge branch 'android-3.18' of https://android.googlesource.com/kernel/commonAmit Pundir
2016-01-12FROMLIST: mm: mmap: Add new /proc tunable for mmap_base ASLR.dcashman
2015-05-12Merge branch 'android-3.18' of https://android.googlesource.com/kernel/common...Kevin Hilman
2015-04-24mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu
2015-04-24mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov
2015-03-14mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin
2015-02-03mm: add a field to store names for private anonymous memoryColin Cross
2015-01-16mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds
2014-12-03mm: fix anon_vma_clone() error treatmentDaniel Forrest
2014-10-29mm, thp: fix collapsing of hugepages on madviseDavid Rientjes
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-10-09mm: use VM_BUG_ON_MM where possibleSasha Levin
2014-10-09mm/mmap.c: clean up CONFIG_DEBUG_VM_RB checksAndrew Morton
2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin
2014-10-09mm: use may_adjust_brk helperCyrill Gorcunov
2014-10-09mm/mmap.c: whitespace fixesvishnu.ps
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo
2014-09-10mm/mmap.c: use pr_emerg when printing BUG related informationSasha Levin
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo
2014-08-08mm: allow drivers to prevent new writable mappingsDavid Herrmann
2014-08-06mm: catch memory commitment underflowKonstantin Khlebnikov
2014-06-06mm: convert some level-less printks to pr_*Mitchel Humpherys
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds
2014-06-04mm/mmap.c: remove the first mapping checkHuang Shijie
2014-06-04mm/mmap.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong
2014-05-20x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski
2014-04-07mm: per-thread vma cachingDavidlohr Bueso
2014-04-04Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-04-03mm/mmap.c: mark function as staticRashika Kheria
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksJeff Layton
2014-03-18mm: Add new func _install_special_mapping() to mmap.cStefani Seibold
2014-01-23mm: ignore VM_SOFTDIRTY on VMA mergingCyrill Gorcunov
2014-01-23mm: audit/fix non-modular users of module_init in core codePaul Gortmaker
2014-01-21mm/mmap.c: add mlock_future_check() helperDavidlohr Bueso
2014-01-21mm: add overcommit_kbytes sysctl variableJerome Marchand
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-11-13mm: factor commit limit calculationJerome Marchand
2013-11-13mm: ensure get_unmapped_area() returns higher address than mmap_min_addrAkira Takeuchi
2013-11-13mmap: arch_get_unmapped_area(): use proper mmap base for bottom up directionHeiko Carstens