summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
* memcg: add comments clarifying aspects of cache attribute propagationGlauber Costa2012-12-181-0/+1
* slab: propagate tunable valuesGlauber Costa2012-12-181-3/+41
* memcg: destroy memcg cachesGlauber Costa2012-12-181-0/+3
* sl[au]b: allocate objects from memcg cacheGlauber Costa2012-12-181-1/+5
* sl[au]b: always get the cache from its page in kmem_cache_free()Glauber Costa2012-12-181-1/+5
* slab: annotate on-slab caches nodelist locksGlauber Costa2012-12-181-1/+33
* mm/sl[aou]b: Common alignment codeChristoph Lameter2012-12-111-20/+0
* slab: Use the new create_boot_cache function to simplify bootstrapChristoph Lameter2012-12-111-33/+16
* mm, sl[au]b: create common functions for boot slab creationChristoph Lameter2012-12-111-34/+14
* slab: Simplify bootstrapChristoph Lameter2012-12-111-8/+13
* mm: fix slab.c kernel-doc warningsRandy Dunlap2012-11-151-4/+1
* slab: Ignore internal flags in cache creationGlauber Costa2012-10-311-22/+0
* mm/sl[aou]b: Move common kmem_cache_size() to slab.hEzequiel Garcia2012-10-311-6/+0
* 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/+0
* mm/sl[au]b: Move slabinfo processing to slab_common.cGlauber Costa2012-10-241-59/+13
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-10-071-205/+143
|\
| * 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/+103
| |\ \
| | * | 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/+0
| | * | mm/sl[aou]b: Shrink __kmem_cache_create() parameter listsChristoph Lameter2012-09-051-40/+33
| | * | mm/sl[aou]b: Move kmem_cache allocations into common codeChristoph Lameter2012-09-051-18/+16
| | * | mm/sl[aou]b: Get rid of __kmem_cache_destroyChristoph Lameter2012-09-051-25/+21
| | * | mm/sl[aou]b: Move freeing of kmem_cache structure to common codeChristoph Lameter2012-09-051-1/+0
| | * | mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache structChristoph Lameter2012-09-051-35/+37
| | * | mm/sl[aou]b: Extract a common function for kmem_cache_destroyChristoph Lameter2012-09-051-42/+3
| | * | mm/sl[aou]b: Move list_add() to slab_common.cChristoph Lameter2012-09-051-2/+5
| * | | Merge branch 'slab/next' into slab/for-linusPekka Enberg2012-10-031-55/+40
| |\ \ \
| | * | | slab: Fix build failure in __kmem_cache_create()Tetsuo Handa2012-10-031-2/+3
| | | |/ | | |/|
| | * | mm, slab: Rename __cache_alloc() -> slab_alloc()Ezequiel Garcia2012-09-251-7/+7
| | * | mm, slab: Match SLAB and SLUB kmem_cache_alloc_xxx_trace() prototypeEzequiel Garcia2012-09-251-5/+5
| | * | mm, slab: Replace 'caller' type, void* -> unsigned longEzequiel Garcia2012-09-251-26/+24
| | * | mm, slab: Remove silly function slab_buffer_size()Ezequiel Garcia2012-09-251-10/+2
| | * | mm, sl[au]b: Taint kernel when we detect a corrupted slabDave Jones2012-09-191-0/+1
| | * | slab: fix the DEADLOCK issue on l3 alien lockMichael Wang2012-09-111-3/+3
| | |/
| | * mm, slab: remove page_get_cacheDavid Rientjes2012-08-171-6/+0
| | * slab: do not call compound_head() in page_get_cache()Michel Lespinasse2012-08-161-1/+0
* | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\ \ \ | |/ / |/| |
| * | workqueue: make deferrable delayed_work initializer names consistentTejun Heo2012-08-211-1/+1
| |/
* | slab: fix starting index for finding another objectJoonsoo Kim2012-09-171-1/+1
* | slab: do ClearSlabPfmemalloc() for all pages of slabMel Gorman2012-09-171-2/+2
* | mm, slab: lock the correct nodelist after reenabling irqsDavid Rientjes2012-08-291-0/+1
|/
* mm: micro-optimise slab to avoid a function callMel Gorman2012-07-311-2/+26
* mm: introduce __GFP_MEMALLOC to allow access to emergency reservesMel Gorman2012-07-311-1/+1
* mm: sl[au]b: add knowledge of PFMEMALLOC reserve pagesMel Gorman2012-07-311-18/+174
* mm, sl[aou]b: Move kmem_cache_create mutex handling to common codeChristoph Lameter2012-07-091-51/+1