aboutsummaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-15Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-86/+56
2013-09-11mm: replace strict_strtoul() with kstrtoul()Gravatar Jingoo Han 1-4/+4
2013-09-04slub: remove verify_mem_not_deleted()Gravatar Christoph Lameter 1-37/+0
2013-09-04mm/sl[aou]b: Move kmallocXXX functions to common codeGravatar Christoph Lameter 1-8/+0
2013-08-13mm/slub.c: beautify code for removing redundancy 'break' statement.Gravatar Chen Gang 1-1/+0
2013-08-13slub: Remove unnecessary page NULL checkGravatar Libin 1-1/+1
2013-08-08Revert "slub: do not put a slab to cpu partial list when cpu_partial is 0"Gravatar Linus Torvalds 1-3/+0
2013-07-17mm/slub: beautify code for 80 column limitation and tab alignmentGravatar Chen Gang 1-36/+56
2013-07-15mm/slub: remove 'per_cpu' which is useless variableGravatar Chen Gang 1-5/+1
2013-07-14kernel: delete __cpuinit usage from all core kernel filesGravatar Paul Gortmaker 1-2/+2
2013-07-14Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-11/+27
2013-07-14slub: Check for page NULL before doing the node_match checkGravatar Steven Rostedt 1-1/+1
2013-07-07slub: Make cpu partial slab support configurableGravatar Joonsoo Kim 1-6/+21
2013-07-07slub: do not put a slab to cpu partial list when cpu_partial is 0Gravatar Joonsoo Kim 1-0/+3
2013-07-07mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfoGravatar Wanpeng Li 1-2/+2
2013-07-07mm/slub: Drop unnecessary nr_partialsGravatar Wanpeng Li 1-2/+0
2013-05-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-181/+40
2013-05-07Merge branch 'slab/next' into slab/for-linusGravatar Pekka Enberg 1-181/+40
2013-04-29mm/slub.c: use register_hotmemory_notifier()Gravatar Andrew Morton 1-3/+6
2013-04-05slub: tid must be retrieved from the percpu area of the current processorGravatar Christoph Lameter 1-3/+9
2013-04-05slub: Do not dereference NULL pointer in node_matchGravatar Christoph Lameter 1-1/+1
2013-04-02slub: add 'likely' macro to inc_slabs_node()Gravatar Joonsoo Kim 1-1/+1
2013-04-02slub: correct to calculate num of acquired objects in get_partial_node()Gravatar Joonsoo Kim 1-8/+9
2013-02-28slub: correctly bootstrap boot cachesGravatar Glauber Costa 1-0/+6
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2013-02-23mm: rename page struct field helpersGravatar Mel Gorman 1-1/+1
2013-02-01slab: Common Kmalloc cache determinationGravatar Christoph Lameter 1-103/+5
2013-02-01slab: Common function to create the kmalloc arrayGravatar Christoph Lameter 1-52/+3
2013-02-01slab: Common definition for the array of kmalloc cachesGravatar Christoph Lameter 1-7/+0
2013-02-01slab: Common constants for kmalloc boundariesGravatar Christoph Lameter 1-11/+11
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Gravatar Rusty Russell 1-1/+1
2012-12-18slub: drop mutex before deleting sysfs entryGravatar Glauber Costa 1-1/+12
2012-12-18memcg: add comments clarifying aspects of cache attribute propagationGravatar Glauber Costa 1-4/+17
2012-12-18slub: slub-specific propagation changesGravatar Glauber Costa 1-1/+75
2012-12-18memcg: destroy memcg cachesGravatar Glauber Costa 1-1/+6
2012-12-18sl[au]b: allocate objects from memcg cacheGravatar Glauber Costa 1-3/+4
2012-12-18sl[au]b: always get the cache from its page in kmem_cache_free()Gravatar Glauber Costa 1-12/+3
2012-12-18slab/slub: consider a memcg parameter in kmem_create_cacheGravatar Glauber Costa 1-4/+15
2012-12-18Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-231/+70
2012-12-11slub, hotplug: ignore unrelated node's hot-adding and hot-removingGravatar Lai Jiangshan 1-2/+2
2012-12-11mm/sl[aou]b: Common alignment codeGravatar Christoph Lameter 1-37/+1
2012-12-11slub: Use statically allocated kmem_cache boot structure for bootstrapGravatar Christoph Lameter 1-47/+20
2012-12-11mm, sl[au]b: create common functions for boot slab creationGravatar Christoph Lameter 1-32/+5
2012-12-11slub: Use correct cpu_slab on dead cpuGravatar Christoph Lameter 1-5/+7
2012-10-31slab: Ignore internal flags in cache creationGravatar Glauber Costa 1-3/+0
2012-10-31mm/sl[aou]b: Move common kmem_cache_size() to slab.hGravatar Ezequiel Garcia 1-9/+0
2012-10-24slub: Commonize slab_cache field in struct pageGravatar Glauber Costa 1-12/+12
2012-10-24Merge branch 'slab/procfs' into slab/nextGravatar Pekka Enberg 1-66/+11
2012-10-24sl[au]b: Process slabinfo_show in common codeGravatar Glauber Costa 1-14/+10
2012-10-24mm/sl[au]b: Move print_slabinfo_header to slab_common.cGravatar Glauber Costa 1-10/+0