summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-03-22slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov5-23/+31
2016-10-28mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna2-16/+28
2016-07-28mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko10-56/+93
2016-07-26mm: memcontrol: cleanup kmem charge functionsVladimir Davydov4-123/+80
2016-07-26mm: reorganize SLAB freelist randomizationThomas Garnier4-61/+82
2016-05-21mm: kasan: initial memory quarantine implementationAlexander Potapenko10-15/+387
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko8-42/+48
2016-03-17mm: memcontrol: report slab usage in cgroup2 memory.statVladimir Davydov6-6/+79
2016-03-15slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKSLaura Abbott5-41/+66
2016-03-15mm: fix some spellingJesper Dangaard Brouer3-3/+3
2016-03-15mm: fault-inject take over bootstrap kmem_cache checkJesper Dangaard Brouer4-17/+14
2016-03-15mm/slab: move SLUB alloc hooks to common mm/slab.hJesper Dangaard Brouer2-54/+62
2016-02-19mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov5-27/+29
2016-01-21mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner11-57/+72
2016-01-15slab: add SLAB_ACCOUNT flagVladimir Davydov6-12/+26
2015-11-22slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer6-11/+11
2015-11-06memcg: unify slab and other kmem pages chargingVladimir Davydov5-72/+53
2015-11-06mm/slab_common.c: clear pointers to per memcg caches on destroyVladimir Davydov2-21/+78
2015-09-04mm/slab.h: fix argument order in cache_from_obj's error messageDaniel Borkmann1-1/+1
2015-09-04slab: infrastructure for bulk object allocation and freeingChristoph Lameter6-0/+82
2015-06-25slab: correct size_index table before replacing the bootstrap kmem_cache_nodeDaniel Sanders4-15/+24
2015-02-13slub: make dead caches discard free slabs immediatelyVladimir Davydov5-11/+43
2015-02-13slab: link memcg caches of the same kind into a listVladimir Davydov5-33/+41
2015-02-13slab: embed memcg_cache_params to kmem_cacheVladimir Davydov7-103/+111
2015-02-10memcg: zap __memcg_{charge,uncharge}_slabVladimir Davydov3-22/+8
2014-12-11memcg: use generic slab iterators for showing slabinfoVladimir Davydov4-31/+24
2014-12-11slab: replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar1-3/+3
2014-12-11slab: print slabinfo header in seq showVladimir Davydov3-16/+8
2014-10-10mm/slab: use percpu allocator for cpu cacheJoonsoo Kim3-182/+78
2014-10-10mm/slab: support slab mergeJoonsoo Kim2-1/+27
2014-10-10mm/slab_common: commonize slab merge logicJoonsoo Kim4-94/+117
2014-10-10slab: fix for_each_kmem_cache_node()Mikulas Patocka1-2/+2
2014-10-10mm/slab_common: move kmem_cache definition to internal headerJoonsoo Kim4-41/+46
2014-08-07slab: convert last use of __FUNCTION__ to __func__Joe Perches1-1/+1
2014-08-07slab: introduce alien_cacheJoonsoo Kim2-42/+68
2014-08-07mm: slab.h: wrap the whole file with guarding macroAndrey Ryabinin1-1/+2
2014-08-07slab common: add functions for kmem_cache_node accessChristoph Lameter2-6/+16
2014-06-04memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slabVladimir Davydov5-31/+24
2014-06-04memcg, slab: do not schedule cache destruction when last page goes awayVladimir Davydov4-69/+4
2014-06-04slab: get_online_mems for kmem_cache_{create,destroy,shrink}Vladimir Davydov5-31/+39
2014-06-04sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov6-26/+59
2014-05-06slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter4-24/+29
2014-04-07memcg, slab: never try to merge memcg cachesVladimir Davydov3-30/+18
2014-01-24memcg, slab: RCU protect memcg_params for root cachesVladimir Davydov3-10/+30
2014-01-24memcg, slab: fix barrier usage when accessing memcg_cachesVladimir Davydov2-15/+21
2013-11-13memcg, kmem: rename cache_from_memcg to cache_from_memcg_idxQiang Huang4-5/+7
2013-08-29memcg: check that kmem_cache has memcg_params before accessing itAndrey Vagin1-0/+2
2013-07-08mm/slab: Give s_next and s_stop slab-specific namesWanpeng Li3-8/+8
2013-07-07mm/slab: Sharing s_next and s_stop between slab and slubWanpeng Li3-12/+5
2013-02-01slab: Common definition for kmem_cache_nodeChristoph Lameter3-28/+32
[next]