Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mm/slab.h
AgeCommit message (Expand)Author
2017-02-23slab: remove synchronous synchronize_sched() from memcg cache deactivation pathTejun Heo
2017-02-23slab: introduce __kmemcg_cache_deactivate()Tejun Heo
2017-02-23slab: implement slab_root_caches listTejun Heo
2017-02-23slab: link memcg kmem_caches on their associated memory cgroupTejun Heo
2017-02-23slab: reorganize memcg_cache_paramsTejun Heo
2017-02-23Revert "slub: move synchronize_sched out of slab_mutex on shrink"Tejun Heo
2017-02-23mm, slab: rename kmalloc-node cache to kmalloc-<size>Vlastimil Babka
2016-12-13mm, slab: maintain total slab count instead of active countDavid Rientjes
2016-12-13mm, slab: faster active and free statsGreg Thelen
2016-12-13mm/slab_common.c: check kmem_create_cache flags are commonThomas Garnier
2016-12-13slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov
2016-10-28mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna
2016-07-29mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko
2016-07-27mm: memcontrol: cleanup kmem charge functionsVladimir Davydov
2016-07-27mm: reorganize SLAB freelist randomizationThomas Garnier
2016-05-21mm: kasan: initial memory quarantine implementationAlexander Potapenko
2016-03-26mm, kasan: add GFP flags to KASAN APIAlexander Potapenko
2016-03-18mm: memcontrol: report slab usage in cgroup2 memory.statVladimir Davydov
2016-03-16slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKSLaura Abbott
2016-03-16mm: fix some spellingJesper Dangaard Brouer
2016-03-16mm: fault-inject take over bootstrap kmem_cache checkJesper Dangaard Brouer
2016-03-16mm/slab: move SLUB alloc hooks to common mm/slab.hJesper Dangaard Brouer
2016-02-19mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov
2016-01-21mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner
2016-01-15slab: add SLAB_ACCOUNT flagVladimir Davydov
2015-11-22slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer
2015-11-06memcg: unify slab and other kmem pages chargingVladimir Davydov
2015-11-06mm/slab_common.c: clear pointers to per memcg caches on destroyVladimir Davydov
2015-09-05mm/slab.h: fix argument order in cache_from_obj's error messageDaniel Borkmann
2015-09-05slab: infrastructure for bulk object allocation and freeingChristoph Lameter
2015-06-25slab: correct size_index table before replacing the bootstrap kmem_cache_nodeDaniel Sanders
2015-02-13slub: make dead caches discard free slabs immediatelyVladimir Davydov
2015-02-13slab: link memcg caches of the same kind into a listVladimir Davydov
2015-02-13slab: embed memcg_cache_params to kmem_cacheVladimir Davydov
2015-02-11memcg: zap __memcg_{charge,uncharge}_slabVladimir Davydov
2014-12-11memcg: use generic slab iterators for showing slabinfoVladimir Davydov
2014-12-11slab: replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar
2014-12-11slab: print slabinfo header in seq showVladimir Davydov
2014-10-10mm/slab: use percpu allocator for cpu cacheJoonsoo Kim
2014-10-10mm/slab: support slab mergeJoonsoo Kim
2014-10-10mm/slab_common: commonize slab merge logicJoonsoo Kim
2014-10-10slab: fix for_each_kmem_cache_node()Mikulas Patocka
2014-10-10mm/slab_common: move kmem_cache definition to internal headerJoonsoo Kim
2014-08-07slab: convert last use of __FUNCTION__ to __func__Joe Perches
2014-08-07slab: introduce alien_cacheJoonsoo Kim
2014-08-07mm: slab.h: wrap the whole file with guarding macroAndrey Ryabinin
2014-08-07slab common: add functions for kmem_cache_node accessChristoph Lameter
2014-06-05memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slabVladimir Davydov
2014-06-05memcg, slab: do not schedule cache destruction when last page goes awayVladimir Davydov
2014-06-05slab: get_online_mems for kmem_cache_{create,destroy,shrink}Vladimir Davydov