aboutsummaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka
2015-09-04mm/slub: don't wait for high-order page allocationJoonsoo Kim
2015-09-04mm/slub: fix slab double-free in case of duplicate sysfs filenameKonstantin Khlebnikov
2015-09-04mm/slub: move slab initialization into irq enabled regionThomas Gleixner
2015-09-04slub: add support for kmem_cache_debug in bulk callsJesper Dangaard Brouer
2015-09-04slub: initial bulk free implementationJesper Dangaard Brouer
2015-09-04slub: improve bulk alloc strategyJesper Dangaard Brouer
2015-09-04slub bulk alloc: extract objects from the per cpu slabJesper Dangaard Brouer
2015-09-04slab: infrastructure for bulk object allocation and freeingChristoph Lameter
2015-09-04slub: fix spelling succedd to succeedJesper Dangaard Brouer
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko
2015-06-24slab: correct size_index table before replacing the bootstrap kmem_cache_nodeDaniel Sanders
2015-04-15mm: remove rest of ACCESS_ONCE() usagesJason Low
2015-04-14slub: use bool function return values of true/false not 1/0Joe Perches
2015-04-14mm/slub.c: parse slub_debug O option in switch statementChris J Arges
2015-03-25mm/slub: fix lockups on PREEMPT && !SMP kernelsMark Rutland
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin
2015-02-13mm: slub: introduce metadata_access_enable()/metadata_access_disable()Andrey Ryabinin
2015-02-13mm: slub: share object_err functionAndrey Ryabinin
2015-02-13slub: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-12slub: make dead caches discard free slabs immediatelyVladimir Davydov
2015-02-12slub: fix kmem_cache_shrink return valueVladimir Davydov
2015-02-12slub: never fail to shrink cacheVladimir Davydov
2015-02-12slab: link memcg caches of the same kind into a listVladimir Davydov
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov
2015-02-10mm/slub.c: fix typo in commentKim Phillips
2015-02-10mm/slub: optimize alloc/free fastpath by removing preemption on/offJoonsoo Kim
2014-12-13slub: fix cpuset check in get_any_partialVladimir Davydov
2014-12-13memcg: fix possible use-after-free in memcg_kmem_get_cache()Vladimir Davydov
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-12-10slab: improve checking for invalid gfp_flagsAndrew Morton
2014-12-10mm: slub: fix format mismatches in slab_err() callersAndrey Ryabinin
2014-12-10mm: slab/slub: coding style: whitespaces and tabs mixtureLQYMGT
2014-10-27cpuset: simplify cpuset_node_allowed APIVladimir Davydov
2014-10-09mm/slab_common: commonize slab merge logicJoonsoo Kim
2014-10-09slub: fall back to node_to_mem_node() node if allocating on memoryless nodeJoonsoo Kim
2014-10-09slub: disable tracing and failslab for merged slabsChristoph Lameter
2014-08-06slub: remove kmemcg id from create_unique_idVladimir Davydov
2014-08-06slab: fix the alias count (via sysfs) of slab cacheGu Zheng
2014-08-06mm, slub: fix some indenting in cmpxchg_double_slab()Dan Carpenter
2014-08-06slub: avoid duplicate creation on the first objectWei Yang
2014-08-06mm: slub: SLUB_DEBUG=n: use the same alloc/free hooks as for SLUB_DEBUG=yAndrey Ryabinin
2014-08-06mm, slub: mark resiliency_test as init textDavid Rientjes
2014-08-06slub: use new node functionsChristoph Lameter
2014-08-06slab common: add functions for kmem_cache_node accessChristoph Lameter
2014-07-03slub: fix off by one in number of slab testsJoonsoo Kim
2014-06-06slub: search partial list on numa_mem_id(), instead of numa_node_id()Joonsoo Kim
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter
2014-06-04memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slabVladimir Davydov
2014-06-04slab: get_online_mems for kmem_cache_{create,destroy,shrink}Vladimir Davydov