summaryrefslogtreecommitdiffstats
path: root/kernel/kcsan
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-2/+1
|\
| * panic: Consolidate open-coded panic_on_warn checksKees Cook2022-12-021-2/+1
* | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-121-0/+1
|\ \
| * | kernel: kcsan: kcsan_test: build without structleak pluginAnders Roxell2022-12-111-0/+1
| |/
* | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-10/+2
|\ \
| * | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-1/+1
| * | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
| * | kcsan: remove rng selftestJason A. Donenfeld2022-11-171-8/+0
| |/
* / kcsan: Instrument memcpy/memset/memmove with newer ClangMarco Elver2022-10-181-0/+50
|/
* treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* kcsan: test: Add a .kunitconfig to run KCSAN testsDavid Gow2022-07-221-0/+24
* Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-05-251-18/+13
|\
| * kcsan: test: use new suite_{init,exit} supportMarco Elver2022-05-161-18/+13
* | kcsan: Use preemption model accessorsValentin Schneider2022-04-051-2/+3
|/
* Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-115-106/+863
|\
| * kcsan: Only test clear_bit_unlock_is_negative_byte if arch defines itMarco Elver2021-12-092-6/+10
| * kcsan: Avoid nested contexts reading inconsistent reorder_accessMarco Elver2021-12-091-0/+9
| * kcsan: Make barrier tests compatible with lockdepMarco Elver2021-12-092-21/+30
| * kcsan: selftest: Add test case to check memory barrier instrumentationMarco Elver2021-12-092-0/+143
| * kcsan: test: Add test cases for memory barrier instrumentationMarco Elver2021-12-091-0/+319
| * kcsan: test: Match reordered or normal accessesMarco Elver2021-12-091-29/+63
| * kcsan: Show location access was reordered toMarco Elver2021-12-091-12/+23
| * kcsan: Call scoped accesses reordered in reportsMarco Elver2021-12-092-10/+10
| * kcsan: Add core memory barrier instrumentation functionsMarco Elver2021-12-091-1/+67
| * kcsan: Add core support for a subset of weak memory modelingMarco Elver2021-12-091-15/+187
| * kcsan: Avoid checking scoped accesses from nested contextsMarco Elver2021-12-091-3/+15
| * kcsan: Remove redundant zero-initialization of globalsMarco Elver2021-12-091-5/+0
| * kcsan: Refactor reading of instrumented memoryMarco Elver2021-12-091-34/+17
* | 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