aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mm: slub: work around unneeded lockdep warningDave Hansen2016-09-281-3/+6
* ARM: 8191/1: decompressor: ensure I-side picks up relocated codeWill Deacon2016-09-281-2/+15
* slub: don't use cpu partial pages on UPUwe Kleine-König2016-09-281-1/+1
* slab: do not panic if we fail to create memcg cacheVladimir Davydov2016-09-281-1/+8
* slab: clean up kmem_cache_create_memcg() error handlingVladimir Davydov2016-09-281-34/+31
* mm/slab: Give s_next and s_stop slab-specific namesWanpeng Li2016-09-283-8/+8
* mm/slab: Fix /proc/slabinfo unwriteable for slabWanpeng Li2016-09-281-1/+9
* mm/slab: Sharing s_next and s_stop between slab and slubWanpeng Li2016-09-283-12/+5
* topology: add support for node_to_mem_node() to determine the fallback nodeJoonsoo Kim2016-09-282-0/+18
* 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, slab_common: add 'unlikely' to size check of kmalloc_slab()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-282-14/+25
* 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
* mm, slub: fix the typo in include/linux/slub_def.hZhi Yong Wu2016-09-281-1/+1
* slub: remove verify_mem_not_deleted()Christoph Lameter2016-09-282-50/+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-282-1/+28
* slub: adjust memcg caches when creating cache aliasVladimir Davydov2016-09-281-0/+13
* memcg, slab: never try to merge memcg cachesVladimir Davydov2016-09-283-30/+18
* 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-284-5/+7
* 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-285-14/+14
* 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-282-6/+32
* Disable config_AIO for security reasonsMoyster2016-09-251-1/+1
* sched: Reduce overestimating rq->avg_idleJason Low2016-09-181-3/+4