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
2017-02-25kasan: drain quarantine of memcg slab objectsGreg Thelen
2017-02-23slab: use memcg_kmem_cache_wq for slab destruction operationsTejun Heo
2017-02-23slab: remove synchronous synchronize_sched() from memcg cache deactivation pathTejun Heo
2017-02-23slab: introduce __kmemcg_cache_deactivate()Tejun Heo
2017-02-23slab: implement slab_root_caches listTejun Heo
2017-02-23slab: link memcg kmem_caches on their associated memory cgroupTejun Heo
2017-02-23slab: reorganize memcg_cache_paramsTejun Heo
2017-02-23slab: remove synchronous rcu_barrier() call in memcg cache release pathTejun Heo
2017-02-23slub: separate out sysfs_slab_release() from sysfs_slab_remove()Tejun Heo
2017-02-23Revert "slub: move synchronize_sched out of slab_mutex on shrink"Tejun Heo
2017-02-23mm, slab: rename kmalloc-node cache to kmalloc-<size>Vlastimil Babka
2017-02-23slub: do not merge cache if slub_debug contains a never-merge flagGrygorii Maistrenko
2016-12-13mm/slab_common.c: check kmem_create_cache flags are commonThomas Garnier
2016-12-13slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov
2016-11-11memcg: prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLABGreg Thelen
2016-07-27mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov
2016-07-27mm: reorganize SLAB freelist randomizationThomas Garnier
2016-07-23mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner
2016-05-21mm: kasan: initial memory quarantine implementationAlexander Potapenko
2016-03-26mm, kasan: add GFP flags to KASAN APIAlexander Potapenko
2016-03-26mm, kasan: SLAB supportAlexander Potapenko
2016-03-18mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2016-03-18mm: coalesce split stringsJoe Perches
2016-03-18mm: memcontrol: zap memcg_kmem_online helperVladimir Davydov
2016-03-16mm: new API kfree_bulk() for SLAB+SLUB allocatorsJesper Dangaard Brouer
2016-02-19mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov
2016-01-21mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner
2016-01-21mm: memcontrol: give the kmem states more descriptive namesJohannes Weiner
2016-01-15slab: add SLAB_ACCOUNT flagVladimir Davydov
2015-11-22slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer
2015-11-06mm/slab_common.c: initialize kmem_cache pointer to NULLAlexandru Moise
2015-11-06mm/slab_common.c: do not warn that cache is busy on destroy more than onceVladimir Davydov
2015-11-06mm/slab_common.c: clear pointers to per memcg caches on destroyVladimir Davydov
2015-11-06mm/slab_common.c: rename cache create/destroy helpersVladimir Davydov
2015-11-06slab: convert slab_is_available() to booleanDenis Kirjanov
2015-09-09memcg: export struct mem_cgroupMichal Hocko
2015-09-09mm/slab_common: allow NULL cache pointer in kmem_cache_destroy()Sergey Senozhatsky
2015-09-05slab: infrastructure for bulk object allocation and freeingChristoph Lameter
2015-08-07mm/slub: allow merging when SLAB_DEBUG_FREE is setKonstantin Khlebnikov
2015-07-02Add __init attribute to new_kmalloc_cacheChristoph Lameter
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