aboutsummaryrefslogtreecommitdiff
path: root/mm/slob.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-04mm/sl[aou]b: Move kmallocXXX functions to common codeGravatar Christoph Lameter 1-4/+24
2013-07-14Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2013-07-07slob: Check for NULL pointer before calling ctor()Gravatar Steven Rostedt 1-1/+1
2013-07-07slob: use DIV_ROUND_UP where possibleGravatar Sasha Levin 1-1/+1
2013-02-23mm: rename page struct field helpersGravatar Mel Gorman 1-1/+1
2012-12-18sl[au]b: always get the cache from its page in kmem_cache_free()Gravatar Glauber Costa 1-1/+1
2012-12-11mm/sl[aou]b: Common alignment codeGravatar Christoph Lameter 1-10/+0
2012-10-31mm/slob: use min_t() to compare ARCH_SLAB_MINALIGNGravatar Arnd Bergmann 1-3/+3
2012-10-31mm/slob: Use free_page instead of put_page for page-size kmalloc allocationsGravatar Ezequiel Garcia 1-1/+1
2012-10-31mm/sl[aou]b: Move common kmem_cache_size() to slab.hGravatar Ezequiel Garcia 1-6/+0
2012-10-31mm/slob: Use object_size field in kmem_cache_size()Gravatar Ezequiel Garcia 1-3/+3
2012-10-31mm/slob: Drop usage of page->private for storing page-sized allocationsGravatar Ezequiel Garcia 1-14/+10
2012-10-03Merge branch 'slab/tracing' into slab/for-linusGravatar Pekka Enberg 1-1/+1
2012-10-03Merge branch 'slab/common-for-cgroups' into slab/for-linusGravatar Pekka Enberg 1-33/+27
2012-09-26mm, slob: fix build breakage in __kmalloc_node_track_callerGravatar David Rientjes 1-1/+1
2012-09-25mm, slob: Add support for kmalloc_track_caller()Gravatar Ezequiel Garcia 1-3/+24
2012-09-25mm, slob: Use NUMA_NO_NODE instead of -1Gravatar Ezequiel Garcia 1-3/+3
2012-09-05mm/sl[aou]b: Move kmem_cache refcounting to common codeGravatar Christoph Lameter 1-1/+0
2012-09-05mm/sl[aou]b: Shrink __kmem_cache_create() parameter listsGravatar Christoph Lameter 1-5/+3
2012-09-05mm/sl[aou]b: Move kmem_cache allocations into common codeGravatar Christoph Lameter 1-25/+17
2012-09-05mm/sl[aou]b: Get rid of __kmem_cache_destroyGravatar Christoph Lameter 1-4/+0
2012-09-05mm/sl[aou]b: Move freeing of kmem_cache structure to common codeGravatar Christoph Lameter 1-2/+0
2012-09-05mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache structGravatar Christoph Lameter 1-0/+8
2012-09-05mm/sl[aou]b: Extract a common function for kmem_cache_destroyGravatar Christoph Lameter 1-8/+7
2012-09-05mm/sl[aou]b: Move list_add() to slab_common.cGravatar Christoph Lameter 1-0/+4
2012-07-12slob: Fix early boot kernel crashGravatar Christoph Lameter 1-1/+1
2012-07-09mm, sl[aou]b: Common definition for boot state of the slab allocatorsGravatar Christoph Lameter 1-9/+5
2012-07-09mm, sl[aou]b: Extract common code for kmem_cache_create()Gravatar Christoph Lameter 1-5/+3
2012-06-14mm, sl[aou]b: Extract common fields from struct kmem_cacheGravatar Christoph Lameter 1-8/+1
2012-06-14slob: Remove various small accessorsGravatar Christoph Lameter 1-40/+9
2012-06-14slob: No need to zero mapping since it is no longer in useGravatar Christoph Lameter 1-1/+0
2012-06-14slob: Define page struct fields used in mm_types.hGravatar Christoph Lameter 1-58/+37
2011-10-31mm: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-06-07slob/lockdep: Fix gfp flags passed to lockdepGravatar Steven Rostedt 1-0/+6
2011-01-23mm: Remove support for kmem_cache_name()Gravatar Christoph Lameter 1-6/+0
2011-01-07kernel: kmem_ptr_validate considered harmfulGravatar Nick Piggin 1-5/+0
2010-10-02slob: fix gfp flags for order-0 page allocationsGravatar David Rientjes 1-1/+3
2010-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-1/+8
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+3
2010-07-16SLOB: Free objects to their own listGravatar Bob Liu 1-1/+8
2010-06-14mm: remove all rcu head initializationsGravatar Paul E. McKenney 1-1/+0
2010-06-09tracing: Remove kmemtrace ftrace pluginGravatar Li Zefan 1-1/+3
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slob_def.h>Gravatar David Woodhouse 1-8/+0
2009-08-06slab: remove duplicate kmem_cache_init_late() declarationsGravatar Wu Fengguang 1-0/+5
2009-06-26fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]bGravatar Paul E. McKenney 1-0/+2
2009-06-17Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/...Gravatar Pekka Enberg 1-3/+3
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Gravatar Mel Gorman 1-2/+2
2009-06-11kmemleak: Add the slob memory allocation/freeing hooksGravatar Catalin Marinas 1-0/+7
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1