aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab_common.c
AgeCommit message (Expand)Author
2016-07-26mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov
2016-07-26mm: reorganize SLAB freelist randomizationThomas Garnier
2016-07-23mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner
2016-05-20mm: kasan: initial memory quarantine implementationAlexander Potapenko
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko
2016-03-25mm, kasan: SLAB supportAlexander Potapenko
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2016-03-17mm: coalesce split stringsJoe Perches
2016-03-17mm: memcontrol: zap memcg_kmem_online helperVladimir Davydov
2016-03-15mm: new API kfree_bulk() for SLAB+SLUB allocatorsJesper 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-20mm: memcontrol: give the kmem states more descriptive namesJohannes Weiner
2016-01-14slab: add SLAB_ACCOUNT flagVladimir Davydov
2015-11-22slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer
2015-11-05mm/slab_common.c: initialize kmem_cache pointer to NULLAlexandru Moise
2015-11-05mm/slab_common.c: do not warn that cache is busy on destroy more than onceVladimir Davydov
2015-11-05mm/slab_common.c: clear pointers to per memcg caches on destroyVladimir Davydov
2015-11-05mm/slab_common.c: rename cache create/destroy helpersVladimir Davydov
2015-11-05slab: convert slab_is_available() to booleanDenis Kirjanov
2015-09-08memcg: export struct mem_cgroupMichal Hocko
2015-09-08mm/slab_common: allow NULL cache pointer in kmem_cache_destroy()Sergey Senozhatsky
2015-09-04slab: infrastructure for bulk object allocation and freeingChristoph Lameter
2015-08-07mm/slub: allow merging when SLAB_DEBUG_FREE is setKonstantin Khlebnikov
2015-07-01Add __init attribute to new_kmalloc_cacheChristoph Lameter
2015-06-29Fix kmalloc slab creation sequenceChristoph Lameter
2015-06-24slab: correct size_index table before replacing the bootstrap kmem_cache_nodeDaniel Sanders
2015-06-24mm/slab_common: support the slub_debug boot option on specific object sizeGavin Guo
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin
2015-02-13mm/slab: convert cache name allocations to kstrdup_constAndrzej Hajda
2015-02-12slub: make dead caches discard free slabs immediatelyVladimir Davydov
2015-02-12memcg: free memcg_caches slot on css offlineVladimir Davydov
2015-02-12slab: use css id for naming per memcg cachesVladimir Davydov
2015-02-12slab: link memcg caches of the same kind into a listVladimir Davydov
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov
2015-02-12memcg: add rwsem to synchronize against memcg_caches arrays relocationVladimir Davydov
2015-02-12memcg: rename some cache id related variablesVladimir Davydov
2015-02-10memcg: zap memcg_slab_caches and memcg_slab_mutexVladimir Davydov
2015-02-10memcg: zap memcg_name argument of memcg_create_kmem_cacheVladimir Davydov
2015-02-10mm/slab_common.c: use kmem_cache_free()Vaishali Thakkar
2014-12-10memcg: use generic slab iterators for showing slabinfoVladimir Davydov
2014-12-10mm/slab: reverse iteration on find_mergeable()Joonsoo Kim
2014-12-10slab: print slabinfo header in seq showVladimir Davydov
2014-11-13mm/slab: fix unalignment problem on Malta with EVA due to slab mergeJoonsoo Kim
2014-10-29mm/slab_common: don't check for duplicate cache namesMikulas Patocka
2014-10-09memcg: move memcg_update_cache_size() to slab_common.cVladimir Davydov
2014-10-09memcg: move memcg_{alloc,free}_cache_params to slab_common.cVladimir Davydov
2014-10-09mm/slab_common: commonize slab merge logicJoonsoo Kim
2014-10-09mm/slab_common: move kmem_cache definition to internal headerJoonsoo Kim
2014-10-09mm/slab_common.c: suppress warningAndrew Morton