aboutsummaryrefslogtreecommitdiff
path: root/mm/slub.c
Commit message (Expand)AuthorAgeFilesLines
* panic on !PageSlab && !PageCompound in ksizeDaniel Micay2018-05-161-1/+1
* add slub free list XOR encryptionDaniel Micay2018-05-161-4/+15
* add slub sanitizationDaniel Micay2018-05-161-0/+7
* slub: Fix sysfs duplicate filename creation when slub_debug=OMiles Chen2017-11-241-0/+4
* Mediatek: mm:slub: Use newest node_nr_slabs && node_nr_objs in get_slabinfocesar.maximo@gmail.com2017-04-111-2/+2
* Mediatek: mm:slub: Drop depricated nr_partialscesar.maximo@gmail.com2017-04-111-2/+0
* Get rid of __cpuinitMoyster2017-04-111-2/+2
* slub: do not assert not having lock in removing freed partialSteven Rostedt2016-09-281-5/+3
* mm: slub: work around unneeded lockdep warningDave Hansen2016-09-281-3/+6
* slub: fall back to node_to_mem_node() node if allocating on memoryless nodeJoonsoo Kim2016-09-281-6/+18
* slub: disable tracing and failslab for merged slabsChristoph Lameter2016-09-281-0/+11
* slub: remove kmemcg id from create_unique_idVladimir Davydov2016-09-281-6/+0
* slab: fix the alias count (via sysfs) of slab cacheGu Zheng2016-09-281-1/+1
* slub: avoid duplicate creation on the first objectWei Yang2016-09-281-8/+11
* mm, slub: mark resiliency_test as init textDavid Rientjes2016-09-281-1/+1
* slub: fix off by one in number of slab testsJoonsoo Kim2016-09-281-3/+3
* slub: search partial list on numa_mem_id(), instead of numa_node_id()Joonsoo Kim2016-09-281-1/+1
* mm: slub: fix ALLOC_SLOWPATH statDave Hansen2016-09-281-5/+3
* mm, slab: suppress out of memory warning unless debug is enabledDavid Rientjes2016-09-281-12/+17
* mm/slub.c: convert vnsprintf-static to va_formatFabian Frederick2016-09-281-7/+9
* mm/slub.c: convert printk to pr_foo()Fabian Frederick2016-09-281-72/+57
* slub: remove verify_mem_not_deleted()Christoph Lameter2016-09-281-37/+0
* slub: fix memcg_propagate_slab_attrsVladimir Davydov2016-09-281-4/+7
* slub: use raw_cpu_inc for incrementing statisticsChristoph Lameter2016-09-281-1/+5
* slub: fix leak of 'name' in sysfs_slab_addDave Jones2016-09-281-14/+15
* slub: rework sysfs layout for memcg cachesVladimir Davydov2016-09-281-1/+25
* slub: adjust memcg caches when creating cache aliasVladimir Davydov2016-09-281-0/+13
* memcg, slab: never try to merge memcg cachesVladimir Davydov2016-09-281-10/+9
* slub: do not drop slab_mutex for sysfs_slab_addVladimir Davydov2016-09-281-5/+3
* slub: fix high order page allocation problem with __GFP_NOFAILJoonsoo Kim2016-09-281-2/+3
* slub: do not assert not having lock in removing freed partialSteven Rostedt2016-09-281-12/+20
* mm/slub.c: list_lock may not be held in some circumstancesDavid Rientjes2016-09-281-4/+2
* mm: slub: work around unneeded lockdep warningDave Hansen2016-09-281-0/+6
* slub: Fix possible format string bug.Tetsuo Handa2016-09-281-1/+1
* slub: use lockdep_assert_heldPeter Zijlstra2016-09-281-20/+20
* memcg, kmem: rename cache_from_memcg to cache_from_memcg_idxQiang Huang2016-09-281-1/+1
* mm, slub: fix the typo in mm/slub.cZhi Yong Wu2016-09-281-3/+3
* slub: proper kmemleak tracking if CONFIG_SLUB_DEBUG disabledRoman Bobniev2016-09-281-4/+31
* mm: Fix some trivial typos in commentsXie XiuQi2016-09-281-1/+1
* mm: replace strict_strtoul() with kstrtoul()Jingoo Han2016-09-281-4/+4
* mm/slub.c: beautify code for removing redundancy 'break' statement.Chen Gang2016-09-281-1/+0
* slub: Remove unnecessary page NULL checkLibin2016-09-281-1/+1
* mm/slub: beautify code for 80 column limitation and tab alignmentChen Gang2016-09-281-36/+56
* mm/slub: remove 'per_cpu' which is useless variableChen Gang2016-09-281-5/+1
* slub: Check for page NULL before doing the node_match checkSteven Rostedt2016-09-281-1/+1
* slub: Make cpu partial slab support configurableJoonsoo Kim2016-09-281-6/+21
* mm/slub: optimize alloc/free fastpath by removing preemption on/offJoonsoo Kim2016-08-261-12/+23
* mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter2016-08-261-2/+2
* first commitMeizu OpenSource2016-08-151-0/+5684