summaryrefslogtreecommitdiffstats
path: root/mm/kfence/kfence_test.c
Commit message (Expand)AuthorAgeFilesLines
* Randomized slab caches for kmalloc()GONG, Ruiqi2023-07-181-2/+5
* mm/slab: introduce kmem_cache flag SLAB_NO_MERGEJesper Dangaard Brouer2023-06-021-4/+3
* printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti2023-04-181-20/+2
* treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-1/+1
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-3/+2
|\
| * mm: kfence: use PAGE_ALIGNED helperKefeng Wang2022-05-251-3/+2
* | kfence: test: use new suite_{init/exit} support, add .kunitconfigDaniel Latypov2022-05-021-18/+13
|/
* kfence: test: try to avoid test_gfpzero trigger rcu_stallPeng Liu2022-03-221-0/+1
* kunit: fix UAF when run kfence test case test_gfpzeroPeng Liu2022-03-221-1/+1
* kfence: make test case compatible with run time set sample intervalPeng Liu2022-02-111-4/+4
* mm/kfence: Convert kfence_guarded_alloc() to struct slabVlastimil Babka2022-01-061-3/+3
* mm: Convert struct page to struct slab in functions used by other subsystemsVlastimil Babka2022-01-061-2/+2
* kfence: test: use kunit_skip() to skip testsMarco Elver2021-11-061-6/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-0/+3
|\
| * kfence: test: fail fast if disabled at bootMarco Elver2021-09-081-0/+3
* | kfence: add function to mask address bitsSven Schnelle2021-07-301-1/+12
|/
* kfence: defer kfence_test_init to ensure that kunit debugfs is createdWeizhao Ouyang2021-07-231-1/+1
* mm, slub: change run-time assertion in kmalloc_index() to compile-timeHyeonggon Yoo2021-06-291-2/+3
* kfence: report sensitive information based on no_hash_pointersMarco Elver2021-02-261-1/+1
* kfence: add test suiteMarco Elver2021-02-261-0/+858