aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/slub_def.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-06mm: Convert struct page to struct slab in functions used by other subsystemsVlastimil Babka1-9/+9
2022-01-06mm/slub: Finish struct page to struct slab conversionVlastimil Babka1-1/+1
2022-01-06mm/slub: Convert most struct page to struct slab by spatchVlastimil Babka1-3/+3
2022-01-06mm/slub: Make object_err() staticVlastimil Babka1-3/+0
2021-11-06mm, slub: change percpu partial accounting from objects to pagesVlastimil Babka1-11/+2
2021-09-04mm, slub: convert kmem_cpu_slab protection to local_lockVlastimil Babka1-0/+6
2021-02-26mm, kfence: insert KFENCE hooks for SLUBAlexander Potapenko1-0/+3
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all allocationsRoman Gushchin1-10/+0
2020-08-07mm: memcg/slab: allocate obj_cgroups for non-root slab pagesRoman Gushchin1-0/+5
2020-08-07mm: slub: implement SLUB version of obj_to_index()Roman Gushchin1-0/+16
2019-03-05include/linux/slub_def.h: comment fixesTobin C. Harding1-6/+6
2018-06-28slub: fix failure when we delete and create a slab cacheMikulas Patocka1-0/+4
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