aboutsummaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* zsmalloc: factor page chain functionality outMinchan Kim2017-09-251-24/+36
* zsmalloc: use accessorMinchan Kim2017-09-251-22/+60
* zsmalloc: use bit_spin_lockMinchan Kim2017-09-251-7/+3
* zsmalloc: keep max_object in size_classMinchan Kim2017-09-251-19/+15
* update "mm/zsmalloc: don't fail if can't create debugfs info"Dan Streetman2017-09-251-19/+16
* mm/zsmalloc: don't fail if can't create debugfs infoDan Streetman2017-09-251-11/+7
* zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky2017-09-251-11/+13
* zsmalloc: remove unused pool param in obj_freeMinchan Kim2017-09-251-4/+3
* zsmalloc: reorder function parametersMinchan Kim2017-09-251-24/+26
* zsmalloc: use first_page rather than pageMinchan Kim2017-09-251-30/+32
* zsmalloc: fix zs_can_compact() integer overflowSergey Senozhatsky2017-09-251-2/+5