aboutsummaryrefslogtreecommitdiff
path: root/kernel/kcsan
AgeCommit message (Expand)AuthorFilesLines
2022-05-25Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-18/+13
2022-05-16kcsan: test: use new suite_{init,exit} supportGravatar Marco Elver 1-18/+13
2022-04-05kcsan: Use preemption model accessorsGravatar Valentin Schneider 1-2/+3
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-106/+863
2021-12-14arm64: Enable KCSANGravatar Kefeng Wang 1-0/+1
2021-12-09kcsan: Only test clear_bit_unlock_is_negative_byte if arch defines itGravatar Marco Elver 2-6/+10
2021-12-09kcsan: Avoid nested contexts reading inconsistent reorder_accessGravatar Marco Elver 1-0/+9
2021-12-09kcsan: Make barrier tests compatible with lockdepGravatar Marco Elver 2-21/+30
2021-12-09kcsan: selftest: Add test case to check memory barrier instrumentationGravatar Marco Elver 2-0/+143
2021-12-09kcsan: test: Add test cases for memory barrier instrumentationGravatar Marco Elver 1-0/+319
2021-12-09kcsan: test: Match reordered or normal accessesGravatar Marco Elver 1-29/+63
2021-12-09kcsan: Show location access was reordered toGravatar Marco Elver 1-12/+23
2021-12-09kcsan: Call scoped accesses reordered in reportsGravatar Marco Elver 2-10/+10
2021-12-09kcsan: Add core memory barrier instrumentation functionsGravatar Marco Elver 1-1/+67
2021-12-09kcsan: Add core support for a subset of weak memory modelingGravatar Marco Elver 1-15/+187
2021-12-09kcsan: Avoid checking scoped accesses from nested contextsGravatar Marco Elver 1-3/+15
2021-12-09kcsan: Remove redundant zero-initialization of globalsGravatar Marco Elver 1-5/+0
2021-12-09kcsan: Refactor reading of instrumented memoryGravatar Marco Elver 1-34/+17
2021-09-13kcsan: selftest: Cleanup and add missing __initGravatar Marco Elver 1-42/+30
2021-09-13kcsan: Move ctx to start of argument listGravatar Marco Elver 1-4/+4
2021-09-13kcsan: Support reporting scoped read-write access typeGravatar Marco Elver 2-3/+9
2021-09-13kcsan: Start stack trace with explicit location if providedGravatar Marco Elver 2-13/+61
2021-09-13kcsan: Save instruction pointer for scoped accessesGravatar Marco Elver 1-3/+9
2021-09-13kcsan: Add ability to pass instruction pointer of access to reportingGravatar Marco Elver 3-38/+45
2021-09-13kcsan: test: Fix flaky test caseGravatar Marco Elver 1-4/+18
2021-09-13kcsan: test: Use kunit_skip() to skip testsGravatar Marco Elver 1-4/+7
2021-09-13kcsan: test: Defer kcsan_test_init() after kunit initializationGravatar Marco Elver 1-1/+1
2021-09-02Merge tag 'locking-debug-2021-09-01' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-51/+175
2021-07-30kcsan: use u64 instead of cycles_tGravatar Heiko Carstens 1-1/+1
2021-07-20kcsan: permissive: Ignore data-racy 1-bit value changesGravatar Marco Elver 2-1/+80
2021-07-20kcsan: Print if strict or non-strict during initGravatar Marco Elver 1-0/+9
2021-07-20kcsan: Rework atomic.h into permissive.hGravatar Marco Elver 3-32/+71
2021-07-20kcsan: Reduce get_ctx() uses in kcsan_found_watchpoint()Gravatar Marco Elver 1-10/+16
2021-07-20kcsan: Remove CONFIG_KCSAN_DEBUGGravatar Marco Elver 1-9/+0
2021-07-04Merge branch 'kcsan.2021.05.18a' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-134/+127
2021-06-18sched: Introduce task_is_running()Gravatar Peter Zijlstra 1-1/+1
2021-05-18kcsan: Report observed value changesGravatar Mark Rutland 3-9/+33
2021-05-18kcsan: Remove kcsan_report_typeGravatar Mark Rutland 2-42/+20
2021-05-18kcsan: Remove reporting indirectionGravatar Mark Rutland 1-66/+49
2021-05-18kcsan: Refactor access_info initializationGravatar Mark Rutland 1-17/+25
2021-05-18kcsan: Fold panic() call into print_report()Gravatar Mark Rutland 1-13/+8
2021-05-18kcsan: Refactor passing watchpoint/other_infoGravatar Mark Rutland 1-9/+4
2021-05-18kcsan: Distinguish kcsan_report() callsGravatar Mark Rutland 3-15/+33
2021-05-18kcsan: Simplify value change detectionGravatar Mark Rutland 1-24/+16
2021-05-18kcsan: Fix debugfs initcall return typeGravatar Arnd Bergmann 1-1/+2
2021-04-22kcsan: Fix printk format stringGravatar Arnd Bergmann 1-1/+1
2021-03-08kcsan: Add missing license and copyright headersGravatar Marco Elver 7-1/+32
2021-03-08kcsan: Switch to KUNIT_CASE_PARAM for parameterized testsGravatar Marco Elver 1-62/+54
2021-03-08kcsan: Make test follow KUnit style recommendationsGravatar Marco Elver 2-3/+3
2021-03-08kcsan, debugfs: Move debugfs file creation out of early initGravatar Marco Elver 3-8/+3