aboutsummaryrefslogtreecommitdiff
path: root/mm/slab.c
AgeCommit message (Expand)Author
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-08mm/slab: Give s_next and s_stop slab-specific namesWanpeng Li
2013-07-07slab: fix init_lock_keysChristoph Lameter
2013-07-07mm/slab: Sharing s_next and s_stop between slab and slubWanpeng Li
2013-07-07mm/slab: Fix drain freelist excessivelyWanpeng Li
2013-06-08mm, slab: moved kmem_cache_alloc_node comment to correct placeZhouping Liu
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-05-01mm: slab: Verify the nodeid passed to ____cache_alloc_nodeAaron Tomlin
2013-04-29mm: Convert print_symbol to %pSRJoe Perches
2013-02-06slab: Fixup CONFIG_PAGE_ALLOC/DEBUG_SLAB_LEAK sectionsChristoph Lameter
2013-02-01slab: Common definition for kmem_cache_nodeChristoph Lameter
2013-02-01slab: Rename list3/l3 to nodeChristoph Lameter
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: Rename nodelists to nodeChristoph Lameter
2013-02-01slab: Common name for the per node structuresChristoph Lameter
2013-02-01slab: Use common kmalloc_index/kmalloc_size functionsChristoph Lameter
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell
2012-12-18memcg: add comments clarifying aspects of cache attribute propagationGlauber Costa
2012-12-18slab: propagate tunable valuesGlauber 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: annotate on-slab caches nodelist locksGlauber Costa
2012-12-11mm/sl[aou]b: Common alignment codeChristoph Lameter
2012-12-11slab: Use the new create_boot_cache function to simplify bootstrapChristoph Lameter
2012-12-11mm, sl[au]b: create common functions for boot slab creationChristoph Lameter
2012-12-11slab: Simplify bootstrapChristoph Lameter
2012-11-15mm: fix slab.c kernel-doc warningsRandy Dunlap
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-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
2012-10-24mm/sl[au]b: Move slabinfo processing to slab_common.cGlauber Costa
2012-10-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-10-03Merge branch 'slab/tracing' into slab/for-linusPekka Enberg
2012-10-03Merge branch 'slab/common-for-cgroups' into slab/for-linusPekka Enberg
2012-10-03Merge branch 'slab/next' into slab/for-linusPekka Enberg
2012-10-03slab: Fix build failure in __kmem_cache_create()Tetsuo Handa
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-29Revert "mm/slab: Fix kmem_cache_alloc_node_trace() declaration"Pekka Enberg
2012-09-25mm/slab: Fix kmem_cache_alloc_node_trace() declarationEzequiel Garcia
2012-09-25mm/slab: Fix typo _RET_IP -> _RET_IP_Ezequiel Garcia
2012-09-25mm, slab: Rename __cache_alloc() -> slab_alloc()Ezequiel Garcia
2012-09-25mm, slab: Match SLAB and SLUB kmem_cache_alloc_xxx_trace() prototypeEzequiel Garcia
2012-09-25mm, slab: Replace 'caller' type, void* -> unsigned longEzequiel Garcia
2012-09-25mm, slab: Remove silly function slab_buffer_size()Ezequiel Garcia