summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
Commit message (Expand)AuthorAgeFilesLines
* mm: add support for kmem caches in DMA32 zoneNicolas Boichat2019-04-031-0/+5
* slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGSQian Cai2019-02-211-1/+1
* slub: fix SLAB_CONSISTENCY_CHECKS + KASAN_SW_TAGSQian Cai2019-02-211-0/+1
* kasan, slub: fix more conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov2019-02-211-1/+12
* kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov2019-02-211-13/+7
* kasan, slub: move kasan_poison_slab hook before page_addressAndrey Konovalov2019-02-211-4/+15
* 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/+2
* kasan: make tag based mode work with CONFIG_HARDENED_USERCOPYAndrey Konovalov2019-01-081-0/+2
* mm/slub.c: record final state of slub action in deactivate_slab()Wei Yang2018-12-281-14/+7
* mm/slub.c: page is always non-NULL in node_match()Wei Yang2018-12-281-1/+1
* mm/slub.c: remove validation on cpu_slab in __flush_cpu_slab()Wei Yang2018-12-281-5/+3
* kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCUAndrey Konovalov2018-12-281-10/+14
* kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov2018-12-281-1/+1
* kasan, slub: handle pointer tags in early_kmem_cache_node_allocAndrey Konovalov2018-12-281-5/+5
* kasan, mm: change hooks signaturesAndrey Konovalov2018-12-281-8/+7
* mm, slab: combine kmalloc_caches and kmalloc_dma_cachesVlastimil Babka2018-10-261-6/+7
* slub: extend slub debug to handle multiple slabsAaron Tomlin2018-10-261-6/+44
* mm/slub.c: switch to bitmap_zalloc()Andy Shevchenko2018-10-261-13/+7
* notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-301-1/+0
* mm, slub: restore the original intention of prefetch_freepointer()Vlastimil Babka2018-08-171-2/+1
* slub: fix failure when we delete and create a slab cacheMikulas Patocka2018-06-281-1/+6
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-5/+7
* slub: remove 'reserved' file from sysfsMatthew Wilcox2018-06-071-7/+0
* slub: remove kmem_cache->reservedMatthew Wilcox2018-06-071-21/+20
* slab,slub: remove rcu_head size checksMatthew Wilcox2018-06-071-25/+2
* mm: move lru union within struct pageMatthew Wilcox2018-06-071-4/+4
* mm: move 'private' union within struct pageMatthew Wilcox2018-06-071-18/+2
* mm: switch s_mem and slab_cache in struct pageMatthew Wilcox2018-06-071-0/+1
* mm/slub: remove obsolete commentCanjiang Lu2018-06-071-6/+0
* mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre2018-06-071-1/+1
* slab: __GFP_ZERO is incompatible with a constructorMatthew Wilcox2018-06-071-0/+2
* kasan, slub: fix handling of kasan_slab_free hookAndrey Konovalov2018-04-111-23/+34
* slab, slub: skip unnecessary kasan_cache_shutdown()Shakeel Butt2018-04-051-0/+11
* slub: make size_from_object() return unsigned intAlexey Dobriyan2018-04-051-1/+1
* slub: make struct kmem_cache_order_objects::x unsigned intAlexey Dobriyan2018-04-051-35/+39
* slub: make slab_index() return unsigned intAlexey Dobriyan2018-04-051-1/+1
* slab: make usercopy region 32-bitAlexey Dobriyan2018-04-051-1/+1
* 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-2/+2
* slub: make ->size unsigned intAlexey Dobriyan2018-04-051-6/+6
* slub: make ->object_size unsigned intAlexey Dobriyan2018-04-051-4/+4
* slub: make ->cpu_partial unsigned intAlexey Dobriyan2018-04-051-3/+3
* slub: make ->inuse unsigned intAlexey Dobriyan2018-04-051-3/+2
* slub: make ->align unsigned intAlexey Dobriyan2018-04-051-1/+1
* slub: make ->reserved unsigned intAlexey Dobriyan2018-04-051-1/+1
* slub: make ->remote_node_defrag_ratio unsigned intAlexey Dobriyan2018-04-051-5/+6
* slab: make kmem_cache_create() work with 32-bit sizesAlexey Dobriyan2018-04-051-1/+1
* mm/slub.c: use jitter-free reference while printing ageChintan Pandya2018-04-051-4/+5
OpenPOWER on IntegriCloud