summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
* mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko2019-07-121-3/+13
* mm: memcg/slab: unify SLAB and SLUB page accountingRoman Gushchin2019-07-121-16/+3
* mm: memcg/slab: generalize postponed non-root kmem_cache deactivationRoman Gushchin2019-07-121-0/+4
* mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_lin...Roman Gushchin2019-07-121-1/+1
* mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver2019-07-121-17/+5
* mm/slab: sanity-check page type when looking up cacheKees Cook2019-07-121-7/+9
* slab: remove /proc/slab_allocatorsQian Cai2019-05-161-225/+1
* mm/slab.c: fix an infinite loop in leaks_show()Qian Cai2019-05-141-1/+5
* mm/slab.c: remove unneed check in cpuup_canceledLi RongQing2019-05-141-4/+2
* slab: use slab_list instead of lruTobin C. Harding2019-05-141-24/+25
* Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-42/+6
|\
| * mm/slab: Remove store_stackinfo()Qian Cai2019-04-171-42/+6
* | slab: store tagged freelist for off-slab slabmgmtQian Cai2019-04-191-1/+0
|/
* slab: fix a crash by reading /proc/slab_allocatorsQian Cai2019-04-071-1/+2
* mm: add support for kmem caches in DMA32 zoneNicolas Boichat2019-03-291-0/+2
* docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport2019-03-051-0/+14
* numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-03-051-2/+1
* mm/slab.c: kmemleak no scan alien cachesQian Cai2019-03-051-8/+9
* kasan, slab: remove redundant kasan_slab_alloc hooksAndrey Konovalov2019-02-211-2/+0
* kasan, slab: make freelist stored without tagsAndrey Konovalov2019-02-211-2/+9
* kasan, slab: fix conflicts with CONFIG_HARDENED_USERCOPYAndrey Konovalov2019-02-211-0/+2
* slab: alien caches must not be initialized if the allocation of the alien cac...Christoph Lameter2019-01-081-2/+4
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov2018-12-281-1/+1
* mm: move obj_to_index to include/linux/slab_def.hAndrey Konovalov2018-12-281-13/+0
* kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCUAndrey Konovalov2018-12-281-1/+1
* kasan, mm: change hooks signaturesAndrey Konovalov2018-12-281-6/+6
* slab: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-2/+2
* mm, slab: combine kmalloc_caches and kmalloc_dma_cachesVlastimil Babka2018-10-261-2/+2
* mm: don't warn about large allocations for slabDmitry Vyukov2018-10-261-0/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* slab,slub: remove rcu_head size checksMatthew Wilcox2018-06-071-2/+0
* slab: __GFP_ZERO is incompatible with a constructorMatthew Wilcox2018-06-071-0/+2
* mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka2018-04-131-1/+2
* slab, slub: skip unnecessary kasan_cache_shutdown()Shakeel Butt2018-04-051-0/+12
* kasan: make kasan_cache_create() work with 32-bit slab cache sizesAlexey Dobriyan2018-04-051-1/+1
* slab: make kmem_cache_flags accept 32-bit object sizeAlexey Dobriyan2018-04-051-1/+1
* slab: make kmem_cache_create() work with 32-bit sizesAlexey Dobriyan2018-04-051-1/+1
* mm, slab: memcg_link the SLAB's kmem_cacheShakeel Butt2018-03-281-0/+1
* kasan: don't use __builtin_return_address(1)Dmitry Vyukov2018-02-061-3/+3
* Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-9/+27
|\
| * usercopy: Mark kmalloc caches as usercopy cachesDavid Windsor2018-01-151-1/+2
| * usercopy: Allow strict enforcement of whitelistsKees Cook2018-01-151-1/+2
| * usercopy: WARN() on slab cache usercopy region violationsKees Cook2018-01-151-3/+19
| * usercopy: Prepare for usercopy whitelistingDavid Windsor2018-01-151-1/+1
| * usercopy: Include offset in hardened usercopy reportKees Cook2018-01-151-4/+4
* | mm/slab.c: remove redundant assignments for slab_stateOscar Salvador2018-01-311-4/+0
* | mm/slab.c: do not hash pointers when debugging slabGeert Uytterhoeven2017-12-141-13/+10
|/
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-1/+1
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-14/+0