aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-05mm: make should_failslab always available for fault injectionHoward McLauchlan1-0/+8
2018-04-05mm/slab_common.c: remove test if cache name is accessibleMikulas Patocka1-19/+0
2018-04-05slab, slub: remove size disparity on debug kernelShakeel Butt1-5/+4
2018-04-05slab: use 32-bit arithmetic in freelist_randomize()Alexey Dobriyan1-2/+2
2018-04-05slab: make usercopy region 32-bitAlexey Dobriyan1-3/+4
2018-04-05slub: make ->object_size unsigned intAlexey Dobriyan1-1/+1
2018-04-05slab: make size_index_elem() unsigned intAlexey Dobriyan1-3/+3
2018-04-05slab: make size_index[] array u8Alexey Dobriyan1-2/+2
2018-04-05slab: make kmem_cache_create() work with 32-bit sizesAlexey Dobriyan1-9/+10
2018-04-05slab: make create_boot_cache() work with 32-bit sizesAlexey Dobriyan1-3/+4
2018-04-05slab: make create_kmalloc_cache() work with 32-bit sizesAlexey Dobriyan1-3/+3
2018-04-05slab: make kmalloc_size() return "unsigned int"Alexey Dobriyan1-2/+2
2018-04-05slab: fixup calculate_alignment() argument typeAlexey Dobriyan1-1/+1
2018-04-05mm/slab_common.c: mark kmalloc machinery as __ro_after_initAlexey Dobriyan1-3/+4
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-11/+51
2018-01-31mm/slab_common.c: make calculate_alignment() staticByongho Lee1-27/+29
2018-01-15usercopy: Restrict non-usercopy caches to size 0Kees Cook1-1/+1
2018-01-15usercopy: Mark kmalloc caches as usercopy cachesDavid Windsor1-4/+6
2018-01-15usercopy: Allow strict enforcement of whitelistsKees Cook1-0/+8
2018-01-15usercopy: Prepare for usercopy whitelistingDavid Windsor1-8/+38
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)1-1/+1
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan1-8/+8
2017-11-15mm: oom: show unreclaimable slab info when unreclaimable slabs > user memoryYang Shi1-0/+34
2017-11-15mm: slabinfo: remove CONFIG_SLABINFOYang Shi1-4/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-03mm: memcontrol: use vmalloc fallback for large kmem memcg arraysJohannes Weiner1-7/+15
2017-07-06mm: 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-24kasan: drain quarantine of memcg slab objectsGreg Thelen1-1/+3
2017-02-22slab: use memcg_kmem_cache_wq for slab destruction operationsTejun Heo1-1/+1
2017-02-22slab: remove synchronous synchronize_sched() from memcg cache deactivation pathTejun Heo1-0/+60
2017-02-22slab: introduce __kmemcg_cache_deactivate()Tejun Heo1-2/+2
2017-02-22slab: implement slab_root_caches listTejun Heo1-25/+34
2017-02-22slab: link memcg kmem_caches on their associated memory cgroupTejun Heo1-7/+29
2017-02-22slab: reorganize memcg_cache_paramsTejun Heo1-12/+13
2017-02-22slab: remove synchronous rcu_barrier() call in memcg cache release pathTejun Heo1-42/+60
2017-02-22slub: separate out sysfs_slab_release() from sysfs_slab_remove()Tejun Heo1-1/+1
2017-02-22Revert "slub: move synchronize_sched out of slab_mutex on shrink"Tejun Heo1-25/+2
2017-02-22mm, slab: rename kmalloc-node cache to kmalloc-<size>Vlastimil Babka1-4/+1
2017-02-22slub: do not merge cache if slub_debug contains a never-merge flagGrygorii Maistrenko1-1/+4
2016-12-12mm/slab_common.c: check kmem_create_cache flags are commonThomas Garnier1-0/+6
2016-12-12slub: 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-26mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov1-1/+1
2016-07-26mm: reorganize SLAB freelist randomizationThomas Garnier1-0/+47
2016-07-23mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner1-2/+2
2016-05-20mm: kasan: initial memory quarantine implementationAlexander Potapenko1-0/+2
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko1-2/+2
2016-03-25mm, kasan: SLAB supportAlexander Potapenko1-1/+1
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-1/+1