aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/slub_def.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-07slub: remove kmem_cache->reservedMatthew Wilcox1-1/+0
2018-04-05slub: make struct kmem_cache_order_objects::x unsigned intAlexey Dobriyan1-1/+1
2018-04-05slab: make usercopy region 32-bitAlexey Dobriyan1-2/+2
2018-04-05slub: make ->size unsigned intAlexey Dobriyan1-1/+1
2018-04-05slub: make ->object_size unsigned intAlexey Dobriyan1-1/+1
2018-04-05slub: make ->offset unsigned intAlexey Dobriyan1-1/+1
2018-04-05slub: make ->cpu_partial unsigned intAlexey Dobriyan1-1/+2
2018-04-05slub: make ->inuse unsigned intAlexey Dobriyan1-1/+1
2018-04-05slub: make ->align unsigned intAlexey Dobriyan1-1/+1
2018-04-05slub: make ->reserved unsigned intAlexey Dobriyan1-1/+1
2018-04-05slub: make ->red_left_pad unsigned intAlexey Dobriyan1-1/+1
2018-04-05slub: make ->max_attr_size unsigned intAlexey Dobriyan1-1/+2
2018-04-05slub: make ->remote_node_defrag_ratio unsigned intAlexey Dobriyan1-1/+1
2018-01-15usercopy: Prepare for usercopy whitelistingDavid Windsor1-0/+3
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06mm: add SLUB free list pointer obfuscationKees Cook1-0/+4
2017-07-06mm/slub.c: wrap kmem_cache->cpu_partial in config CONFIG_SLUB_CPU_PARTIALWei Yang1-0/+13
2017-07-06mm/slub.c: wrap cpu_slab->partial in CONFIG_SLUB_CPU_PARTIALWei Yang1-0/+19
2017-07-06mm/slub.c: pack red_left_pad with another int to save a wordWei Yang1-1/+1
2017-06-23slub: make sysfs file removal asynchronousTejun Heo1-0/+1
2017-02-22slub: separate out sysfs_slab_release() from sysfs_slab_remove()Tejun Heo1-2/+2
2016-07-28mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko1-0/+4
2016-07-28mm, kasan: account for object redzone in SLUB's nearest_obj()Alexander Potapenko1-4/+6
2016-07-26mm: SLUB freelist randomizationThomas Garnier1-0/+5
2016-05-26mm: slub: remove unused virt_to_obj()Andrey Ryabinin1-16/+0
2016-03-25mm, kasan: SLAB supportAlexander Potapenko1-0/+11
2016-03-15mm/slub: support left redzoneJoonsoo Kim1-0/+1
2016-01-20mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner1-1/+1
2015-02-13mm: slub: share object_err functionAndrey Ryabinin1-0/+3
2015-02-13mm: slub: introduce virt_to_obj functionAndrey Ryabinin1-0/+16
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov1-1/+1
2014-05-06slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter1-0/+9
2014-04-07slub: rework sysfs layout for memcg cachesVladimir Davydov1-0/+3
2013-11-22Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-1/+1
2013-11-11mm, slub: fix the typo in include/linux/slub_def.hZhi Yong Wu1-1/+1
2013-09-04slub: remove verify_mem_not_deleted()Christoph Lameter1-13/+0
2013-09-04mm/sl[aou]b: Move kmallocXXX functions to common codeChristoph Lameter1-97/+0
2013-02-01slab: Common definition for kmem_cache_nodeChristoph Lameter1-11/+0
2013-02-01slab: Common Kmalloc cache determinationChristoph Lameter1-31/+10
2013-02-01slab: Common definition for the array of kmalloc cachesChristoph Lameter1-6/+0
2013-02-01slab: Common constants for kmalloc boundariesChristoph Lameter1-16/+3
2013-02-01slab: Common kmalloc slab index determinationChristoph Lameter1-63/+0
2012-12-18slub: slub-specific propagation changesGlauber Costa1-0/+1
2012-12-18sl[au]b: allocate objects from memcg cacheGlauber Costa1-1/+4
2012-12-18slab/slub: struct memcg_paramsGlauber Costa1-0/+3
2012-06-14mm, sl[aou]b: Extract common fields from struct kmem_cacheChristoph Lameter1-1/+1
2012-06-01slub: Get rid of the node fieldChristoph Lameter1-1/+0
2012-03-28Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-2/+4
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1