summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
AgeCommit message (Expand)AuthorLines
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin-2/+29
2015-02-13mm: slub: introduce metadata_access_enable()/metadata_access_disable()Andrey Ryabinin-0/+25
2015-02-13mm: slub: share object_err functionAndrey Ryabinin-1/+1
2015-02-13slub: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-12/+8
2015-02-12slub: make dead caches discard free slabs immediatelyVladimir Davydov-5/+26
2015-02-12slub: fix kmem_cache_shrink return valueVladimir Davydov-1/+5
2015-02-12slub: never fail to shrink cacheVladimir Davydov-27/+31
2015-02-12slab: link memcg caches of the same kind into a listVladimir Davydov-14/+5
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov-2/+3
2015-02-10mm/slub.c: fix typo in commentKim Phillips-1/+1
2015-02-10mm/slub: optimize alloc/free fastpath by removing preemption on/offJoonsoo Kim-12/+23
2014-12-13slub: fix cpuset check in get_any_partialVladimir Davydov-2/+1
2014-12-13memcg: fix possible use-after-free in memcg_kmem_get_cache()Vladimir Davydov-5/+9
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-1/+2
2014-12-10slab: improve checking for invalid gfp_flagsAndrew Morton-1/+4
2014-12-10mm: slub: fix format mismatches in slab_err() callersAndrey Ryabinin-3/+3
2014-12-10mm: slab/slub: coding style: whitespaces and tabs mixtureLQYMGT-5/+5
2014-10-27cpuset: simplify cpuset_node_allowed APIVladimir Davydov-1/+2
2014-10-09mm/slab_common: commonize slab merge logicJoonsoo Kim-89/+2
2014-10-09slub: fall back to node_to_mem_node() node if allocating on memoryless nodeJoonsoo Kim-6/+18
2014-10-09slub: disable tracing and failslab for merged slabsChristoph Lameter-0/+11
2014-08-06slub: remove kmemcg id from create_unique_idVladimir Davydov-6/+0
2014-08-06slab: fix the alias count (via sysfs) of slab cacheGu Zheng-1/+1
2014-08-06mm, slub: fix some indenting in cmpxchg_double_slab()Dan Carpenter-6/+6
2014-08-06slub: avoid duplicate creation on the first objectWei Yang-8/+11
2014-08-06mm: slub: SLUB_DEBUG=n: use the same alloc/free hooks as for SLUB_DEBUG=yAndrey Ryabinin-61/+36
2014-08-06mm, slub: mark resiliency_test as init textDavid Rientjes-1/+1
2014-08-06slub: use new node functionsChristoph Lameter-49/+29
2014-08-06slab common: add functions for kmem_cache_node accessChristoph Lameter-5/+0
2014-07-03slub: fix off by one in number of slab testsJoonsoo Kim-3/+3
2014-06-06slub: search partial list on numa_mem_id(), instead of numa_node_id()Joonsoo Kim-1/+1
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter-3/+3
2014-06-04memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slabVladimir Davydov-2/+0
2014-06-04slab: get_online_mems for kmem_cache_{create,destroy,shrink}Vladimir Davydov-3/+2
2014-06-04mem-hotplug: implement get/put_online_memsVladimir Davydov-2/+2
2014-06-04mm: get rid of __GFP_KMEMCGVladimir Davydov-3/+3
2014-06-04sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov-7/+17
2014-06-04mm: slub: fix ALLOC_SLOWPATH statDave Hansen-5/+3
2014-06-04mm, slab: suppress out of memory warning unless debug is enabledDavid Rientjes-12/+17
2014-06-04mm/slub.c: convert vnsprintf-static to va_formatFabian Frederick-7/+9
2014-06-04mm/slub.c: convert printk to pr_foo()Fabian Frederick-72/+57
2014-05-06slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter-22/+8
2014-05-06slub: fix memcg_propagate_slab_attrsVladimir Davydov-4/+7
2014-04-13Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds-2/+3
2014-04-07slub: use raw_cpu_inc for incrementing statisticsChristoph Lameter-1/+5
2014-04-07slub: fix leak of 'name' in sysfs_slab_addDave Jones-14/+15
2014-04-07slub: rework sysfs layout for memcg cachesVladimir Davydov-1/+25
2014-04-07slub: adjust memcg caches when creating cache aliasVladimir Davydov-0/+13
2014-04-07memcg, slab: never try to merge memcg cachesVladimir Davydov-10/+9
2014-04-07mm, mempolicy: rename slab_node for clarityDavid Rientjes-1/+1