summaryrefslogtreecommitdiff
path: root/include/linux/slub_def.h
AgeCommit message (Expand)Author
2023-06-05slub: Replace cmpxchg_double()Peter Zijlstra
2023-01-18mm/kasan: simplify and refine kasan_cache codeFeng Tang
2022-12-01mm, slub: remove percpu slabs with CONFIG_SLUB_TINYVlastimil Babka
2022-11-27mm, slub: disable SYSFS support with CONFIG_SLUB_TINYVlastimil Babka
2022-11-27mm, slab: ignore hardened usercopy parameters when disabledVlastimil Babka
2022-05-02mm/slub: remove unused kmem_cache_order_objects maxMiaohe Lin
2022-01-06mm: Convert struct page to struct slab in functions used by other subsystemsVlastimil Babka
2022-01-06mm/slub: Finish struct page to struct slab conversionVlastimil Babka
2022-01-06mm/slub: Convert most struct page to struct slab by spatchVlastimil Babka
2022-01-06mm/slub: Make object_err() staticVlastimil Babka
2021-11-06mm, slub: change percpu partial accounting from objects to pagesVlastimil Babka
2021-09-04mm, slub: convert kmem_cpu_slab protection to local_lockVlastimil Babka
2021-02-26mm, kfence: insert KFENCE hooks for SLUBAlexander Potapenko
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all allocationsRoman Gushchin
2020-08-07mm: memcg/slab: allocate obj_cgroups for non-root slab pagesRoman Gushchin
2020-08-07mm: slub: implement SLUB version of obj_to_index()Roman Gushchin
2019-03-05include/linux/slub_def.h: comment fixesTobin C. Harding
2018-06-28slub: fix failure when we delete and create a slab cacheMikulas Patocka
2018-06-07slub: remove kmem_cache->reservedMatthew Wilcox
2018-04-05slub: make struct kmem_cache_order_objects::x unsigned intAlexey Dobriyan
2018-04-05slab: make usercopy region 32-bitAlexey Dobriyan
2018-04-05slub: make ->size unsigned intAlexey Dobriyan
2018-04-05slub: make ->object_size unsigned intAlexey Dobriyan
2018-04-05slub: make ->offset unsigned intAlexey Dobriyan
2018-04-05slub: make ->cpu_partial unsigned intAlexey Dobriyan
2018-04-05slub: make ->inuse unsigned intAlexey Dobriyan
2018-04-05slub: make ->align unsigned intAlexey Dobriyan
2018-04-05slub: make ->reserved unsigned intAlexey Dobriyan
2018-04-05slub: make ->red_left_pad unsigned intAlexey Dobriyan
2018-04-05slub: make ->max_attr_size unsigned intAlexey Dobriyan
2018-04-05slub: make ->remote_node_defrag_ratio unsigned intAlexey Dobriyan
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