summaryrefslogtreecommitdiff
path: root/include/linux/slab.h
AgeCommit message (Expand)Author
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
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2017-02-22slab: remove synchronous synchronize_sched() from memcg cache deactivation pathTejun Heo
2017-02-22slab: implement slab_root_caches listTejun Heo
2017-02-22slab: link memcg kmem_caches on their associated memory cgroupTejun Heo
2017-02-22slab: reorganize memcg_cache_paramsTejun Heo
2017-01-10mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDERMichal Hocko
2016-09-06slab: Convert to hotplug state machineSebastian Andrzej Siewior
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2016-07-26mm: faster kmalloc_array(), kcalloc()Alexey Dobriyan
2016-07-26mm: Hardened usercopyKees Cook
2016-05-19include/linux: apply __malloc attributeRasmus Villemoes
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko
2016-03-25mm, kasan: SLAB supportAlexander Potapenko
2016-03-15slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKSLaura Abbott
2016-03-15mm: fix some spellingJesper Dangaard Brouer
2016-03-15mm: new API kfree_bulk() for SLAB+SLUB allocatorsJesper Dangaard Brouer
2016-01-20mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner
2016-01-14slab: add SLAB_ACCOUNT flagVladimir Davydov
2015-11-22slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer
2015-11-20slab.h: sprinkle __assume_aligned attributesRasmus Villemoes
2015-11-05slab: convert slab_is_available() to booleanDenis Kirjanov
2015-09-04slab: infrastructure for bulk object allocation and freeingChristoph Lameter
2015-06-29Fix kmalloc slab creation sequenceChristoph Lameter
2015-06-24linux/slab.h: fix three off-by-one typos in commentRasmus Villemoes
2015-06-24mm/slab_common: support the slub_debug boot option on specific object sizeGavin Guo
2015-04-14mm, slab: correct config option in commentDavid Rientjes
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin
2015-02-12memcg: free memcg_caches slot on css offlineVladimir Davydov
2015-02-12slab: link memcg caches of the same kind into a listVladimir Davydov
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov
2015-02-10memcg: zap memcg_slab_caches and memcg_slab_mutexVladimir Davydov
2015-02-10memcg: zap memcg_name argument of memcg_create_kmem_cacheVladimir Davydov
2014-12-13memcg: fix possible use-after-free in memcg_kmem_get_cache()Vladimir Davydov
2014-12-10memcg: use generic slab iterators for showing slabinfoVladimir Davydov
2014-10-09mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()Joonsoo Kim
2014-10-09mm/slab_common: move kmem_cache definition to internal headerJoonsoo Kim
2014-06-04memcg: cleanup kmem cache creation/destruction functions namingVladimir Davydov
2014-06-04memcg: get rid of memcg_create_cache_nameVladimir Davydov
2014-06-04memcg, slab: simplify synchronization schemeVladimir Davydov
2014-06-04memcg, slab: do not schedule cache destruction when last page goes awayVladimir Davydov