summaryrefslogtreecommitdiff
path: root/include/linux/slab.h
AgeCommit message (Expand)Author
2021-11-06mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt
2021-11-06mm/kvmalloc: add __alloc_size attributes for better bounds checkingKees Cook
2021-11-06slab: add __alloc_size attributes for better bounds checkingKees Cook
2021-11-06slab: clean up function prototypesKees Cook
2021-11-06mm: move kvmalloc-related functions to slab.hMatthew Wilcox (Oracle)
2021-06-29mm: memcg/slab: create a new set of kmalloc-cg-<n> cachesWaiman Long
2021-06-29mm, slub: change run-time assertion in kmalloc_index() to compile-timeHyeonggon Yoo
2021-03-08mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney
2021-01-22mm: Add mem_dump_obj() to print source of memory blockPaul E. McKenney
2020-12-15mm: slab: provide krealloc_array()Bartosz Golaszewski
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers
2020-10-13include/linux/slab.h: fix a typo error in commenttangjianqiang
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all allocationsRoman Gushchin
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsRoman Gushchin
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-04-10docs: mm: slab.h: fix a broken cross-referenceMauro Carvalho Chehab
2020-02-04mm: remove __kreallocFlorian Westphal
2019-12-01mm, slab: remove unused kmalloc_size()Pengfei Li
2019-10-07mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Vlastimil Babka
2019-09-24mm, slab: move memcg_cache_params structure to mm/slab.hWaiman Long
2019-07-12mm, memcg: add a memcg_slabinfo debugfs fileWaiman Long
2019-07-12mm: memcg/slab: reparent memcg kmem_caches on cgroup removalRoman Gushchin
2019-07-12mm: memcg/slab: rework non-root kmem_cache lifecycle managementRoman Gushchin
2019-07-12mm: memcg/slab: rename slab delayed deactivation functions and fieldsRoman Gushchin
2019-07-12mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver
2019-03-29mm: add support for kmem caches in DMA32 zoneNicolas Boichat
2018-12-29Merge tag 'docs-5.0' of git://git.lwn.net/linuxLinus Torvalds
2018-12-28include/linux/slab.h: fix sparse warning in kmalloc_type()Vlastimil Babka
2018-12-28kasan, mm: change hooks signaturesAndrey Konovalov
2018-11-20Merge branch 'kmalloc' into docs-nextJonathan Corbet
2018-11-20docs/mm: update kmalloc kernel-doc descriptionMike Rapoport
2018-10-26mm, slab/slub: introduce kmalloc-reclaimable cachesVlastimil Babka
2018-10-26mm, slab: combine kmalloc_caches and kmalloc_dma_cachesVlastimil Babka
2018-08-17mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai
2018-06-15mm: fix race between kmem_cache destroy, create and deactivateShakeel Butt
2018-06-05mm: Use overflow helpers in kmalloc_array*()Kees Cook
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap
2018-04-05slab: make usercopy region 32-bitAlexey Dobriyan
2018-04-05slab: make kmem_cache_create() work with 32-bit sizesAlexey Dobriyan
2018-04-05slab: make kmalloc_size() return "unsigned int"Alexey Dobriyan
2018-04-05slab: make kmalloc_index() return "unsigned int"Alexey Dobriyan
2018-01-15usercopy: Allow strict enforcement of whitelistsKees Cook
2018-01-15usercopy: Prepare for usercopy whitelistingDavid Windsor
2018-01-15usercopy: Include offset in hardened usercopy reportKees Cook
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-15kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)
2017-11-15include/linux/slab.h: add kmalloc_array_node() and kcalloc_node()Johannes Thumshirn
2017-11-15slab, slub, slob: convert slab_flags_t to 32-bitAlexey Dobriyan
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