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
AgeCommit message (Expand)Author
2015-06-29Fix kmalloc slab creation sequenceChristoph Lameter
2015-06-25slab: correct size_index table before replacing the bootstrap kmem_cache_nodeDaniel Sanders
2015-06-25mm/slab_common: support the slub_debug boot option on specific object sizeGavin Guo
2015-02-14mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin
2015-02-14mm/slab: convert cache name allocations to kstrdup_constAndrzej Hajda
2015-02-13slub: make dead caches discard free slabs immediatelyVladimir Davydov
2015-02-13memcg: free memcg_caches slot on css offlineVladimir Davydov
2015-02-13slab: use css id for naming per memcg cachesVladimir 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-13memcg: add rwsem to synchronize against memcg_caches arrays relocationVladimir Davydov
2015-02-13memcg: rename some cache id related variablesVladimir Davydov
2015-02-11memcg: zap memcg_slab_caches and memcg_slab_mutexVladimir Davydov
2015-02-11memcg: zap memcg_name argument of memcg_create_kmem_cacheVladimir Davydov
2015-02-11mm/slab_common.c: use kmem_cache_free()Vaishali Thakkar
2014-12-11memcg: use generic slab iterators for showing slabinfoVladimir Davydov
2014-12-11mm/slab: reverse iteration on find_mergeable()Joonsoo Kim
2014-12-11slab: print slabinfo header in seq showVladimir Davydov
2014-11-14mm/slab: fix unalignment problem on Malta with EVA due to slab mergeJoonsoo Kim
2014-10-30mm/slab_common: don't check for duplicate cache namesMikulas Patocka
2014-10-10memcg: move memcg_update_cache_size() to slab_common.cVladimir Davydov
2014-10-10memcg: move memcg_{alloc,free}_cache_params to slab_common.cVladimir Davydov
2014-10-10mm/slab_common: commonize slab merge logicJoonsoo Kim
2014-10-10mm/slab_common: move kmem_cache definition to internal headerJoonsoo Kim
2014-10-10mm/slab_common.c: suppress warningAndrew Morton
2014-08-07mm: move slab related stuff from util.c to slab_common.cAndrey Ryabinin
2014-07-23Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Mike Snitzer
2014-06-05slab: delete cache from list after __kmem_cache_shutdown succeedsVladimir Davydov
2014-06-05memcg: cleanup kmem cache creation/destruction functions namingVladimir Davydov
2014-06-05memcg: get rid of memcg_create_cache_nameVladimir Davydov
2014-06-05memcg, slab: simplify synchronization schemeVladimir Davydov
2014-06-05slab: get_online_mems for kmem_cache_{create,destroy,shrink}Vladimir Davydov
2014-06-05slab: document kmalloc_orderVladimir Davydov
2014-06-05mm: get rid of __GFP_KMEMCGVladimir Davydov
2014-06-05sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov
2014-05-24slab_common: fix the check for duplicate slab namesMikulas Patocka
2014-05-07slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter
2014-04-08memcg, slab: do not destroy children caches if parent has aliasesVladimir Davydov
2014-04-08memcg, slab: unregister cache from memcg before starting to destroy itVladimir Davydov
2014-04-08memcg, slab: separate memcg vs root cache creation pathsVladimir Davydov
2014-04-08memcg, slab: cleanup memcg cache creationVladimir Davydov
2014-04-08memcg, slab: never try to merge memcg cachesVladimir Davydov
2014-01-30slab: fix wrong retval on kmem_cache_create_memcg error pathDave Jones
2014-01-24slab: do not panic if we fail to create memcg cacheVladimir Davydov
2014-01-24memcg, slab: fix races in per-memcg cache creation/destructionVladimir Davydov
2014-01-24memcg, slab: clean up memcg cache initialization/destructionVladimir Davydov
2014-01-24memcg, slab: kmem_cache_create_memcg(): fix memleak on fail pathVladimir Davydov
2014-01-24slab: clean up kmem_cache_create_memcg() error handlingVladimir Davydov
2013-11-13memcg, kmem: rename cache_from_memcg to cache_from_memcg_idxQiang Huang
2013-09-28slab_common: Do not check for duplicate slab namesChristoph Lameter