summaryrefslogtreecommitdiffstats
path: root/mm/slab_common.c
Commit message (Expand)AuthorAgeFilesLines
* mm/slab_common.c: work around clang bug #42570Arnd Bergmann2019-07-161-1/+2
* mm, memcg: add a memcg_slabinfo debugfs fileWaiman Long2019-07-121-0/+60
* mm: memcg/slab: reparent memcg kmem_caches on cgroup removalRoman Gushchin2019-07-121-2/+17
* mm: memcg/slab: rework non-root kmem_cache lifecycle managementRoman Gushchin2019-07-121-34/+44
* mm: memcg/slab: synchronize access to kmem_cache dying flag using a spinlockRoman Gushchin2019-07-121-3/+12
* mm: memcg/slab: don't check the dying flag on kmem_cache creationRoman Gushchin2019-07-121-1/+1
* mm: memcg/slab: generalize postponed non-root kmem_cache deactivationRoman Gushchin2019-07-121-19/+8
* mm: memcg/slab: rename slab delayed deactivation functions and fieldsRoman Gushchin2019-07-121-15/+15
* mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_lin...Roman Gushchin2019-07-121-7/+7
* mm/kasan: add object validation in ksize()Marco Elver2019-07-121-1/+21
* mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver2019-07-121-0/+26
* mm: add support for kmem caches in DMA32 zoneNicolas Boichat2019-03-291-1/+1
* docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport2019-03-051-0/+6
* mm, memcg: create mem_cgroup_from_seqChris Down2019-03-051-3/+3
* kmemleak: account for tagged pointers when calculating pointer rangeAndrey Konovalov2019-02-211-0/+1
* kasan, kmemleak: pass tagged pointers to kmemleakAndrey Konovalov2019-02-211-1/+1
* Merge tag 'docs-5.0' of git://git.lwn.net/linuxLinus Torvalds2018-12-291-4/+31
|\
| * slab: make kmem_cache_create{_usercopy} description proper kernel-docMike Rapoport2018-12-201-4/+31
* | mm, slab: remove unnecessary unlikely()Yangtao Li2018-12-281-3/+1
* | kasan, mm: perform untagged pointers comparison in kreallocAndrey Konovalov2018-12-281-1/+1
* | kasan, mm: change hooks signaturesAndrey Konovalov2018-12-281-2/+2
* | slab: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-3/+3
|/
* mm, slab: shorten kmalloc cache names for large sizesVlastimil Babka2018-10-261-12/+26
* mm, slab/slub: introduce kmalloc-reclaimable cachesVlastimil Babka2018-10-261-17/+31
* mm, slab: combine kmalloc_caches and kmalloc_dma_cachesVlastimil Babka2018-10-261-19/+12
* mm: don't warn about large allocations for slabDmitry Vyukov2018-10-261-6/+6
* mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai2018-08-171-4/+4
* slub: fix failure when we delete and create a slab cacheMikulas Patocka2018-06-281-0/+4
* mm: use octal not symbolic permissionsJoe Perches2018-06-151-2/+2
* mm: fix race between kmem_cache destroy, create and deactivateShakeel Butt2018-06-151-1/+32
* mm: make should_failslab always available for fault injectionHoward McLauchlan2018-04-051-0/+8
* mm/slab_common.c: remove test if cache name is accessibleMikulas Patocka2018-04-051-19/+0
* slab, slub: remove size disparity on debug kernelShakeel Butt2018-04-051-5/+4
* slab: use 32-bit arithmetic in freelist_randomize()Alexey Dobriyan2018-04-051-2/+2
* slab: make usercopy region 32-bitAlexey Dobriyan2018-04-051-3/+4
* slub: make ->object_size unsigned intAlexey Dobriyan2018-04-051-1/+1
* slab: make size_index_elem() unsigned intAlexey Dobriyan2018-04-051-3/+3
* slab: make size_index[] array u8Alexey Dobriyan2018-04-051-2/+2
* slab: make kmem_cache_create() work with 32-bit sizesAlexey Dobriyan2018-04-051-9/+10
* slab: make create_boot_cache() work with 32-bit sizesAlexey Dobriyan2018-04-051-3/+4
* slab: make create_kmalloc_cache() work with 32-bit sizesAlexey Dobriyan2018-04-051-3/+3
* slab: make kmalloc_size() return "unsigned int"Alexey Dobriyan2018-04-051-2/+2
* slab: fixup calculate_alignment() argument typeAlexey Dobriyan2018-04-051-1/+1
* mm/slab_common.c: mark kmalloc machinery as __ro_after_initAlexey Dobriyan2018-04-051-3/+4
* Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-11/+51
|\
| * usercopy: Restrict non-usercopy caches to size 0Kees Cook2018-01-151-1/+1
| * usercopy: Mark kmalloc caches as usercopy cachesDavid Windsor2018-01-151-4/+6
| * usercopy: Allow strict enforcement of whitelistsKees Cook2018-01-151-0/+8
| * usercopy: Prepare for usercopy whitelistingDavid Windsor2018-01-151-8/+38
* | mm/slab_common.c: make calculate_alignment() staticByongho Lee2018-01-311-27/+29
|/