summaryrefslogtreecommitdiff
path: root/mm/kfence/kfence_test.c
AgeCommit message (Expand)Author
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