aboutsummaryrefslogtreecommitdiff
path: root/kernel/kcsan
AgeCommit message (Expand)Author
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
2021-01-04kcsan: Rewrite kcsan_prandom_u32_max() without prandom_u32_state()Marco Elver
2020-11-06kcsan: Fix encoding masks and regain address bitMarco Elver
2020-11-02kcsan: Never set up watchpoints on NULL pointersMarco Elver
2020-11-02kcsan: selftest: Ensure that address is at least PAGE_SIZEMarco Elver
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap
2020-08-30kcsan: Use tracing-safe version of prandomMarco Elver
2020-08-24kcsan: Optimize debugfs stats countersMarco Elver
2020-08-24kcsan: Use pr_fmt for consistencyMarco Elver
2020-08-24kcsan: Show message if enabled earlyMarco Elver
2020-08-24kcsan: Remove debugfs test commandMarco Elver
2020-08-24kcsan: Simplify constant string handlingMarco Elver
2020-08-24kcsan: Simplify debugfs counter to name mappingMarco Elver
2020-08-24kcsan: Test support for compound instrumentationMarco Elver
2020-08-24kcsan: Add missing CONFIG_KCSAN_IGNORE_ATOMICS checksMarco Elver
2020-08-24kcsan: Skew delay to be longer for certain access typesMarco Elver
2020-08-24kcsan: Support compounded read-write instrumentationMarco Elver
2020-08-24kcsan: Add atomic builtin test caseMarco Elver
2020-08-24kcsan: Add support for atomic builtinsMarco Elver
2020-08-01Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar
2020-07-31kcsan: Improve IRQ state trace reportingMarco Elver
2020-07-10kcsan: Make KCSAN compatible with new IRQ state trackingMarco Elver
2020-06-29kcsan: Disable branch tracing in core runtimeMarco Elver
2020-06-29kcsan: Simplify compiler flagsMarco Elver
2020-06-29kcsan: Add jiffies test to test suiteMarco Elver
2020-06-29kcsan: Remove existing special atomic rulesMarco Elver
2020-06-29kcsan: Rename test.c to selftest.cMarco Elver
2020-06-29kcsan: Silence -Wmissing-prototypes warning with W=1Marco Elver