aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/slab.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-10docs: mm: slab.h: fix a broken cross-referenceMauro Carvalho Chehab1-1/+1
2020-02-04mm: remove __kreallocFlorian Westphal1-1/+0
2019-12-01mm, slab: remove unused kmalloc_size()Pengfei Li1-20/+0
2019-10-07mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Vlastimil Babka1-0/+4
2019-09-24mm, slab: move memcg_cache_params structure to mm/slab.hWaiman Long1-62/+0
2019-07-12mm, memcg: add a memcg_slabinfo debugfs fileWaiman Long1-0/+4
2019-07-12mm: memcg/slab: reparent memcg kmem_caches on cgroup removalRoman Gushchin1-1/+1
2019-07-12mm: memcg/slab: rework non-root kmem_cache lifecycle managementRoman Gushchin1-1/+2
2019-07-12mm: memcg/slab: rename slab delayed deactivation functions and fieldsRoman Gushchin1-3/+3
2019-07-12mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver1-0/+1
2019-03-29mm: add support for kmem caches in DMA32 zoneNicolas Boichat1-0/+2
2018-12-29Merge tag 'docs-5.0' of git://git.lwn.net/linuxLinus Torvalds1-28/+27
2018-12-28include/linux/slab.h: fix sparse warning in kmalloc_type()Vlastimil Babka1-12/+12
2018-12-28kasan, mm: change hooks signaturesAndrey Konovalov1-2/+2
2018-11-20Merge branch 'kmalloc' into docs-nextJonathan Corbet1-28/+27
2018-11-20docs/mm: update kmalloc kernel-doc descriptionMike Rapoport1-28/+27
2018-10-26mm, slab/slub: introduce kmalloc-reclaimable cachesVlastimil Babka1-1/+15
2018-10-26mm, slab: combine kmalloc_caches and kmalloc_dma_cachesVlastimil Babka1-11/+31
2018-08-17mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai1-1/+1
2018-06-15mm: fix race between kmem_cache destroy, create and deactivateShakeel Butt1-0/+1
2018-06-05mm: Use overflow helpers in kmalloc_array*()Kees Cook1-6/+11
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-1/+0
2018-04-05slab: make usercopy region 32-bitAlexey Dobriyan1-1/+1
2018-04-05slab: make kmem_cache_create() work with 32-bit sizesAlexey Dobriyan1-3/+4
2018-04-05slab: make kmalloc_size() return "unsigned int"Alexey Dobriyan1-2/+2
2018-04-05slab: make kmalloc_index() return "unsigned int"Alexey Dobriyan1-3/+3
2018-01-15usercopy: Allow strict enforcement of whitelistsKees Cook1-0/+2
2018-01-15usercopy: Prepare for usercopy whitelistingDavid Windsor1-6/+21
2018-01-15usercopy: Include offset in hardened usercopy reportKees Cook1-8/+4
2017-11-15mm: remove __GFP_COLDMel Gorman1-3/+0
2017-11-15kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)1-6/+0
2017-11-15include/linux/slab.h: add kmalloc_array_node() and kcalloc_node()Johannes Thumshirn1-0/+16
2017-11-15slab, slub, slob: convert slab_flags_t to 32-bitAlexey Dobriyan1-22/+22
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan1-23/+37
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-1/+2
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-2/+4
2017-02-22slab: remove synchronous synchronize_sched() from memcg cache deactivation pathTejun Heo1-0/+6
2017-02-22slab: implement slab_root_caches listTejun Heo1-0/+3
2017-02-22slab: link memcg kmem_caches on their associated memory cgroupTejun Heo1-0/+3
2017-02-22slab: reorganize memcg_cache_paramsTejun Heo1-9/+24
2017-01-10mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDERMichal Hocko1-2/+2
2016-09-06slab: Convert to hotplug state machineSebastian Andrzej Siewior1-0/+8
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+12
2016-07-26mm: faster kmalloc_array(), kcalloc()Alexey Dobriyan1-0/+2
2016-07-26mm: Hardened usercopyKees Cook1-0/+12
2016-05-19include/linux: apply __malloc attributeRasmus Villemoes1-8/+8
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko1-2/+2
2016-03-25mm, kasan: SLAB supportAlexander Potapenko1-0/+6
2016-03-15slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKSLaura Abbott1-1/+1