summaryrefslogtreecommitdiffstats
path: root/kernel/kcsan
AgeCommit message (Expand)AuthorLines
2025-10-02Merge tag 'kcsan-20250929-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2025-08-26kunit: Pass parameterized test context to generate_params()Marie Zhussupova-1/+1
2025-08-19kcsan: test: Replace deprecated strcpy() with strscpy()Thorsten Blum-2/+2
2025-07-23kcsan: test: Initialize dummy variableMarco Elver-1/+1
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2024-10-14kcsan: Remove redundant call of kallsyms_lookup_name()Ran Xiaokai-2/+1
2024-10-14kcsan: Turn report_filterlist_lock into a raw_spinlockMarco Elver-38/+36
2024-08-01kcsan: Use min() to fix Coccinelle warningThorsten Blum-1/+1
2024-06-06kcsan: Add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-05-07kcsan, compiler_types: Introduce __data_racy type qualifierMarco Elver-0/+17
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)-6/+0
2023-10-18bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)-8/+8
2023-06-09kcsan: Don't expect 64 bits atomic builtins from 32 bits architecturesChristophe Leroy-0/+2
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-14/+6
2023-04-24Merge tag 'kcsan.2023.04.04a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+13
2023-04-18printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti-14/+6
2023-03-23kcsan: avoid passing -g for testMarco Elver-1/+1
2023-03-11kcsan: Avoid READ_ONCE() in read_instrumented_memory()Marco Elver-4/+13
2023-01-02kcsan: test: don't put the expect array on the stackMax Filippov-1/+6
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+1
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+2
2022-12-11kernel: kcsan: kcsan_test: build without structleak pluginAnders Roxell-0/+1
2022-12-02panic: Consolidate open-coded panic_on_warn checksKees Cook-2/+1
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-2/+2
2022-11-17kcsan: remove rng selftestJason A. Donenfeld-8/+0
2022-10-18kcsan: Instrument memcpy/memset/memmove with newer ClangMarco Elver-0/+50
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld-1/+1
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-1/+1
2022-07-22kcsan: test: Add a .kunitconfig to run KCSAN testsDavid Gow-0/+24
2022-05-25Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-18/+13
2022-05-16kcsan: test: use new suite_{init,exit} supportMarco Elver-18/+13
2022-04-05kcsan: Use preemption model accessorsValentin Schneider-2/+3
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-106/+863
2021-12-14arm64: Enable KCSANKefeng Wang-0/+1
2021-12-09kcsan: Only test clear_bit_unlock_is_negative_byte if arch defines itMarco Elver-6/+10
2021-12-09kcsan: Avoid nested contexts reading inconsistent reorder_accessMarco Elver-0/+9
2021-12-09kcsan: Make barrier tests compatible with lockdepMarco Elver-21/+30
2021-12-09kcsan: selftest: Add test case to check memory barrier instrumentationMarco Elver-0/+143
2021-12-09kcsan: test: Add test cases for memory barrier instrumentationMarco Elver-0/+319
2021-12-09kcsan: test: Match reordered or normal accessesMarco Elver-29/+63
2021-12-09kcsan: Show location access was reordered toMarco Elver-12/+23
2021-12-09kcsan: Call scoped accesses reordered in reportsMarco Elver-10/+10
2021-12-09kcsan: Add core memory barrier instrumentation functionsMarco Elver-1/+67
2021-12-09kcsan: Add core support for a subset of weak memory modelingMarco Elver-15/+187
2021-12-09kcsan: Avoid checking scoped accesses from nested contextsMarco Elver-3/+15
2021-12-09kcsan: Remove redundant zero-initialization of globalsMarco Elver-5/+0
2021-12-09kcsan: Refactor reading of instrumented memoryMarco Elver-34/+17