summaryrefslogtreecommitdiffstats
path: root/kernel/kcsan
Commit message (Expand)AuthorAgeFilesLines
* arm64: Enable KCSANKefeng Wang2021-12-141-0/+1
* kcsan: selftest: Cleanup and add missing __initMarco Elver2021-09-131-42/+30
* kcsan: Move ctx to start of argument listMarco Elver2021-09-131-4/+4
* kcsan: Support reporting scoped read-write access typeMarco Elver2021-09-132-3/+9
* kcsan: Start stack trace with explicit location if providedMarco Elver2021-09-132-13/+61
* kcsan: Save instruction pointer for scoped accessesMarco Elver2021-09-131-3/+9
* kcsan: Add ability to pass instruction pointer of access to reportingMarco Elver2021-09-133-38/+45
* kcsan: test: Fix flaky test caseMarco Elver2021-09-131-4/+18
* kcsan: test: Use kunit_skip() to skip testsMarco Elver2021-09-131-4/+7
* kcsan: test: Defer kcsan_test_init() after kunit initializationMarco Elver2021-09-131-1/+1
* Merge tag 'locking-debug-2021-09-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-024-51/+175
|\
| * kcsan: permissive: Ignore data-racy 1-bit value changesMarco Elver2021-07-202-1/+80
| * kcsan: Print if strict or non-strict during initMarco Elver2021-07-201-0/+9
| * kcsan: Rework atomic.h into permissive.hMarco Elver2021-07-203-32/+71
| * kcsan: Reduce get_ctx() uses in kcsan_found_watchpoint()Marco Elver2021-07-201-10/+16
| * kcsan: Remove CONFIG_KCSAN_DEBUGMarco Elver2021-07-201-9/+0
* | kcsan: use u64 instead of cycles_tHeiko Carstens2021-07-301-1/+1
|/
* Merge branch 'kcsan.2021.05.18a' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-07-043-134/+127
|\
| * kcsan: Report observed value changesMark Rutland2021-05-183-9/+33
| * kcsan: Remove kcsan_report_typeMark Rutland2021-05-182-42/+20
| * kcsan: Remove reporting indirectionMark Rutland2021-05-181-66/+49
| * kcsan: Refactor access_info initializationMark Rutland2021-05-181-17/+25
| * kcsan: Fold panic() call into print_report()Mark Rutland2021-05-181-13/+8
| * kcsan: Refactor passing watchpoint/other_infoMark Rutland2021-05-181-9/+4
| * kcsan: Distinguish kcsan_report() callsMark Rutland2021-05-183-15/+33
| * kcsan: Simplify value change detectionMark Rutland2021-05-181-24/+16
* | sched: Introduce task_is_running()Peter Zijlstra2021-06-181-1/+1
|/
* kcsan: Fix debugfs initcall return typeArnd Bergmann2021-05-181-1/+2
* kcsan: Fix printk format stringArnd Bergmann2021-04-221-1/+1
* kcsan: Add missing license and copyright headersMarco Elver2021-03-087-1/+32
* kcsan: Switch to KUNIT_CASE_PARAM for parameterized testsMarco Elver2021-03-081-62/+54
* kcsan: Make test follow KUnit style recommendationsMarco Elver2021-03-082-3/+3
* kcsan, debugfs: Move debugfs file creation out of early initMarco Elver2021-03-083-8/+3
* kcsan: Rewrite kcsan_prandom_u32_max() without prandom_u32_state()Marco Elver2021-01-041-13/+13
* kcsan: Fix encoding masks and regain address bitMarco Elver2020-11-061-8/+6
* kcsan: Never set up watchpoints on NULL pointersMarco Elver2020-11-021-1/+5
* kcsan: selftest: Ensure that address is at least PAGE_SIZEMarco Elver2020-11-021-0/+3
* kernel/: fix repeated words in commentsRandy Dunlap2020-10-161-1/+1
* kcsan: Use tracing-safe version of prandomMarco Elver2020-08-301-6/+29
* kcsan: Optimize debugfs stats countersMarco Elver2020-08-244-34/+23
* kcsan: Use pr_fmt for consistencyMarco Elver2020-08-242-6/+10
* kcsan: Show message if enabled earlyMarco Elver2020-08-241-2/+6
* kcsan: Remove debugfs test commandMarco Elver2020-08-241-66/+0
* kcsan: Simplify constant string handlingMarco Elver2020-08-242-6/+6
* kcsan: Simplify debugfs counter to name mappingMarco Elver2020-08-241-20/+13
* kcsan: Test support for compound instrumentationMarco Elver2020-08-241-14/+51
* kcsan: Add missing CONFIG_KCSAN_IGNORE_ATOMICS checksMarco Elver2020-08-241-8/+22
* kcsan: Skew delay to be longer for certain access typesMarco Elver2020-08-241-3/+7
* kcsan: Support compounded read-write instrumentationMarco Elver2020-08-242-5/+22
* kcsan: Add atomic builtin test caseMarco Elver2020-08-241-0/+63