summaryrefslogtreecommitdiffstats
path: root/kernel/kcsan
Commit message (Expand)AuthorAgeFilesLines
* mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-182-6/+0
* bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-182-8/+8
* kcsan: Don't expect 64 bits atomic builtins from 32 bits architecturesChristophe Leroy2023-06-091-0/+2
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-14/+6
|\
| * printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti2023-04-181-14/+6
* | Merge tag 'kcsan.2023.04.04a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-241-4/+13
|\ \ | |/ |/|
| * kcsan: Avoid READ_ONCE() in read_instrumented_memory()Marco Elver2023-03-111-4/+13
* | kcsan: avoid passing -g for testMarco Elver2023-03-231-1/+1
|/
* kcsan: test: don't put the expect array on the stackMax Filippov2023-01-021-1/+6
* 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