aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-08Revert "slub: do not put a slab to cpu partial list when cpu_partial is 0"Linus Torvalds1-3/+0
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker1-2/+2
2013-07-14Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-11/+27
2013-07-14slub: Check for page NULL before doing the node_match checkSteven Rostedt1-1/+1
2013-07-07slub: Make cpu partial slab support configurableJoonsoo Kim1-6/+21
2013-07-07slub: do not put a slab to cpu partial list when cpu_partial is 0Joonsoo Kim1-0/+3
2013-07-07mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfoWanpeng Li1-2/+2
2013-07-07mm/slub: Drop unnecessary nr_partialsWanpeng Li1-2/+0
2013-05-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-181/+40
2013-05-07Merge branch 'slab/next' into slab/for-linusPekka Enberg1-181/+40
2013-04-29mm/slub.c: use register_hotmemory_notifier()Andrew Morton1-3/+6
2013-04-05slub: tid must be retrieved from the percpu area of the current processorChristoph Lameter1-3/+9
2013-04-05slub: Do not dereference NULL pointer in node_matchChristoph Lameter1-1/+1
2013-04-02slub: add 'likely' macro to inc_slabs_node()Joonsoo Kim1-1/+1
2013-04-02slub: correct to calculate num of acquired objects in get_partial_node()Joonsoo Kim1-8/+9
2013-02-28slub: correctly bootstrap boot cachesGlauber Costa1-0/+6
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-02-23mm: rename page struct field helpersMel Gorman1-1/+1
2013-02-01slab: Common Kmalloc cache determinationChristoph Lameter1-103/+5
2013-02-01slab: Common function to create the kmalloc arrayChristoph Lameter1-52/+3
2013-02-01slab: Common definition for the array of kmalloc cachesChristoph Lameter1-7/+0
2013-02-01slab: Common constants for kmalloc boundariesChristoph Lameter1-11/+11
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2012-12-18slub: drop mutex before deleting sysfs entryGlauber Costa1-1/+12
2012-12-18memcg: add comments clarifying aspects of cache attribute propagationGlauber Costa1-4/+17
2012-12-18slub: slub-specific propagation changesGlauber Costa1-1/+75
2012-12-18memcg: destroy memcg cachesGlauber Costa1-1/+6
2012-12-18sl[au]b: allocate objects from memcg cacheGlauber Costa1-3/+4
2012-12-18sl[au]b: always get the cache from its page in kmem_cache_free()Glauber Costa1-12/+3
2012-12-18slab/slub: consider a memcg parameter in kmem_create_cacheGlauber Costa1-4/+15
2012-12-18Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-231/+70
2012-12-11slub, hotplug: ignore unrelated node's hot-adding and hot-removingLai Jiangshan1-2/+2
2012-12-11mm/sl[aou]b: Common alignment codeChristoph Lameter1-37/+1
2012-12-11slub: Use statically allocated kmem_cache boot structure for bootstrapChristoph Lameter1-47/+20
2012-12-11mm, sl[au]b: create common functions for boot slab creationChristoph Lameter1-32/+5
2012-12-11slub: Use correct cpu_slab on dead cpuChristoph Lameter1-5/+7
2012-10-31slab: Ignore internal flags in cache creationGlauber Costa1-3/+0
2012-10-31mm/sl[aou]b: Move common kmem_cache_size() to slab.hEzequiel Garcia1-9/+0
2012-10-24slub: Commonize slab_cache field in struct pageGlauber Costa1-12/+12
2012-10-24Merge branch 'slab/procfs' into slab/nextPekka Enberg1-66/+11
2012-10-24sl[au]b: Process slabinfo_show in common codeGlauber Costa1-14/+10
2012-10-24mm/sl[au]b: Move print_slabinfo_header to slab_common.cGlauber Costa1-10/+0
2012-10-24mm/sl[au]b: Move slabinfo processing to slab_common.cGlauber Costa1-46/+5
2012-10-19slub: remove one code path and reduce lock contention in __slab_free()Joonsoo Kim1-20/+14
2012-10-03Merge branch 'slab/common-for-cgroups' into slab/for-linusPekka Enberg1-89/+56
2012-10-03Merge branch 'slab/next' into slab/for-linusPekka Enberg1-24/+39
2012-10-03slub: init_kmem_cache_cpus() and put_cpu_partial() can be staticFengguang Wu1-2/+2
2012-09-25mm, slub: Rename slab_alloc() -> slab_alloc_node() to match SLABEzequiel Garcia1-9/+15
2012-09-19mm, sl[au]b: Taint kernel when we detect a corrupted slabDave Jones1-0/+2
2012-09-17slub: consider pfmemalloc_match() in get_partial_node()Joonsoo Kim1-5/+10