aboutsummaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
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
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
2012-12-18slab/slub: consider a memcg parameter in kmem_create_cacheGlauber Costa
2012-12-18Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-12-11slub, hotplug: ignore unrelated node's hot-adding and hot-removingLai Jiangshan
2012-12-11mm/sl[aou]b: Common alignment codeChristoph Lameter
2012-12-11slub: Use statically allocated kmem_cache boot structure for bootstrapChristoph Lameter
2012-12-11mm, sl[au]b: create common functions for boot slab creationChristoph Lameter
2012-12-11slub: Use correct cpu_slab on dead cpuChristoph Lameter
2012-10-31slab: Ignore internal flags in cache creationGlauber Costa
2012-10-31mm/sl[aou]b: Move common kmem_cache_size() to slab.hEzequiel Garcia
2012-10-24slub: Commonize slab_cache field in struct pageGlauber Costa
2012-10-24Merge branch 'slab/procfs' into slab/nextPekka Enberg
2012-10-24sl[au]b: Process slabinfo_show in common codeGlauber Costa
2012-10-24mm/sl[au]b: Move print_slabinfo_header to slab_common.cGlauber Costa