index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
kcsan
/
kcsan_test.c
Age
Commit message (
Expand
)
Author
2025-10-02
Merge tag 'kcsan-20250929-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-08-26
kunit: Pass parameterized test context to generate_params()
Marie Zhussupova
2025-08-19
kcsan: test: Replace deprecated strcpy() with strscpy()
Thorsten Blum
2025-07-23
kcsan: test: Initialize dummy variable
Marco Elver
2025-05-08
treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()
Ingo Molnar
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2024-06-06
kcsan: Add missing MODULE_DESCRIPTION() macro
Jeff Johnson
2024-05-07
kcsan, compiler_types: Introduce __data_racy type qualifier
Marco Elver
2023-10-18
mm: delete checks for xor_unlock_is_negative_byte()
Matthew Wilcox (Oracle)
2023-10-18
bitops: add xor_unlock_is_negative_byte()
Matthew Wilcox (Oracle)
2023-04-18
printk: export console trace point for kcsan/kasan/kfence/kmsan
Pavankumar Kondeti
2023-01-02
kcsan: test: don't put the expect array on the stack
Max Filippov
2022-05-25
Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2022-05-16
kcsan: test: use new suite_{init,exit} support
Marco Elver
2022-04-05
kcsan: Use preemption model accessors
Valentin Schneider
2021-12-09
kcsan: Only test clear_bit_unlock_is_negative_byte if arch defines it
Marco Elver
2021-12-09
kcsan: Make barrier tests compatible with lockdep
Marco Elver
2021-12-09
kcsan: test: Add test cases for memory barrier instrumentation
Marco Elver
2021-12-09
kcsan: test: Match reordered or normal accesses
Marco Elver
2021-12-09
kcsan: Call scoped accesses reordered in reports
Marco Elver
2021-09-13
kcsan: Support reporting scoped read-write access type
Marco Elver
2021-09-13
kcsan: Start stack trace with explicit location if provided
Marco Elver
2021-09-13
kcsan: test: Fix flaky test case
Marco Elver
2021-09-13
kcsan: test: Use kunit_skip() to skip tests
Marco Elver
2021-09-13
kcsan: test: Defer kcsan_test_init() after kunit initialization
Marco Elver
2021-07-20
kcsan: permissive: Ignore data-racy 1-bit value changes
Marco Elver
2021-04-22
kcsan: Fix printk format string
Arnd Bergmann
2021-03-08
kcsan: Switch to KUNIT_CASE_PARAM for parameterized tests
Marco Elver
2021-03-08
kcsan: Make test follow KUnit style recommendations
Marco Elver