summaryrefslogtreecommitdiff
path: root/include/linux/slub_def.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-06mm/slab: move the rest of slub_def.h to mm/slab.hVlastimil Babka1-150/+0
2023-12-06mm/slab: move struct kmem_cache_cpu declaration to slub.cVlastimil Babka1-54/+0
2023-06-05slub: Replace cmpxchg_double()Peter Zijlstra1-3/+9
2023-01-18mm/kasan: simplify and refine kasan_cache codeFeng Tang1-1/+1
2022-12-01mm, slub: remove percpu slabs with CONFIG_SLUB_TINYVlastimil Babka1-0/+4
2022-11-27mm, slub: disable SYSFS support with CONFIG_SLUB_TINYVlastimil Babka1-1/+1
2022-11-27mm, slab: ignore hardened usercopy parameters when disabledVlastimil Babka1-0/+2
2022-05-02mm/slub: remove unused kmem_cache_order_objects maxMiaohe Lin1-1/+0
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