aboutsummaryrefslogtreecommitdiff
path: root/mm/slab.h
AgeCommit message (Expand)Author
2018-08-17mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai
2018-04-05slab, slub: skip unnecessary kasan_cache_shutdown()Shakeel Butt
2018-04-05slab: make usercopy region 32-bitAlexey Dobriyan
2018-04-05slab: make kmem_cache_flags accept 32-bit object sizeAlexey Dobriyan
2018-04-05slab: make kmem_cache_create() work with 32-bit sizesAlexey Dobriyan
2018-04-05slab: make create_boot_cache() work with 32-bit sizesAlexey Dobriyan
2018-04-05slab: make create_kmalloc_cache() work with 32-bit sizesAlexey Dobriyan
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-31mm/slab_common.c: make calculate_alignment() staticByongho Lee
2018-01-15usercopy: Mark kmalloc caches as usercopy cachesDavid Windsor
2018-01-15usercopy: Prepare for usercopy whitelistingDavid Windsor
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan
2017-11-15mm: oom: show unreclaimable slab info when unreclaimable slabs > user memoryYang Shi
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra
2017-07-06mm: memcontrol: account slab stats per lruvecJohannes Weiner
2017-07-06mm: memcontrol: use generic mod_memcg_page_state for kmem pagesJohannes Weiner
2017-07-06mm: memcontrol: use the node-native slab memory countersJohannes Weiner
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: introduce __kmemcg_cache_deactivate()Tejun 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-02-22Revert "slub: move synchronize_sched out of slab_mutex on shrink"Tejun Heo
2017-02-22mm, slab: rename kmalloc-node cache to kmalloc-<size>Vlastimil Babka
2016-12-12mm, slab: maintain total slab count instead of active countDavid Rientjes
2016-12-12mm, slab: faster active and free statsGreg Thelen
2016-12-12mm/slab_common.c: check kmem_create_cache flags are commonThomas Garnier
2016-12-12slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov
2016-10-27mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna
2016-07-28mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko
2016-07-26mm: memcontrol: cleanup kmem charge functionsVladimir Davydov
2016-07-26mm: reorganize SLAB freelist randomizationThomas Garnier
2016-05-20mm: kasan: initial memory quarantine implementationAlexander Potapenko
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko
2016-03-17mm: memcontrol: report slab usage in cgroup2 memory.statVladimir Davydov
2016-03-15slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKSLaura Abbott
2016-03-15mm: fix some spellingJesper Dangaard Brouer
2016-03-15mm: fault-inject take over bootstrap kmem_cache checkJesper Dangaard Brouer
2016-03-15mm/slab: move SLUB alloc hooks to common mm/slab.hJesper Dangaard Brouer
2016-02-18mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov
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-05memcg: unify slab and other kmem pages chargingVladimir Davydov