aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/slab.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-13Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-0/+11
2014-04-07memcg, slab: separate memcg vs root cache creation pathsVladimir Davydov1-3/+3
2014-04-01slab: fix wrongly used macroJoonsoo Kim1-11/+11
2014-03-10mm: fix GFP_THISNODE callers and clarifyJohannes Weiner1-1/+1
2014-02-08slab: restrict the number of objects in a slabJoonsoo Kim1-0/+11
2014-02-02Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-4/+4
2014-01-31mm: sl[uo]b: fix misleading commentsDave Hansen1-4/+4
2014-01-23memcg, slab: RCU protect memcg_params for root cachesVladimir Davydov1-2/+7
2013-12-18slab.h: remove duplicate kmalloc declaration and fix kernel-doc warningsRandy Dunlap1-56/+46
2013-11-24slab.h: remove duplicate kmalloc declaration and fix kernel-doc warningsRandy Dunlap1-56/+46
2013-11-22Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-1/+8
2013-10-24slab: overloading the RCU head over the LRU for RCU freeJoonsoo Kim1-1/+8
2013-09-04slab: Use correct GFP_DMA constantChristoph Lameter1-1/+1
2013-09-04mm/sl[aou]b: Move kmallocXXX functions to common codeChristoph Lameter1-32/+124
2013-07-07slab: add kmalloc() to kernel API documentationMichael Opdenacker1-4/+14
2013-06-18slob: Rework #ifdeffery in slab.hChristoph Lameter1-11/+28
2013-02-06slab: Handle ARCH_DMA_MINALIGN correctlyChristoph Lameter1-14/+18
2013-02-01slab: Common definition for the array of kmalloc cachesChristoph Lameter1-0/+5
2013-02-01slab: Common constants for kmalloc boundariesChristoph Lameter1-10/+24
2013-02-01slab: Common kmalloc slab index determinationChristoph Lameter1-50/+122
2013-02-01slab: Move kmalloc related function defsChristoph Lameter1-9/+9
2012-12-18slab: propagate tunable valuesGlauber Costa1-1/+1
2012-12-18memcg: aggregate memcg cache values in slabinfoGlauber Costa1-0/+4
2012-12-18memcg: destroy memcg cachesGlauber Costa1-1/+9
2012-12-18slab/slub: consider a memcg parameter in kmem_create_cacheGlauber Costa1-1/+13
2012-12-18slab/slub: struct memcg_paramsGlauber Costa1-0/+24
2012-10-31mm/sl[aou]b: Move common kmem_cache_size() to slab.hEzequiel Garcia1-1/+8
2012-09-25mm, slob: Add support for kmalloc_track_caller()Ezequiel Garcia1-2/+4
2012-07-09mm, sl[aou]b: Common definition for boot state of the slab allocatorsChristoph Lameter1-4/+0
2012-07-09mm, sl[aou]b: Extract common code for kmem_cache_create()Christoph Lameter1-0/+4
2012-06-14mm, sl[aou]b: Extract common fields from struct kmem_cacheChristoph Lameter1-0/+24
2012-05-31introduce SIZE_MAXXi Wang1-1/+1
2012-03-06slab: introduce kmalloc_array()Xi Wang1-3/+14
2011-07-07slab allocators: Provide generic description of alignment definesChristoph Lameter1-0/+10
2011-06-16slab, slub, slob: Unify alignment definitionChristoph Lameter1-0/+10
2011-01-23mm: Remove support for kmem_cache_name()Christoph Lameter1-1/+0
2011-01-07kernel: kmem_ptr_validate considered harmfulNick Piggin1-2/+0
2010-07-04slab: fix caller tracking on !CONFIG_DEBUG_SLAB && CONFIG_TRACINGXiaotian Feng1-2/+4
2010-04-09slab: Generify kernel pointer validationPekka Enberg1-0/+1
2010-02-26failslab: add ability to filter slab cachesDmitry Monakhov1-0/+5
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum1-0/+2
2009-06-15kmemcheck: add mm functionsVegard Nossum1-0/+7
2009-06-12slab,slub: don't enable interrupts during early bootPekka Enberg1-0/+2
2009-06-11kmemleak: Add the slab memory allocation/freeing hooksCatalin Marinas1-0/+2
2009-02-20slab: introduce kzfree()Johannes Weiner1-0/+1
2008-12-29Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into for-linusPekka Enberg1-4/+4
2008-12-29slab: Fix comment on #endifPascal Terjan1-1/+1
2008-11-26SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu1-4/+4
2008-11-13slab: document SLAB_DESTROY_BY_RCUPeter Zijlstra1-0/+28
2008-10-23proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan1-5/+0