summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | mm/sl[aou]b: Extract a common function for kmem_cache_destroyChristoph Lameter2012-09-051-42/+3Star
| | * | 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/+40Star
| |\ \ \
| | * | | 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/+24Star
| | * | mm, slab: Remove silly function slab_buffer_size()Ezequiel Garcia2012-09-251-10/+2Star
| | * | 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/+0Star
| | * slab: do not call compound_head() in page_get_cache()Michel Lespinasse2012-08-161-1/+0Star
* | | 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-181-1/+1
* | slab: do ClearSlabPfmemalloc() for all pages of slabMel Gorman2012-09-181-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-08-011-2/+26
* mm: introduce __GFP_MEMALLOC to allow access to emergency reservesMel Gorman2012-08-011-1/+1
* mm: sl[au]b: add knowledge of PFMEMALLOC reserve pagesMel Gorman2012-08-011-18/+174
* mm, sl[aou]b: Move kmem_cache_create mutex handling to common codeChristoph Lameter2012-07-091-51/+1Star
* mm, sl[aou]b: Use a common mutex definitionChristoph Lameter2012-07-091-57/+51Star
* mm, sl[aou]b: Common definition for boot state of the slab allocatorsChristoph Lameter2012-07-091-31/+14Star
* mm, sl[aou]b: Extract common code for kmem_cache_create()Christoph Lameter2012-07-091-15/+9Star
* slab: move FULL state transition to an initcallGlauber Costa2012-07-021-4/+4
* slab: Fix a typo in commit 8c138b "slab: Get rid of obj_size macro"Feng Tang2012-07-021-1/+1
* mm, slab: Build fix for recent kmem_cache changesThierry Reding2012-07-021-1/+1
* slab: rename gfpflags to allocflagsGlauber Costa2012-07-021-5/+5
* slab/mempolicy: always use local policy from interrupt contextAndi Kleen2012-06-201-2/+2
* slab: Get rid of obj_size macroChristoph Lameter2012-06-141-26/+21Star
* mm, sl[aou]b: Extract common fields from struct kmem_cacheChristoph Lameter2012-06-141-59/+58Star
* slab: Remove some accessorsChristoph Lameter2012-06-141-27/+8Star
* slab: Use page struct fields instead of castingChristoph Lameter2012-06-141-4/+4
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-03-291-4/+52
|\
| * mm: SLAB Out-of-memory diagnosticsRafael Aquini2012-03-101-1/+50
| * slab, cleanup: remove unneeded returnZhao Jin2012-01-231-3/+2Star
* | cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-03-221-5/+8
|/
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-01-121-12/+27
|\
| * Merge branch 'slab/urgent' into slab/for-linusPekka Enberg2012-01-111-1/+4
| |\
| * | slab: add taint flag outputting to debug paths.Dave Jones2011-11-161-4/+5
| * | slab: introduce slab_max_order kernel parameterDavid Rientjes2011-11-101-3/+17
| * | slab: rename slab_break_gfp_order to slab_max_orderDavid Rientjes2011-11-101-5/+5
* | | tracing/mm: Move include of trace/events/kmem.h out of header into slab.cSteven Rostedt2012-01-091-0/+2
| |/ |/|
* | slab, lockdep: Fix silly bugPeter Zijlstra2011-12-051-1/+4
|/
* mm: restrict access to slab files under procfs and sysfsVasiliy Kulikov2011-09-271-1/+1
* Merge branch 'slab/urgent' into slab/nextPekka Enberg2011-09-191-24/+75
|\
| * slab, lockdep: Annotate the locks before using themPeter Zijlstra2011-08-041-3/+3
| * slab, lockdep: Annotate slab -> rcu -> debug_object -> slabPeter Zijlstra2011-08-041-18/+68
| * slab: use NUMA_NO_NODEAndrew Morton2011-07-311-1/+1
| * slab: remove one NR_CPUS dependencyEric Dumazet2011-07-281-2/+3