summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
2014-04-13Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2014-04-07slub: use raw_cpu_inc for incrementing statisticsChristoph Lameter
2014-04-07slub: fix leak of 'name' in sysfs_slab_addDave Jones
2014-04-07slub: rework sysfs layout for memcg cachesVladimir Davydov
2014-04-07slub: adjust memcg caches when creating cache aliasVladimir Davydov
2014-04-07memcg, slab: never try to merge memcg cachesVladimir Davydov
2014-04-07mm, mempolicy: rename slab_node for clarityDavid Rientjes
2014-04-03slub: do not drop slab_mutex for sysfs_slab_addVladimir Davydov
2014-04-03mm: optimize put_mems_allowed() usageMel Gorman
2014-03-27slub: fix high order page allocation problem with __GFP_NOFAILJoonsoo Kim
2014-02-10slub: do not assert not having lock in removing freed partialSteven Rostedt
2014-02-10mm/slub.c: list_lock may not be held in some circumstancesDavid Rientjes
2014-02-02Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2014-01-31mm: slub: work around unneeded lockdep warningDave Hansen
2014-01-30mm/slub.c: fix page->_count corruption (again)Dave Hansen
2014-01-29mm/slub.c: do not VM_BUG_ON_PAGE() for temporary on-stack pagesDave Hansen
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2014-01-13slub: Fix possible format string bug.Tetsuo Handa
2014-01-13slub: use lockdep_assert_heldPeter Zijlstra
2013-12-29slub: Fix calculation of cpu slabsLi Zefan
2013-11-22Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-11-13memcg, kmem: rename cache_from_memcg to cache_from_memcg_idxQiang Huang
2013-11-11mm, slub: fix the typo in mm/slub.cZhi Yong Wu
2013-11-11slub: Handle NULL parameter in kmem_cache_flagsChristoph Lameter
2013-10-24slub: proper kmemleak tracking if CONFIG_SLUB_DEBUG disabledRoman Bobniev
2013-10-18mm: Fix some trivial typos in commentsXie XiuQi
2013-09-15Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2013-09-11mm: replace strict_strtoul() with kstrtoul()Jingoo Han
2013-09-04slub: remove verify_mem_not_deleted()Christoph Lameter
2013-09-04mm/sl[aou]b: Move kmallocXXX functions to common codeChristoph Lameter
2013-08-13mm/slub.c: beautify code for removing redundancy 'break' statement.Chen Gang
2013-08-13slub: Remove unnecessary page NULL checkLibin
2013-08-08Revert "slub: do not put a slab to cpu partial list when cpu_partial is 0"Linus Torvalds
2013-07-17mm/slub: beautify code for 80 column limitation and tab alignmentChen Gang
2013-07-15mm/slub: remove 'per_cpu' which is useless variableChen Gang
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker
2013-07-14Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-07-14slub: Check for page NULL before doing the node_match checkSteven Rostedt
2013-07-07slub: Make cpu partial slab support configurableJoonsoo Kim
2013-07-07slub: do not put a slab to cpu partial list when cpu_partial is 0Joonsoo Kim
2013-07-07mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfoWanpeng Li
2013-07-07mm/slub: Drop unnecessary nr_partialsWanpeng Li
2013-05-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-07Merge branch 'slab/next' into slab/for-linusPekka Enberg
2013-04-29mm/slub.c: use register_hotmemory_notifier()Andrew Morton
2013-04-05slub: tid must be retrieved from the percpu area of the current processorChristoph Lameter
2013-04-05slub: Do not dereference NULL pointer in node_matchChristoph Lameter
2013-04-02slub: add 'likely' macro to inc_slabs_node()Joonsoo Kim
2013-04-02slub: correct to calculate num of acquired objects in get_partial_node()Joonsoo Kim