aboutsummaryrefslogtreecommitdiff
path: root/mm/kfence/kfence_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-18Randomized slab caches for kmalloc()Gravatar GONG, Ruiqi 1-2/+5
2023-06-02mm/slab: introduce kmem_cache flag SLAB_NO_MERGEGravatar Jesper Dangaard Brouer 1-4/+3
2023-04-18printk: export console trace point for kcsan/kasan/kfence/kmsanGravatar Pavankumar Kondeti 1-20/+2
2022-11-18treewide: use get_random_u32_inclusive() when possibleGravatar Jason A. Donenfeld 1-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-2/+2
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+2
2022-05-25mm: kfence: use PAGE_ALIGNED helperGravatar Kefeng Wang 1-3/+2
2022-05-02kfence: test: use new suite_{init/exit} support, add .kunitconfigGravatar Daniel Latypov 1-18/+13
2022-03-22kfence: test: try to avoid test_gfpzero trigger rcu_stallGravatar Peng Liu 1-0/+1
2022-03-22kunit: fix UAF when run kfence test case test_gfpzeroGravatar Peng Liu 1-1/+1
2022-02-11kfence: make test case compatible with run time set sample intervalGravatar Peng Liu 1-4/+4
2022-01-06mm/kfence: Convert kfence_guarded_alloc() to struct slabGravatar Vlastimil Babka 1-3/+3
2022-01-06mm: Convert struct page to struct slab in functions used by other subsystemsGravatar Vlastimil Babka 1-2/+2
2021-11-06kfence: test: use kunit_skip() to skip testsGravatar Marco Elver 1-6/+8
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+3
2021-09-08kfence: test: fail fast if disabled at bootGravatar Marco Elver 1-0/+3
2021-07-30kfence: add function to mask address bitsGravatar Sven Schnelle 1-1/+12
2021-07-23kfence: defer kfence_test_init to ensure that kunit debugfs is createdGravatar Weizhao Ouyang 1-1/+1
2021-06-29mm, slub: change run-time assertion in kmalloc_index() to compile-timeGravatar Hyeonggon Yoo 1-2/+3
2021-02-26kfence: report sensitive information based on no_hash_pointersGravatar Marco Elver 1-1/+1
2021-02-26kfence: add test suiteGravatar Marco Elver 1-0/+858