summaryrefslogtreecommitdiff
path: root/mm/slab_common.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-01mm: don't warn about large allocations for slabDmitry Vyukov1-6/+6
2018-07-03slub: fix failure when we delete and create a slab cacheMikulas Patocka1-0/+4
2018-02-22kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-04mm: memcontrol: use vmalloc fallback for large kmem memcg arraysJohannes Weiner1-7/+15
2017-07-07mm: allow slab_nomerge to be set at build timeKees Cook1-3/+2
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-3/+3
2017-02-25kasan: drain quarantine of memcg slab objectsGreg Thelen1-1/+3
2017-02-23slab: use memcg_kmem_cache_wq for slab destruction operationsTejun Heo1-1/+1
2017-02-23slab: remove synchronous synchronize_sched() from memcg cache deactivation pathTejun Heo1-0/+60
2017-02-23slab: introduce __kmemcg_cache_deactivate()Tejun Heo1-2/+2
2017-02-23slab: implement slab_root_caches listTejun Heo1-25/+34
2017-02-23slab: link memcg kmem_caches on their associated memory cgroupTejun Heo1-7/+29
2017-02-23slab: reorganize memcg_cache_paramsTejun Heo1-12/+13
2017-02-23slab: remove synchronous rcu_barrier() call in memcg cache release pathTejun Heo1-42/+60
2017-02-23slub: separate out sysfs_slab_release() from sysfs_slab_remove()Tejun Heo1-1/+1
2017-02-23Revert "slub: move synchronize_sched out of slab_mutex on shrink"Tejun Heo1-25/+2
2017-02-23mm, slab: rename kmalloc-node cache to kmalloc-<size>Vlastimil Babka1-4/+1
2017-02-23slub: do not merge cache if slub_debug contains a never-merge flagGrygorii Maistrenko1-1/+4
2016-12-13mm/slab_common.c: check kmem_create_cache flags are commonThomas Garnier1-0/+6
2016-12-13slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov1-2/+25
2016-11-11memcg: prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLABGreg Thelen1-2/+2
2016-07-27mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov1-1/+1
2016-07-27mm: reorganize SLAB freelist randomizationThomas Garnier1-0/+47
2016-07-23mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner1-2/+2
2016-05-21mm: kasan: initial memory quarantine implementationAlexander Potapenko1-0/+2
2016-03-26mm, kasan: add GFP flags to KASAN APIAlexander Potapenko1-2/+2
2016-03-26mm, kasan: SLAB supportAlexander Potapenko1-1/+1
2016-03-18mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-1/+1
2016-03-18mm: coalesce split stringsJoe Perches1-6/+4
2016-03-18mm: memcontrol: zap memcg_kmem_online helperVladimir Davydov1-1/+1
2016-03-16mm: new API kfree_bulk() for SLAB+SLUB allocatorsJesper Dangaard Brouer1-2/+6
2016-02-19mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov1-0/+1
2016-01-21mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner1-5/+5
2016-01-21mm: memcontrol: give the kmem states more descriptive namesJohannes Weiner1-2/+2
2016-01-15slab: add SLAB_ACCOUNT flagVladimir Davydov1-1/+2
2015-11-22slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer1-3/+3
2015-11-06mm/slab_common.c: initialize kmem_cache pointer to NULLAlexandru Moise1-2/+1
2015-11-06mm/slab_common.c: do not warn that cache is busy on destroy more than onceVladimir Davydov1-6/+7
2015-11-06mm/slab_common.c: clear pointers to per memcg caches on destroyVladimir Davydov1-15/+78
2015-11-06mm/slab_common.c: rename cache create/destroy helpersVladimir Davydov1-19/+18
2015-11-06slab: convert slab_is_available() to booleanDenis Kirjanov1-1/+1
2015-09-09memcg: export struct mem_cgroupMichal Hocko1-1/+1
2015-09-09mm/slab_common: allow NULL cache pointer in kmem_cache_destroy()Sergey Senozhatsky1-0/+3
2015-09-05slab: 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-02Add __init attribute to new_kmalloc_cacheChristoph Lameter1-1/+1
2015-06-29Fix kmalloc slab creation sequenceChristoph Lameter1-16/+16
2015-06-25slab: correct size_index table before replacing the bootstrap kmem_cache_nodeDaniel Sanders1-15/+21
2015-06-25mm/slab_common: support the slub_debug boot option on specific object sizeGavin Guo1-23/+39