summaryrefslogtreecommitdiff
path: root/mm/kfence/kfence_test.c
AgeCommit message (Expand)Author
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-12Merge branch 'slab/for-7.2/alloc_token' into slab/for-nextVlastimil Babka (SUSE)
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig
2026-05-28mm/kfence: use special gfp_t format specifierBrendan Jackman
2026-05-14slab: support for compiler-assisted type-based slab cache partitioningMarco Elver
2026-01-20mm: fix benign off-by-one bugsAlejandro Colomar
2025-01-25mm/kfence: use str_write_read() helper in get_access_type()Thorsten Blum
2024-11-14mm/kfence: add a new kunit test test_use_after_free_read_nofault()Nirjhar Roy
2024-07-03mm/kfence: add MODULE_DESCRIPTION()Jeff Johnson
2023-07-18Randomized slab caches for kmalloc()GONG, Ruiqi
2023-06-02mm/slab: introduce kmem_cache flag SLAB_NO_MERGEJesper Dangaard Brouer
2023-04-18printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-25mm: kfence: use PAGE_ALIGNED helperKefeng Wang
2022-05-02kfence: test: use new suite_{init/exit} support, add .kunitconfigDaniel Latypov
2022-03-22kfence: test: try to avoid test_gfpzero trigger rcu_stallPeng Liu
2022-03-22kunit: fix UAF when run kfence test case test_gfpzeroPeng Liu
2022-02-11kfence: make test case compatible with run time set sample intervalPeng Liu
2022-01-06mm/kfence: Convert kfence_guarded_alloc() to struct slabVlastimil Babka
2022-01-06mm: Convert struct page to struct slab in functions used by other subsystemsVlastimil Babka
2021-11-06kfence: test: use kunit_skip() to skip testsMarco Elver
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08kfence: test: fail fast if disabled at bootMarco Elver
2021-07-30kfence: add function to mask address bitsSven Schnelle
2021-07-23kfence: defer kfence_test_init to ensure that kunit debugfs is createdWeizhao Ouyang
2021-06-29mm, slub: change run-time assertion in kmalloc_index() to compile-timeHyeonggon Yoo
2021-02-26kfence: report sensitive information based on no_hash_pointersMarco Elver
2021-02-26kfence: add test suiteMarco Elver