summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-151-5/+5
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-151-28/+23Star
|\
| * mm/slab: Give s_next and s_stop slab-specific namesWanpeng Li2013-07-081-2/+2
| * slab: fix init_lock_keysChristoph Lameter2013-07-071-1/+1
| * mm/slab: Sharing s_next and s_stop between slab and slubWanpeng Li2013-07-071-10/+0Star
| * mm/slab: Fix drain freelist excessivelyWanpeng Li2013-07-071-3/+9
| * mm, slab: moved kmem_cache_alloc_node comment to correct placeZhouping Liu2013-06-081-12/+11Star
* | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-071-456/+334Star
|\ \
| * | Merge branch 'slab/next' into slab/for-linusPekka Enberg2013-05-071-456/+334Star
| |\|
| | * mm: slab: Verify the nodeid passed to ____cache_alloc_nodeAaron Tomlin2013-05-011-0/+1
| | * slab: Fixup CONFIG_PAGE_ALLOC/DEBUG_SLAB_LEAK sectionsChristoph Lameter2013-02-061-14/+15
| | * slab: Common definition for kmem_cache_nodeChristoph Lameter2013-02-011-17/+0Star
| | * slab: Rename list3/l3 to nodeChristoph Lameter2013-02-011-258/+258
| | * slab: Common Kmalloc cache determinationChristoph Lameter2013-02-011-37/+3Star
| | * slab: Common function to create the kmalloc arrayChristoph Lameter2013-02-011-47/+1Star
| | * slab: Common definition for the array of kmalloc cachesChristoph Lameter2013-02-011-8/+0Star
| | * slab: Rename nodelists to nodeChristoph Lameter2013-02-011-68/+67Star
| | * slab: Common name for the per node structuresChristoph Lameter2013-02-011-44/+43Star
| | * slab: Use common kmalloc_index/kmalloc_size functionsChristoph Lameter2013-02-011-93/+76Star
* | | mm: Convert print_symbol to %pSRJoe Perches2013-04-291-5/+3Star
|/ /
* / taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
|/
* memcg: add comments clarifying aspects of cache attribute propagationGlauber Costa2012-12-191-0/+1
* slab: propagate tunable valuesGlauber Costa2012-12-191-3/+41
* memcg: destroy memcg cachesGlauber Costa2012-12-191-0/+3
* sl[au]b: allocate objects from memcg cacheGlauber Costa2012-12-191-1/+5
* sl[au]b: always get the cache from its page in kmem_cache_free()Glauber Costa2012-12-191-1/+5
* slab: annotate on-slab caches nodelist locksGlauber Costa2012-12-191-1/+33
* mm/sl[aou]b: Common alignment codeChristoph Lameter2012-12-111-20/+0Star
* slab: Use the new create_boot_cache function to simplify bootstrapChristoph Lameter2012-12-111-33/+16Star
* mm, sl[au]b: create common functions for boot slab creationChristoph Lameter2012-12-111-34/+14Star
* slab: Simplify bootstrapChristoph Lameter2012-12-111-8/+13
* mm: fix slab.c kernel-doc warningsRandy Dunlap2012-11-151-4/+1Star
* slab: Ignore internal flags in cache creationGlauber Costa2012-10-311-22/+0Star
* mm/sl[aou]b: Move common kmem_cache_size() to slab.hEzequiel Garcia2012-10-311-6/+0Star
* sl[au]b: Process slabinfo_show in common codeGlauber Costa2012-10-241-11/+15
* mm/sl[au]b: Move print_slabinfo_header to slab_common.cGlauber Costa2012-10-241-24/+0Star
* mm/sl[au]b: Move slabinfo processing to slab_common.cGlauber Costa2012-10-241-59/+13Star
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-10-071-205/+143Star
|\
| * Merge branch 'slab/tracing' into slab/for-linusPekka Enberg2012-10-031-1/+1
| |\
| | * Revert "mm/slab: Fix kmem_cache_alloc_node_trace() declaration"Pekka Enberg2012-09-291-4/+4
| | * mm/slab: Fix kmem_cache_alloc_node_trace() declarationEzequiel Garcia2012-09-251-4/+4
| | * mm/slab: Fix typo _RET_IP -> _RET_IP_Ezequiel Garcia2012-09-251-1/+1
| * | Merge branch 'slab/common-for-cgroups' into slab/for-linusPekka Enberg2012-10-031-150/+103Star
| |\ \
| | * | slab: Only define slab_error for DEBUGChristoph Lameter2012-09-191-0/+2
| | * | mm/sl[aou]b: Move kmem_cache refcounting to common codeChristoph Lameter2012-09-051-1/+0Star
| | * | mm/sl[aou]b: Shrink __kmem_cache_create() parameter listsChristoph Lameter2012-09-051-40/+33Star
| | * | mm/sl[aou]b: Move kmem_cache allocations into common codeChristoph Lameter2012-09-051-18/+16Star
| | * | mm/sl[aou]b: Get rid of __kmem_cache_destroyChristoph Lameter2012-09-051-25/+21Star
| | * | mm/sl[aou]b: Move freeing of kmem_cache structure to common codeChristoph Lameter2012-09-051-1/+0Star
| | * | mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache structChristoph Lameter2012-09-051-35/+37