summaryrefslogtreecommitdiffstats
path: root/mm/slab.h
Commit message (Expand)AuthorAgeFilesLines
* mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko2019-07-121-0/+20
* mm: memcg/slab: reparent memcg kmem_caches on cgroup removalRoman Gushchin2019-07-121-9/+32
* mm: memcg/slab: stop setting page->mem_cgroup pointer for slab pagesRoman Gushchin2019-07-121-13/+61
* mm: memcg/slab: rework non-root kmem_cache lifecycle managementRoman Gushchin2019-07-121-32/+12
* mm: memcg/slab: unify SLAB and SLUB page accountingRoman Gushchin2019-07-121-0/+25
* mm: memcg/slab: generalize postponed non-root kmem_cache deactivationRoman Gushchin2019-07-121-2/+1
* mm: memcg/slab: rename slab delayed deactivation functions and fieldsRoman Gushchin2019-07-121-1/+1
* mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_lin...Roman Gushchin2019-07-121-2/+3
* mm/slab: sanity-check page type when looking up cacheKees Cook2019-07-121-4/+13
* mm/slab: validate cache membership under freelist hardeningKees Cook2019-07-121-8/+6
* mm: add support for kmem caches in DMA32 zoneNicolas Boichat2019-03-291-1/+2
* memcg: localize memcg_kmem_enabled() checkShakeel Butt2019-03-051-4/+0
* kmemleak: account for tagged pointers when calculating pointer rangeAndrey Konovalov2019-02-211-0/+1
* kasan, kmemleak: pass tagged pointers to kmemleakAndrey Konovalov2019-02-211-4/+2
* kasan, mm: change hooks signaturesAndrey Konovalov2018-12-281-1/+1
* mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai2018-08-171-3/+3
* slab, slub: skip unnecessary kasan_cache_shutdown()Shakeel Butt2018-04-051-0/+1
* slab: make usercopy region 32-bitAlexey Dobriyan2018-04-051-2/+2
* slab: make kmem_cache_flags accept 32-bit object sizeAlexey Dobriyan2018-04-051-2/+2
* slab: make kmem_cache_create() work with 32-bit sizesAlexey Dobriyan2018-04-051-3/+3
* slab: make create_boot_cache() work with 32-bit sizesAlexey Dobriyan2018-04-051-2/+2
* slab: make create_kmalloc_cache() work with 32-bit sizesAlexey Dobriyan2018-04-051-4/+4
* Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-2/+6
|\
| * usercopy: Mark kmalloc caches as usercopy cachesDavid Windsor2018-01-151-1/+2
| * usercopy: Prepare for usercopy whitelistingDavid Windsor2018-01-151-1/+4
* | mm/slab_common.c: make calculate_alignment() staticByongho Lee2018-01-311-3/+0
|/
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-3/+2
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-2/+0
* slab, slub, slob: add slab_flags_tAlexey Dobriyan2017-11-151-13/+13
* mm: oom: show unreclaimable slab info when unreclaimable slabs > user memoryYang Shi2017-11-151-0/+8
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-10-241-1/+1
|/
* locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra2017-08-101-1/+5
* mm: memcontrol: account slab stats per lruvecJohannes Weiner2017-07-061-17/+1
* mm: memcontrol: use generic mod_memcg_page_state for kmem pagesJohannes Weiner2017-07-061-8/+8
* mm: memcontrol: use the node-native slab memory countersJohannes Weiner2017-07-061-2/+2
* mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-2/+2
* slab: remove synchronous synchronize_sched() from memcg cache deactivation pathTejun Heo2017-02-221-0/+2
* slab: introduce __kmemcg_cache_deactivate()Tejun Heo2017-02-221-1/+2
* slab: implement slab_root_caches listTejun Heo2017-02-221-0/+15
* slab: link memcg kmem_caches on their associated memory cgroupTejun Heo2017-02-221-0/+3
* slab: reorganize memcg_cache_paramsTejun Heo2017-02-221-3/+3
* Revert "slub: move synchronize_sched out of slab_mutex on shrink"Tejun Heo2017-02-221-1/+1
* mm, slab: rename kmalloc-node cache to kmalloc-<size>Vlastimil Babka2017-02-221-0/+6
* mm, slab: maintain total slab count instead of active countDavid Rientjes2016-12-121-2/+2
* mm, slab: faster active and free statsGreg Thelen2016-12-121-1/+2
* mm/slab_common.c: check kmem_create_cache flags are commonThomas Garnier2016-12-121-0/+15
* slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov2016-12-121-1/+1
* mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna2016-10-271-0/+1