aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kcsan (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-13kcsan: selftest: Cleanup and add missing __initMarco Elver1-42/+30
2021-09-13kcsan: Move ctx to start of argument listMarco Elver1-4/+4
2021-09-13kcsan: Support reporting scoped read-write access typeMarco Elver2-3/+9
2021-09-13kcsan: Start stack trace with explicit location if providedMarco Elver2-13/+61
2021-09-13kcsan: Save instruction pointer for scoped accessesMarco Elver1-3/+9
2021-09-13kcsan: Add ability to pass instruction pointer of access to reportingMarco Elver3-38/+45
2021-09-13kcsan: test: Fix flaky test caseMarco Elver1-4/+18
2021-09-13kcsan: test: Use kunit_skip() to skip testsMarco Elver1-4/+7
2021-09-13kcsan: test: Defer kcsan_test_init() after kunit initializationMarco Elver1-1/+1
2021-09-02Merge tag 'locking-debug-2021-09-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-51/+175
2021-07-30kcsan: use u64 instead of cycles_tHeiko Carstens1-1/+1
2021-07-20kcsan: permissive: Ignore data-racy 1-bit value changesMarco Elver2-1/+80
2021-07-20kcsan: Print if strict or non-strict during initMarco Elver1-0/+9
2021-07-20kcsan: Rework atomic.h into permissive.hMarco Elver3-32/+71
2021-07-20kcsan: Reduce get_ctx() uses in kcsan_found_watchpoint()Marco Elver1-10/+16
2021-07-20kcsan: Remove CONFIG_KCSAN_DEBUGMarco Elver1-9/+0
2021-07-04Merge branch 'kcsan.2021.05.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds3-134/+127
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-05-18kcsan: Report observed value changesMark Rutland3-9/+33
2021-05-18kcsan: Remove kcsan_report_typeMark Rutland2-42/+20
2021-05-18kcsan: Remove reporting indirectionMark Rutland1-66/+49
2021-05-18kcsan: Refactor access_info initializationMark Rutland1-17/+25
2021-05-18kcsan: Fold panic() call into print_report()Mark Rutland1-13/+8
2021-05-18kcsan: Refactor passing watchpoint/other_infoMark Rutland1-9/+4
2021-05-18kcsan: Distinguish kcsan_report() callsMark Rutland3-15/+33
2021-05-18kcsan: Simplify value change detectionMark Rutland1-24/+16
2021-05-18kcsan: Fix debugfs initcall return typeArnd Bergmann1-1/+2
2021-04-22kcsan: Fix printk format stringArnd Bergmann1-1/+1
2021-03-08kcsan: Add missing license and copyright headersMarco Elver7-1/+32
2021-03-08kcsan: Switch to KUNIT_CASE_PARAM for parameterized testsMarco Elver1-62/+54
2021-03-08kcsan: Make test follow KUnit style recommendationsMarco Elver2-3/+3
2021-03-08kcsan, debugfs: Move debugfs file creation out of early initMarco Elver3-8/+3
2021-01-04kcsan: Rewrite kcsan_prandom_u32_max() without prandom_u32_state()Marco Elver1-13/+13
2020-11-06kcsan: Fix encoding masks and regain address bitMarco Elver1-8/+6
2020-11-02kcsan: Never set up watchpoints on NULL pointersMarco Elver1-1/+5
2020-11-02kcsan: selftest: Ensure that address is at least PAGE_SIZEMarco Elver1-0/+3
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap1-1/+1
2020-08-30kcsan: Use tracing-safe version of prandomMarco Elver1-6/+29
2020-08-24kcsan: Optimize debugfs stats countersMarco Elver4-34/+23
2020-08-24kcsan: Use pr_fmt for consistencyMarco Elver2-6/+10
2020-08-24kcsan: Show message if enabled earlyMarco Elver1-2/+6
2020-08-24kcsan: Remove debugfs test commandMarco Elver1-66/+0
2020-08-24kcsan: Simplify constant string handlingMarco Elver2-6/+6
2020-08-24kcsan: Simplify debugfs counter to name mappingMarco Elver1-20/+13
2020-08-24kcsan: Test support for compound instrumentationMarco Elver1-14/+51
2020-08-24kcsan: Add missing CONFIG_KCSAN_IGNORE_ATOMICS checksMarco Elver1-8/+22
2020-08-24kcsan: Skew delay to be longer for certain access typesMarco Elver1-3/+7
2020-08-24kcsan: Support compounded read-write instrumentationMarco Elver2-5/+22
2020-08-24kcsan: Add atomic builtin test caseMarco Elver1-0/+63
2020-08-24kcsan: Add support for atomic builtinsMarco Elver1-0/+110