summaryrefslogtreecommitdiff
path: root/include/linux/slub_def.h
AgeCommit message (Expand)Author
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
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