aboutsummaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
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
2013-02-28slub: correctly bootstrap boot cachesGlauber Costa
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-02-23mm: rename page struct field helpersMel Gorman
2013-02-01slab: Common Kmalloc cache determinationChristoph Lameter
2013-02-01slab: Common function to create the kmalloc arrayChristoph Lameter
2013-02-01slab: Common definition for the array of kmalloc cachesChristoph Lameter
2013-02-01slab: Common constants for kmalloc boundariesChristoph Lameter
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell
2012-12-18slub: drop mutex before deleting sysfs entryGlauber Costa
2012-12-18memcg: add comments clarifying aspects of cache attribute propagationGlauber Costa