index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
kcsan
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-01-11
5
-106
/
+863
|
\
|
*
kcsan: Only test clear_bit_unlock_is_negative_byte if arch defines it
Marco Elver
2021-12-09
2
-6
/
+10
|
*
kcsan: Avoid nested contexts reading inconsistent reorder_access
Marco Elver
2021-12-09
1
-0
/
+9
|
*
kcsan: Make barrier tests compatible with lockdep
Marco Elver
2021-12-09
2
-21
/
+30
|
*
kcsan: selftest: Add test case to check memory barrier instrumentation
Marco Elver
2021-12-09
2
-0
/
+143
|
*
kcsan: test: Add test cases for memory barrier instrumentation
Marco Elver
2021-12-09
1
-0
/
+319
|
*
kcsan: test: Match reordered or normal accesses
Marco Elver
2021-12-09
1
-29
/
+63
|
*
kcsan: Show location access was reordered to
Marco Elver
2021-12-09
1
-12
/
+23
|
*
kcsan: Call scoped accesses reordered in reports
Marco Elver
2021-12-09
2
-10
/
+10
|
*
kcsan: Add core memory barrier instrumentation functions
Marco Elver
2021-12-09
1
-1
/
+67
|
*
kcsan: Add core support for a subset of weak memory modeling
Marco Elver
2021-12-09
1
-15
/
+187
|
*
kcsan: Avoid checking scoped accesses from nested contexts
Marco Elver
2021-12-09
1
-3
/
+15
|
*
kcsan: Remove redundant zero-initialization of globals
Marco Elver
2021-12-09
1
-5
/
+0
|
*
kcsan: Refactor reading of instrumented memory
Marco Elver
2021-12-09
1
-34
/
+17
*
|
arm64: Enable KCSAN
Kefeng Wang
2021-12-14
1
-0
/
+1
|
/
*
kcsan: selftest: Cleanup and add missing __init
Marco Elver
2021-09-13
1
-42
/
+30
*
kcsan: Move ctx to start of argument list
Marco Elver
2021-09-13
1
-4
/
+4
*
kcsan: Support reporting scoped read-write access type
Marco Elver
2021-09-13
2
-3
/
+9
*
kcsan: Start stack trace with explicit location if provided
Marco Elver
2021-09-13
2
-13
/
+61
*
kcsan: Save instruction pointer for scoped accesses
Marco Elver
2021-09-13
1
-3
/
+9
*
kcsan: Add ability to pass instruction pointer of access to reporting
Marco Elver
2021-09-13
3
-38
/
+45
*
kcsan: test: Fix flaky test case
Marco Elver
2021-09-13
1
-4
/
+18
*
kcsan: test: Use kunit_skip() to skip tests
Marco Elver
2021-09-13
1
-4
/
+7
*
kcsan: test: Defer kcsan_test_init() after kunit initialization
Marco Elver
2021-09-13
1
-1
/
+1
*
Merge tag 'locking-debug-2021-09-01' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-09-02
4
-51
/
+175
|
\
|
*
kcsan: permissive: Ignore data-racy 1-bit value changes
Marco Elver
2021-07-20
2
-1
/
+80
|
*
kcsan: Print if strict or non-strict during init
Marco Elver
2021-07-20
1
-0
/
+9
|
*
kcsan: Rework atomic.h into permissive.h
Marco Elver
2021-07-20
3
-32
/
+71
|
*
kcsan: Reduce get_ctx() uses in kcsan_found_watchpoint()
Marco Elver
2021-07-20
1
-10
/
+16
|
*
kcsan: Remove CONFIG_KCSAN_DEBUG
Marco Elver
2021-07-20
1
-9
/
+0
*
|
kcsan: use u64 instead of cycles_t
Heiko Carstens
2021-07-30
1
-1
/
+1
|
/
*
Merge branch 'kcsan.2021.05.18a' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-07-04
3
-134
/
+127
|
\
|
*
kcsan: Report observed value changes
Mark Rutland
2021-05-18
3
-9
/
+33
|
*
kcsan: Remove kcsan_report_type
Mark Rutland
2021-05-18
2
-42
/
+20
|
*
kcsan: Remove reporting indirection
Mark Rutland
2021-05-18
1
-66
/
+49
|
*
kcsan: Refactor access_info initialization
Mark Rutland
2021-05-18
1
-17
/
+25
|
*
kcsan: Fold panic() call into print_report()
Mark Rutland
2021-05-18
1
-13
/
+8
|
*
kcsan: Refactor passing watchpoint/other_info
Mark Rutland
2021-05-18
1
-9
/
+4
|
*
kcsan: Distinguish kcsan_report() calls
Mark Rutland
2021-05-18
3
-15
/
+33
|
*
kcsan: Simplify value change detection
Mark Rutland
2021-05-18
1
-24
/
+16
*
|
sched: Introduce task_is_running()
Peter Zijlstra
2021-06-18
1
-1
/
+1
|
/
*
kcsan: Fix debugfs initcall return type
Arnd Bergmann
2021-05-18
1
-1
/
+2
*
kcsan: Fix printk format string
Arnd Bergmann
2021-04-22
1
-1
/
+1
*
kcsan: Add missing license and copyright headers
Marco Elver
2021-03-08
7
-1
/
+32
*
kcsan: Switch to KUNIT_CASE_PARAM for parameterized tests
Marco Elver
2021-03-08
1
-62
/
+54
*
kcsan: Make test follow KUnit style recommendations
Marco Elver
2021-03-08
2
-3
/
+3
*
kcsan, debugfs: Move debugfs file creation out of early init
Marco Elver
2021-03-08
3
-8
/
+3
*
kcsan: Rewrite kcsan_prandom_u32_max() without prandom_u32_state()
Marco Elver
2021-01-04
1
-13
/
+13
*
kcsan: Fix encoding masks and regain address bit
Marco Elver
2020-11-06
1
-8
/
+6
*
kcsan: Never set up watchpoints on NULL pointers
Marco Elver
2020-11-02
1
-1
/
+5
[next]