summaryrefslogtreecommitdiff
path: root/mm/slob.c
Commit message (Expand)AuthorAge
* mm/sl[aou]b: Move kmallocXXX functions to common codeChristoph Lameter2013-09-04
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-14
|\
| * slob: Check for NULL pointer before calling ctor()Steven Rostedt2013-07-07
| * slob: use DIV_ROUND_UP where possibleSasha Levin2013-07-07
* | mm: rename page struct field helpersMel Gorman2013-02-23
|/
* sl[au]b: always get the cache from its page in kmem_cache_free()Glauber Costa2012-12-18
* mm/sl[aou]b: Common alignment codeChristoph Lameter2012-12-11
* mm/slob: use min_t() to compare ARCH_SLAB_MINALIGNArnd Bergmann2012-10-31
* mm/slob: Use free_page instead of put_page for page-size kmalloc allocationsEzequiel Garcia2012-10-31
* mm/sl[aou]b: Move common kmem_cache_size() to slab.hEzequiel Garcia2012-10-31
* mm/slob: Use object_size field in kmem_cache_size()Ezequiel Garcia2012-10-31
* mm/slob: Drop usage of page->private for storing page-sized allocationsEzequiel Garcia2012-10-31
* Merge branch 'slab/tracing' into slab/for-linusPekka Enberg2012-10-03
|\
| * mm, slob: fix build breakage in __kmalloc_node_track_callerDavid Rientjes2012-09-26
* | Merge branch 'slab/common-for-cgroups' into slab/for-linusPekka Enberg2012-10-03
|\ \ | |/ |/|
| * mm/sl[aou]b: Move kmem_cache refcounting to common codeChristoph Lameter2012-09-05
| * mm/sl[aou]b: Shrink __kmem_cache_create() parameter listsChristoph Lameter2012-09-05
| * mm/sl[aou]b: Move kmem_cache allocations into common codeChristoph Lameter2012-09-05
| * mm/sl[aou]b: Get rid of __kmem_cache_destroyChristoph Lameter2012-09-05
| * mm/sl[aou]b: Move freeing of kmem_cache structure to common codeChristoph Lameter2012-09-05
| * mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache structChristoph Lameter2012-09-05
| * mm/sl[aou]b: Extract a common function for kmem_cache_destroyChristoph Lameter2012-09-05
| * mm/sl[aou]b: Move list_add() to slab_common.cChristoph Lameter2012-09-05
* | mm, slob: Add support for kmalloc_track_caller()Ezequiel Garcia2012-09-25
* | mm, slob: Use NUMA_NO_NODE instead of -1Ezequiel Garcia2012-09-25
|/
* slob: Fix early boot kernel crashChristoph Lameter2012-07-12
* mm, sl[aou]b: Common definition for boot state of the slab allocatorsChristoph Lameter2012-07-09
* mm, sl[aou]b: Extract common code for kmem_cache_create()Christoph Lameter2012-07-09
* mm, sl[aou]b: Extract common fields from struct kmem_cacheChristoph Lameter2012-06-14
* slob: Remove various small accessorsChristoph Lameter2012-06-14
* slob: No need to zero mapping since it is no longer in useChristoph Lameter2012-06-14
* slob: Define page struct fields used in mm_types.hChristoph Lameter2012-06-14
* mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* slob/lockdep: Fix gfp flags passed to lockdepSteven Rostedt2011-06-07
* mm: Remove support for kmem_cache_name()Christoph Lameter2011-01-23
* kernel: kmem_ptr_validate considered harmfulNick Piggin2011-01-07
* slob: fix gfp flags for order-0 page allocationsDavid Rientjes2010-10-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2010-08-06
|\
| * SLOB: Free objects to their own listBob Liu2010-07-16
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-06
|\ \
| * | tracing: Remove kmemtrace ftrace pluginLi Zefan2010-06-09
| |/
* | mm: remove all rcu head initializationsPaul E. McKenney2010-06-14
|/
* mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slob_def.h>David Woodhouse2010-05-19
* slab: remove duplicate kmem_cache_init_late() declarationsWu Fengguang2009-08-06
* fix RCU-callback-after-kmem_cache_destroy problem in sl[aou]bPaul E. McKenney2009-06-26
*---. Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/...Pekka Enberg2009-06-17
|\ \ \
| | | * slob: use PG_slab for identifying SLOB pagesWu Fengguang2009-05-11
| | |/
* | | page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-16
* | | kmemleak: Add the slob memory allocation/freeing hooksCatalin Marinas2009-06-11