aboutsummaryrefslogtreecommitdiff
path: root/kernel/kcsan
AgeCommit message (Expand)Author
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
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-12-14arm64: Enable KCSANKefeng Wang
2021-12-09kcsan: Only test clear_bit_unlock_is_negative_byte if arch defines itMarco Elver
2021-12-09kcsan: Avoid nested contexts reading inconsistent reorder_accessMarco Elver
2021-12-09kcsan: Make barrier tests compatible with lockdepMarco Elver
2021-12-09kcsan: selftest: Add test case to check memory barrier instrumentationMarco 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: Show location access was reordered toMarco Elver
2021-12-09kcsan: Call scoped accesses reordered in reportsMarco Elver
2021-12-09kcsan: Add core memory barrier instrumentation functionsMarco Elver
2021-12-09kcsan: Add core support for a subset of weak memory modelingMarco Elver
2021-12-09kcsan: Avoid checking scoped accesses from nested contextsMarco Elver
2021-12-09kcsan: Remove redundant zero-initialization of globalsMarco Elver
2021-12-09kcsan: Refactor reading of instrumented memoryMarco Elver
2021-09-13kcsan: selftest: Cleanup and add missing __initMarco Elver
2021-09-13kcsan: Move ctx to start of argument listMarco 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: Save instruction pointer for scoped accessesMarco Elver
2021-09-13kcsan: Add ability to pass instruction pointer of access to reportingMarco 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-09-02Merge tag 'locking-debug-2021-09-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-07-30kcsan: use u64 instead of cycles_tHeiko Carstens
2021-07-20kcsan: permissive: Ignore data-racy 1-bit value changesMarco Elver
2021-07-20kcsan: Print if strict or non-strict during initMarco Elver
2021-07-20kcsan: Rework atomic.h into permissive.hMarco Elver
2021-07-20kcsan: Reduce get_ctx() uses in kcsan_found_watchpoint()Marco Elver
2021-07-20kcsan: Remove CONFIG_KCSAN_DEBUGMarco Elver
2021-07-04Merge branch 'kcsan.2021.05.18a' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-05-18kcsan: Report observed value changesMark Rutland
2021-05-18kcsan: Remove kcsan_report_typeMark Rutland
2021-05-18kcsan: Remove reporting indirectionMark Rutland
2021-05-18kcsan: Refactor access_info initializationMark Rutland
2021-05-18kcsan: Fold panic() call into print_report()Mark Rutland
2021-05-18kcsan: Refactor passing watchpoint/other_infoMark Rutland
2021-05-18kcsan: Distinguish kcsan_report() callsMark Rutland
2021-05-18kcsan: Simplify value change detectionMark Rutland
2021-05-18kcsan: Fix debugfs initcall return typeArnd Bergmann
2021-04-22kcsan: Fix printk format stringArnd Bergmann
2021-03-08kcsan: Add missing license and copyright headersMarco Elver
2021-03-08kcsan: Switch to KUNIT_CASE_PARAM for parameterized testsMarco Elver
2021-03-08kcsan: Make test follow KUnit style recommendationsMarco Elver
2021-03-08kcsan, debugfs: Move debugfs file creation out of early initMarco Elver