aboutsummaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* oom: don't assume that a coredumping thread will exit soonOleg Nesterov2019-05-022-3/+3
* mm, oom: rename zonelist locking functionsDavid Rientjes2019-05-022-20/+16
* mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes2019-05-021-1/+1
* mm, oom: prefer thread group leaders for display purposesDavid Rientjes2019-05-022-11/+20
* mm, oom: remove unnecessary exit_state checkDavid Rientjes2019-05-021-2/+0
* shmem: fix buildMoyster2019-05-021-1/+1
* tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong2019-05-021-1/+1
* tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong2019-05-021-3/+7
* mremap: properly flush TLB before releasing the pageLinus Torvalds2019-05-022-6/+21
* it's still short a few helpers, but infrastructure should be OK now...Al Viro2019-05-021-0/+32
* mm: vmpressure.c mismergeMoyster2018-12-111-1/+1
* arm, pm, vmpressure: add missing slab.h includesTejun Heo2018-12-111-0/+1
* mm: vmpressure: dynamic window sizing.Martijn Coenen2018-12-112-32/+102
* mm, oom: make dump_tasks publicLiam Mark2018-12-011-1/+1
* CHROMIUM: DROP: mm/oom_kill: Avoid deadlock; allow multiple victimsDouglas Anderson2018-12-011-4/+27
* CHROMIUM: DROP: mm/oom_kill: Double-check before killing a child in our placeDouglas Anderson2018-12-011-0/+9
* BACKPORT: mm: oom_kill: don't ignore oom score on exiting tasksJohannes Weiner2018-12-011-8/+0
* mm: add CMA page allocationfire8552018-11-302-5/+21
* Revert "GCC: Fix up for gcc 5+"Moyster2018-11-302-2/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-2911-11/+11
* GCC: Fix up for gcc 5+mydongistiny2018-11-292-1/+2
* panic on !PageSlab && !PageCompound in ksizeDaniel Micay2018-05-161-1/+1
* panic on kmem_cache_free with the wrong cacheDaniel Micay2018-05-161-4/+2
* always perform cache_from_obj sanity checksDaniel Micay2018-05-161-10/+0
* real slab_equal_or_root check for !MEMCG_KMEMDaniel Micay2018-05-161-1/+1
* add missing cache_from_obj !PageSlab checkDaniel Micay2018-05-161-0/+1
* add slub free list XOR encryptionDaniel Micay2018-05-161-4/+15
* add slub sanitizationDaniel Micay2018-05-161-0/+7
* add page sanitization / verificationDaniel Micay2018-05-161-2/+10
* BACKPORT: [UPSTREAM] mm: new shrinker APIDave Chinner2017-12-311-20/+40
* readahead: Fix an error (thx ramgear)hellsgod2017-12-261-2/+2
* Readahead: Optimize divide/multiply by power of 2 using L/R shift (thx ramgear)hellsgod2017-12-261-10/+10
* arm64: use the new *_relaxed macros for lower power usagefranciscofranco2017-12-252-5/+5
* Finally eradicate CONFIG_HOTPLUGStephen Rothwell2017-12-221-1/+1
* mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin2017-12-185-0/+32
* mm/slob.c: remove an unnecessary check for __GFP_ZEROMiles Chen2017-12-021-1/+1
* slub: Fix sysfs duplicate filename creation when slub_debug=OMiles Chen2017-11-241-0/+4
* mm: fix overflow check in expand_upwards()Helge Deller2017-11-061-1/+1
* mm/page_alloc: Remove kernel address exposure in free_reserved_area()Josh Poimboeuf2017-11-061-2/+2
* mm: vmscan: support equal reclaim for anon and file pagesLiam Mark2017-10-212-1/+11
* gather extra early boot entropy like PaXDaniel Micay2017-10-141-0/+11
* BACKPORT: Sanitize 'move_pages()' permission checksMarissa Wall2017-10-141-8/+4
* CHROMIUM: remove Android's cgroup generic permissions checksDmitry Torokhov2017-09-301-12/+0
* mm/zpool: add name argument to create zpoolGanesh Mahendran2017-09-252-3/+6
* mm/zpool: use prefixed module loadingKees Cook2017-09-252-1/+86
* zbud: add to mm/Seth Jennings2017-09-252-0/+528
* zsmalloc: use OBJ_TAG_BIT for bit shifterMinchan Kim2017-09-251-6/+6
* zsmalloc: use freeobj for indexMinchan Kim2017-09-251-66/+73
* zsmalloc: separate free_zspage from putback_zspageMinchan Kim2017-09-251-16/+11
* zsmalloc: introduce zspage structureMinchan Kim2017-09-251-293/+241