summaryrefslogtreecommitdiff
path: root/include/linux/slub_def.h
AgeCommit message (Expand)Author
2018-01-15usercopy: Prepare for usercopy whitelistingDavid Windsor
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-06mm: add SLUB free list pointer obfuscationKees Cook
2017-07-06mm/slub.c: wrap kmem_cache->cpu_partial in config CONFIG_SLUB_CPU_PARTIALWei Yang
2017-07-06mm/slub.c: wrap cpu_slab->partial in CONFIG_SLUB_CPU_PARTIALWei Yang
2017-07-06mm/slub.c: pack red_left_pad with another int to save a wordWei Yang
2017-06-23slub: make sysfs file removal asynchronousTejun Heo
2017-02-22slub: separate out sysfs_slab_release() from sysfs_slab_remove()Tejun Heo
2016-07-28mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko
2016-07-28mm, kasan: account for object redzone in SLUB's nearest_obj()Alexander Potapenko
2016-07-26mm: SLUB freelist randomizationThomas Garnier
2016-05-26mm: slub: remove unused virt_to_obj()Andrey Ryabinin
2016-03-25mm, kasan: SLAB supportAlexander Potapenko
2016-03-15mm/slub: support left redzoneJoonsoo Kim
2016-01-20mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner
2015-02-13mm: slub: share object_err functionAndrey Ryabinin
2015-02-13mm: slub: introduce virt_to_obj functionAndrey Ryabinin
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov
2014-05-06slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter
2014-04-07slub: rework sysfs layout for memcg cachesVladimir Davydov
2013-11-22Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2013-11-11mm, slub: fix the typo in include/linux/slub_def.hZhi Yong Wu
2013-09-04slub: remove verify_mem_not_deleted()Christoph Lameter
2013-09-04mm/sl[aou]b: Move kmallocXXX functions to common codeChristoph Lameter
2013-02-01slab: Common definition for kmem_cache_nodeChristoph Lameter
2013-02-01slab: Common Kmalloc cache determinationChristoph Lameter
2013-02-01slab: Common definition for the array of kmalloc cachesChristoph Lameter
2013-02-01slab: Common constants for kmalloc boundariesChristoph Lameter
2013-02-01slab: Common kmalloc slab index determinationChristoph Lameter
2012-12-18slub: slub-specific propagation changesGlauber Costa
2012-12-18sl[au]b: allocate objects from memcg cacheGlauber Costa
2012-12-18slab/slub: struct memcg_paramsGlauber Costa
2012-06-14mm, sl[aou]b: Extract common fields from struct kmem_cacheChristoph Lameter
2012-06-01slub: Get rid of the node fieldChristoph Lameter
2012-03-28Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2012-02-18slub: per cpu partial statistics changeAlex Shi
2011-09-27slub: correct comments error for per cpu partialAlex Shi
2011-08-19slub: per cpu cache for partial pagesChristoph Lameter
2011-07-30Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-07-07slub: Add method to verify memory is not freedBen Greear
2011-07-02slub: fast release on full slabChristoph Lameter
2011-07-02slub: Add statistics for the case that the current slab does not match the nodeChristoph Lameter
2011-07-02slub: Add cmpxchg_double_slab()Christoph Lameter
2011-06-16slab, slub, slob: Unify alignment definitionChristoph Lameter
2011-05-21slub: Deal with hyperthetical case of PAGE_SIZE > 2MChristoph Lameter
2011-05-07slub: Remove CONFIG_CMPXCHG_LOCAL ifdefferyChristoph Lameter
2011-03-22slub: Add statistics for this_cmpxchg_double failuresChristoph Lameter
2011-03-20Merge branch 'slub/lockless' into for-linusPekka Enberg