summaryrefslogtreecommitdiffstats
path: root/kernel/kcsan
AgeCommit message (Expand)AuthorFilesLines
2023-01-02kcsan: test: don't put the expect array on the stackMax Filippov1-1/+6
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-10/+2
2022-12-11kernel: kcsan: kcsan_test: build without structleak pluginAnders Roxell1-0/+1
2022-12-02panic: Consolidate open-coded panic_on_warn checksKees Cook1-2/+1
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld1-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-2/+2
2022-11-17kcsan: remove rng selftestJason A. Donenfeld1-8/+0
2022-10-18kcsan: Instrument memcpy/memset/memmove with newer ClangMarco Elver1-0/+50
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld1-1/+1
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-07-22kcsan: test: Add a .kunitconfig to run KCSAN testsDavid Gow1-0/+24
2022-05-25Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-18/+13
2022-05-16kcsan: test: use new suite_{init,exit} supportMarco Elver1-18/+13
2022-04-05kcsan: Use preemption model accessorsValentin Schneider1-2/+3
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-106/+863
2021-12-14arm64: Enable KCSANKefeng Wang1-0/+1
2021-12-09kcsan: Only test clear_bit_unlock_is_negative_byte if arch defines itMarco Elver2-6/+10
2021-12-09kcsan: Avoid nested contexts reading inconsistent reorder_accessMarco Elver1-0/+9
2021-12-09kcsan: Make barrier tests compatible with lockdepMarco Elver2-21/+30
2021-12-09kcsan: selftest: Add test case to check memory barrier instrumentationMarco Elver2-0/+143
2021-12-09kcsan: test: Add test cases for memory barrier instrumentationMarco Elver1-0/+319
2021-12-09kcsan: test: Match reordered or normal accessesMarco Elver1-29/+63
2021-12-09kcsan: Show location access was reordered toMarco Elver1-12/+23
2021-12-09kcsan: Call scoped accesses reordered in reportsMarco Elver2-10/+10
2021-12-09kcsan: Add core memory barrier instrumentation functionsMarco Elver1-1/+67
2021-12-09kcsan: Add core support for a subset of weak memory modelingMarco Elver1-15/+187
2021-12-09kcsan: Avoid checking scoped accesses from nested contextsMarco Elver1-3/+15
2021-12-09kcsan: Remove redundant zero-initialization of globalsMarco Elver1-5/+0
2021-12-09kcsan: Refactor reading of instrumented memoryMarco Elver1-34/+17
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/ke...Linus 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...Linus Torvalds3-134/+127
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-05-18kcsan: Report observed value changesMark Rutland3-9/+33