summaryrefslogtreecommitdiff
path: root/kernel/kcsan/kcsan_test.c
AgeCommit message (Expand)Author
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)
2023-10-18bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)
2023-04-18printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti
2023-01-02kcsan: test: don't put the expect array on the stackMax Filippov
2022-05-25Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2022-05-16kcsan: test: use new suite_{init,exit} supportMarco Elver
2022-04-05kcsan: Use preemption model accessorsValentin Schneider
2021-12-09kcsan: Only test clear_bit_unlock_is_negative_byte if arch defines itMarco Elver
2021-12-09kcsan: Make barrier tests compatible with lockdepMarco Elver
2021-12-09kcsan: test: Add test cases for memory barrier instrumentationMarco Elver
2021-12-09kcsan: test: Match reordered or normal accessesMarco Elver
2021-12-09kcsan: Call scoped accesses reordered in reportsMarco Elver
2021-09-13kcsan: Support reporting scoped read-write access typeMarco Elver
2021-09-13kcsan: Start stack trace with explicit location if providedMarco Elver
2021-09-13kcsan: test: Fix flaky test caseMarco Elver
2021-09-13kcsan: test: Use kunit_skip() to skip testsMarco Elver
2021-09-13kcsan: test: Defer kcsan_test_init() after kunit initializationMarco Elver
2021-07-20kcsan: permissive: Ignore data-racy 1-bit value changesMarco Elver
2021-04-22kcsan: Fix printk format stringArnd Bergmann
2021-03-08kcsan: Switch to KUNIT_CASE_PARAM for parameterized testsMarco Elver
2021-03-08kcsan: Make test follow KUnit style recommendationsMarco Elver