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
2016-05-20include/linux: apply __malloc attributeRasmus Villemoes
2016-03-26mm, kasan: add GFP flags to KASAN APIAlexander Potapenko
2016-03-26mm, kasan: SLAB supportAlexander Potapenko
2016-03-16slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKSLaura Abbott
2016-03-16mm: fix some spellingJesper Dangaard Brouer
2016-03-16mm: new API kfree_bulk() for SLAB+SLUB allocatorsJesper Dangaard Brouer
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-21slab.h: sprinkle __assume_aligned attributesRasmus Villemoes
2015-11-06slab: convert slab_is_available() to booleanDenis Kirjanov
2015-09-05slab: infrastructure for bulk object allocation and freeingChristoph Lameter
2015-06-29Fix kmalloc slab creation sequenceChristoph Lameter
2015-06-25linux/slab.h: fix three off-by-one typos in commentRasmus Villemoes
2015-06-25mm/slab_common: support the slub_debug boot option on specific object sizeGavin Guo
2015-04-15mm, slab: correct config option in commentDavid Rientjes
2015-02-14mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin
2015-02-13memcg: free memcg_caches slot on css offlineVladimir 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_slab_caches and memcg_slab_mutexVladimir Davydov
2015-02-11memcg: zap memcg_name argument of memcg_create_kmem_cacheVladimir Davydov
2014-12-13memcg: fix possible use-after-free in memcg_kmem_get_cache()Vladimir Davydov
2014-12-11memcg: use generic slab iterators for showing slabinfoVladimir Davydov
2014-10-10mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()Joonsoo Kim
2014-10-10mm/slab_common: move kmem_cache definition to internal headerJoonsoo Kim
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-05memcg, slab: do not schedule cache destruction when last page goes awayVladimir Davydov
2014-06-05mm: get rid of __GFP_KMEMCGVladimir Davydov
2014-04-14Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2014-04-08memcg, slab: separate memcg vs root cache creation pathsVladimir Davydov
2014-04-01slab: fix wrongly used macroJoonsoo Kim
2014-03-11mm: fix GFP_THISNODE callers and clarifyJohannes Weiner
2014-02-08slab: restrict the number of objects in a slabJoonsoo Kim
2014-02-02Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2014-01-31mm: sl[uo]b: fix misleading commentsDave Hansen
2014-01-24memcg, slab: RCU protect memcg_params for root cachesVladimir Davydov
2013-12-18slab.h: remove duplicate kmalloc declaration and fix kernel-doc warningsRandy Dunlap
2013-11-24slab.h: remove duplicate kmalloc declaration and fix kernel-doc warningsRandy Dunlap
2013-11-22Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2013-10-24slab: overloading the RCU head over the LRU for RCU freeJoonsoo Kim
2013-09-05slab: Use correct GFP_DMA constantChristoph Lameter
2013-09-04mm/sl[aou]b: Move kmallocXXX functions to common codeChristoph Lameter
2013-07-07slab: add kmalloc() to kernel API documentationMichael Opdenacker
2013-06-18slob: Rework #ifdeffery in slab.hChristoph Lameter
2013-02-06slab: Handle ARCH_DMA_MINALIGN correctlyChristoph Lameter
2013-02-01slab: Common definition for the array of kmalloc cachesChristoph Lameter
2013-02-01slab: Common constants for kmalloc boundariesChristoph Lameter