aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-14slab: add SLAB_ACCOUNT flagVladimir Davydov1-1/+2
2015-11-22slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer1-3/+3
2015-11-05mm/slab_common.c: initialize kmem_cache pointer to NULLAlexandru Moise1-2/+1
2015-11-05mm/slab_common.c: do not warn that cache is busy on destroy more than onceVladimir Davydov1-6/+7
2015-11-05mm/slab_common.c: clear pointers to per memcg caches on destroyVladimir Davydov1-15/+78
2015-11-05mm/slab_common.c: rename cache create/destroy helpersVladimir Davydov1-19/+18
2015-11-05slab: convert slab_is_available() to booleanDenis Kirjanov1-1/+1
2015-09-08memcg: export struct mem_cgroupMichal Hocko1-1/+1
2015-09-08mm/slab_common: allow NULL cache pointer in kmem_cache_destroy()Sergey Senozhatsky1-0/+3
2015-09-04slab: infrastructure for bulk object allocation and freeingChristoph Lameter1-0/+23
2015-08-07mm/slub: allow merging when SLAB_DEBUG_FREE is setKonstantin Khlebnikov1-2/+1
2015-07-01Add __init attribute to new_kmalloc_cacheChristoph Lameter1-1/+1
2015-06-29Fix kmalloc slab creation sequenceChristoph Lameter1-16/+16
2015-06-24slab: correct size_index table before replacing the bootstrap kmem_cache_nodeDaniel Sanders1-15/+21
2015-06-24mm/slab_common: support the slub_debug boot option on specific object sizeGavin Guo1-23/+39
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin1-1/+4
2015-02-13mm/slab: convert cache name allocations to kstrdup_constAndrzej Hajda1-6/+6
2015-02-12slub: make dead caches discard free slabs immediatelyVladimir Davydov1-2/+13
2015-02-12memcg: free memcg_caches slot on css offlineVladimir Davydov1-11/+28
2015-02-12slab: use css id for naming per memcg cachesVladimir Davydov1-3/+3
2015-02-12slab: link memcg caches of the same kind into a listVladimir Davydov1-11/+10
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov1-58/+71
2015-02-12memcg: add rwsem to synchronize against memcg_caches arrays relocationVladimir Davydov1-5/+4
2015-02-12memcg: rename some cache id related variablesVladimir Davydov1-2/+2
2015-02-10memcg: zap memcg_slab_caches and memcg_slab_mutexVladimir Davydov1-39/+103
2015-02-10memcg: zap memcg_name argument of memcg_create_kmem_cacheVladimir Davydov1-4/+5
2015-02-10mm/slab_common.c: use kmem_cache_free()Vaishali Thakkar1-1/+1
2014-12-10memcg: use generic slab iterators for showing slabinfoVladimir Davydov1-6/+19
2014-12-10mm/slab: reverse iteration on find_mergeable()Joonsoo Kim1-1/+1
2014-12-10slab: print slabinfo header in seq showVladimir Davydov1-9/+6
2014-11-13mm/slab: fix unalignment problem on Malta with EVA due to slab mergeJoonsoo Kim1-0/+4
2014-10-29mm/slab_common: don't check for duplicate cache namesMikulas Patocka1-10/+0
2014-10-09memcg: move memcg_update_cache_size() to slab_common.cVladimir Davydov1-2/+28
2014-10-09memcg: move memcg_{alloc,free}_cache_params to slab_common.cVladimir Davydov1-1/+43
2014-10-09mm/slab_common: commonize slab merge logicJoonsoo Kim1-0/+91
2014-10-09mm/slab_common: move kmem_cache definition to internal headerJoonsoo Kim1-0/+9
2014-10-09mm/slab_common.c: suppress warningAndrew Morton1-1/+3
2014-08-06mm: move slab related stuff from util.c to slab_common.cAndrey Ryabinin1-0/+101
2014-07-22Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux into for-3.16-rcXMike Snitzer1-1/+1
2014-06-04slab: delete cache from list after __kmem_cache_shutdown succeedsVladimir Davydov1-2/+2
2014-06-04memcg: cleanup kmem cache creation/destruction functions namingVladimir Davydov1-6/+6
2014-06-04memcg: get rid of memcg_create_cache_nameVladimir Davydov1-2/+5
2014-06-04memcg, slab: simplify synchronization schemeVladimir Davydov1-15/+8
2014-06-04slab: get_online_mems for kmem_cache_{create,destroy,shrink}Vladimir Davydov1-2/+33
2014-06-04slab: document kmalloc_orderVladimir Davydov1-0/+5
2014-06-04mm: get rid of __GFP_KMEMCGVladimir Davydov1-0/+13
2014-06-04sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov1-5/+1
2014-05-24slab_common: fix the check for duplicate slab namesMikulas Patocka1-1/+1
2014-05-06slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter1-2/+11
2014-04-07memcg, slab: do not destroy children caches if parent has aliasesVladimir Davydov1-25/+50