summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-03-22slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov5-23/+31
2016-02-19mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov5-27/+29
2015-11-22slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer6-11/+11
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka18-37/+38
2015-09-04slab: infrastructure for bulk object allocation and freeingChristoph Lameter6-0/+82
2015-04-14slob: make slob_alloc_node() static and remove EXPORT_SYMBOL()Fabian Frederick1-2/+1
2015-02-13slub: make dead caches discard free slabs immediatelyVladimir Davydov5-11/+43
2014-10-10mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()Joonsoo Kim3-42/+0
2014-06-04slab: get_online_mems for kmem_cache_{create,destroy,shrink}Vladimir Davydov5-31/+39
2014-04-11mm: slab/slub: use page->list consistently instead of page->lruDave Hansen3-8/+9
2013-09-04mm/sl[aou]b: Move kmallocXXX functions to common codeChristoph Lameter7-278/+158
2013-07-14Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-69/+121
2013-07-07slob: Check for NULL pointer before calling ctor()Steven Rostedt1-1/+1
2013-07-07slob: use DIV_ROUND_UP where possibleSasha Levin1-1/+1
2013-02-24mm: rename page struct field helpersMel Gorman10-25/+25
2012-12-18sl[au]b: always get the cache from its page in kmem_cache_free()Glauber Costa5-14/+53
2012-12-11mm/sl[aou]b: Common alignment codeChristoph Lameter5-69/+34
2012-10-31mm/slob: use min_t() to compare ARCH_SLAB_MINALIGNArnd Bergmann1-3/+3
2012-10-31mm/slob: Use free_page instead of put_page for page-size kmalloc allocationsEzequiel Garcia1-1/+1
2012-10-31mm/sl[aou]b: Move common kmem_cache_size() to slab.hEzequiel Garcia4-22/+8
2012-10-31mm/slob: Use object_size field in kmem_cache_size()Ezequiel Garcia1-3/+3
2012-10-31mm/slob: Drop usage of page->private for storing page-sized allocationsEzequiel Garcia1-14/+10
2012-10-03Merge branch 'slab/tracing' into slab/for-linusPekka Enberg3-9/+9
2012-10-03Merge branch 'slab/common-for-cgroups' into slab/for-linusPekka Enberg5-277/+280
2012-09-26mm, slob: fix build breakage in __kmalloc_node_track_callerDavid Rientjes1-1/+1
2012-09-25mm, slob: Add support for kmalloc_track_caller()Ezequiel Garcia2-5/+28
2012-09-25mm, slob: Use NUMA_NO_NODE instead of -1Ezequiel Garcia2-5/+7
2012-09-05mm/sl[aou]b: Move kmem_cache refcounting to common codeChristoph Lameter4-5/+3
2012-09-05mm/sl[aou]b: Shrink __kmem_cache_create() parameter listsChristoph Lameter5-81/+68
2012-09-05mm/sl[aou]b: Move kmem_cache allocations into common codeChristoph Lameter5-70/+52
2012-09-05mm/sl[aou]b: Get rid of __kmem_cache_destroyChristoph Lameter5-36/+26
2012-09-05mm/sl[aou]b: Move freeing of kmem_cache structure to common codeChristoph Lameter4-5/+1
2012-09-05mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache structChristoph Lameter5-37/+52
2012-09-05mm/sl[aou]b: Extract a common function for kmem_cache_destroyChristoph Lameter5-75/+49
2012-09-05mm/sl[aou]b: Move list_add() to slab_common.cChristoph Lameter4-4/+16
2012-07-12slob: Fix early boot kernel crashChristoph Lameter1-1/+1
2012-07-09mm, sl[aou]b: Common definition for boot state of the slab allocatorsChristoph Lameter6-60/+62
2012-07-09mm, sl[aou]b: Extract common code for kmem_cache_create()Christoph Lameter6-31/+87
2012-06-14mm, sl[aou]b: Extract common fields from struct kmem_cacheChristoph Lameter6-112/+130
2012-06-14slob: Remove various small accessorsChristoph Lameter1-40/+9
2012-06-14slob: No need to zero mapping since it is no longer in useChristoph Lameter1-1/+0
2012-06-14slob: Define page struct fields used in mm_types.hChristoph Lameter2-60/+42
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker30-30/+30
2011-07-26atomic: use <linux/atomic.h>Arun Sharma439-448/+427
2011-06-07slob/lockdep: Fix gfp flags passed to lockdepSteven Rostedt1-0/+6
2011-01-23mm: Remove support for kmem_cache_name()Christoph Lameter4-21/+0
2011-01-07kernel: kmem_ptr_validate considered harmfulNick Piggin5-99/+1
2010-10-02slob: fix gfp flags for order-0 page allocationsDavid Rientjes1-1/+3
2010-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds5-49/+56
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds179-4809/+5611
[next]