summaryrefslogtreecommitdiff
path: root/mm/slab.c
AgeCommit message (Expand)Author
2019-05-14mm/slab.c: fix an infinite loop in leaks_show()Qian Cai
2019-05-14mm/slab.c: remove unneed check in cpuup_canceledLi RongQing
2019-05-14slab: use slab_list instead of lruTobin C. Harding
2019-05-06Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-19slab: store tagged freelist for off-slab slabmgmtQian Cai
2019-04-17mm/slab: Remove store_stackinfo()Qian Cai
2019-04-07slab: fix a crash by reading /proc/slab_allocatorsQian Cai
2019-03-29mm: add support for kmem caches in DMA32 zoneNicolas Boichat
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan
2019-03-05mm/slab.c: kmemleak no scan alien cachesQian Cai
2019-02-21kasan, slab: remove redundant kasan_slab_alloc hooksAndrey Konovalov
2019-02-21kasan, slab: make freelist stored without tagsAndrey Konovalov
2019-02-21kasan, slab: fix conflicts with CONFIG_HARDENED_USERCOPYAndrey Konovalov
2019-01-08slab: alien caches must not be initialized if the allocation of the alien cac...Christoph Lameter
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov
2018-12-28mm: move obj_to_index to include/linux/slab_def.hAndrey Konovalov
2018-12-28kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCUAndrey Konovalov
2018-12-28kasan, mm: change hooks signaturesAndrey Konovalov
2018-11-27slab: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
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-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-07slab,slub: remove rcu_head size checksMatthew Wilcox
2018-06-07slab: __GFP_ZERO is incompatible with a constructorMatthew Wilcox
2018-04-13mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka
2018-04-05slab, slub: skip unnecessary kasan_cache_shutdown()Shakeel Butt
2018-04-05kasan: make kasan_cache_create() work with 32-bit slab cache sizesAlexey Dobriyan
2018-04-05slab: make kmem_cache_flags accept 32-bit object sizeAlexey Dobriyan
2018-04-05slab: make kmem_cache_create() work with 32-bit sizesAlexey Dobriyan
2018-03-28mm, slab: memcg_link the SLAB's kmem_cacheShakeel Butt
2018-02-06kasan: don't use __builtin_return_address(1)Dmitry Vyukov
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-31mm/slab.c: remove redundant assignments for slab_stateOscar Salvador
2018-01-15usercopy: Mark kmalloc caches as usercopy cachesDavid Windsor
2018-01-15usercopy: Allow strict enforcement of whitelistsKees Cook
2018-01-15usercopy: WARN() on slab cache usercopy region violationsKees Cook
2018-01-15usercopy: Prepare for usercopy whitelistingDavid Windsor
2018-01-15usercopy: Include offset in hardened usercopy reportKees Cook
2017-12-14mm/slab.c: do not hash pointers when debugging slabGeert Uytterhoeven
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-15slab, slub, slob: convert slab_flags_t to 32-bitAlexey Dobriyan
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan
2017-11-15mm/slab.c: only set __GFP_RECLAIMABLE onceDavid Rientjes
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-07-06mm: memcontrol: account slab stats per lruvecJohannes Weiner
2017-07-06mm: vmstat: move slab statistics from zone to node countersJohannes Weiner