aboutsummaryrefslogtreecommitdiff
path: root/mm/slab_common.c
AgeCommit message (Expand)Author
2018-10-26mm, slab: shorten kmalloc cache names for large sizesVlastimil Babka
2018-10-26mm, slab/slub: introduce kmalloc-reclaimable cachesVlastimil Babka
2018-10-26mm, slab: combine kmalloc_caches and kmalloc_dma_cachesVlastimil Babka
2018-10-26mm: don't warn about large allocations for slabDmitry Vyukov
2018-08-17mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai
2018-06-28slub: fix failure when we delete and create a slab cacheMikulas Patocka
2018-06-15mm: use octal not symbolic permissionsJoe Perches
2018-06-15mm: fix race between kmem_cache destroy, create and deactivateShakeel Butt
2018-04-05mm: make should_failslab always available for fault injectionHoward McLauchlan
2018-04-05mm/slab_common.c: remove test if cache name is accessibleMikulas Patocka
2018-04-05slab, slub: remove size disparity on debug kernelShakeel Butt
2018-04-05slab: use 32-bit arithmetic in freelist_randomize()Alexey Dobriyan
2018-04-05slab: make usercopy region 32-bitAlexey Dobriyan
2018-04-05slub: make ->object_size unsigned intAlexey Dobriyan
2018-04-05slab: make size_index_elem() unsigned intAlexey Dobriyan
2018-04-05slab: make size_index[] array u8Alexey Dobriyan
2018-04-05slab: make kmem_cache_create() work with 32-bit sizesAlexey Dobriyan
2018-04-05slab: make create_boot_cache() work with 32-bit sizesAlexey Dobriyan
2018-04-05slab: make create_kmalloc_cache() work with 32-bit sizesAlexey Dobriyan
2018-04-05slab: make kmalloc_size() return "unsigned int"Alexey Dobriyan
2018-04-05slab: fixup calculate_alignment() argument typeAlexey Dobriyan
2018-04-05mm/slab_common.c: mark kmalloc machinery as __ro_after_initAlexey Dobriyan
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-31mm/slab_common.c: make calculate_alignment() staticByongho Lee
2018-01-15usercopy: Restrict non-usercopy caches to size 0Kees Cook
2018-01-15usercopy: Mark kmalloc caches as usercopy cachesDavid Windsor
2018-01-15usercopy: Allow strict enforcement of whitelistsKees Cook
2018-01-15usercopy: Prepare for usercopy whitelistingDavid Windsor
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan
2017-11-15mm: oom: show unreclaimable slab info when unreclaimable slabs > user memoryYang Shi
2017-11-15mm: slabinfo: remove CONFIG_SLABINFOYang Shi
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-03mm: memcontrol: use vmalloc fallback for large kmem memcg arraysJohannes Weiner
2017-07-06mm: allow slab_nomerge to be set at build timeKees Cook
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2017-02-24kasan: drain quarantine of memcg slab objectsGreg Thelen
2017-02-22slab: use memcg_kmem_cache_wq for slab destruction operationsTejun Heo
2017-02-22slab: remove synchronous synchronize_sched() from memcg cache deactivation pathTejun Heo
2017-02-22slab: introduce __kmemcg_cache_deactivate()Tejun Heo
2017-02-22slab: implement slab_root_caches listTejun Heo
2017-02-22slab: link memcg kmem_caches on their associated memory cgroupTejun Heo
2017-02-22slab: reorganize memcg_cache_paramsTejun Heo
2017-02-22slab: remove synchronous rcu_barrier() call in memcg cache release pathTejun Heo
2017-02-22slub: separate out sysfs_slab_release() from sysfs_slab_remove()Tejun Heo
2017-02-22Revert "slub: move synchronize_sched out of slab_mutex on shrink"Tejun Heo
2017-02-22mm, slab: rename kmalloc-node cache to kmalloc-<size>Vlastimil Babka
2017-02-22slub: do not merge cache if slub_debug contains a never-merge flagGrygorii Maistrenko
2016-12-12mm/slab_common.c: check kmem_create_cache flags are commonThomas Garnier
2016-12-12slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov