summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
2015-02-13slub: delay ctor until the object is requestedSebastian Andrzej Siewior
2015-02-13slub: Enable irqs for __GFP_WAITThomas Gleixner
2015-02-13mm: Enable SLUB for RTThomas Gleixner
2015-02-13Reset to 3.12.37Scott Wood
2014-05-14slub: delay ctor until the object is requestedSebastian Andrzej Siewior
2014-05-14slub: Enable irqs for __GFP_WAITThomas Gleixner
2014-05-14mm: Enable SLUB for RTThomas Gleixner
2014-05-14Reset to 3.12.19Scott Wood
2014-04-10slub: delay ctor until the object is requestedSebastian Andrzej Siewior
2014-04-10slub: Enable irqs for __GFP_WAITThomas Gleixner
2014-04-10mm: Enable SLUB for RTThomas Gleixner
2014-02-13slub: Fix calculation of cpu slabsLi Zefan
2013-11-29slub: Handle NULL parameter in kmem_cache_flagsChristoph Lameter
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-24mm: 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
2012-12-18slub: slub-specific propagation changesGlauber Costa
2012-12-18memcg: destroy memcg cachesGlauber Costa
2012-12-18sl[au]b: allocate objects from memcg cacheGlauber Costa
2012-12-18sl[au]b: always get the cache from its page in kmem_cache_free()Glauber Costa