index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
kcsan
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-11
Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-106
/
+863
2021-12-14
arm64: Enable KCSAN
Kefeng Wang
1
-0
/
+1
2021-12-09
kcsan: Only test clear_bit_unlock_is_negative_byte if arch defines it
Marco Elver
2
-6
/
+10
2021-12-09
kcsan: Avoid nested contexts reading inconsistent reorder_access
Marco Elver
1
-0
/
+9
2021-12-09
kcsan: Make barrier tests compatible with lockdep
Marco Elver
2
-21
/
+30
2021-12-09
kcsan: selftest: Add test case to check memory barrier instrumentation
Marco Elver
2
-0
/
+143
2021-12-09
kcsan: test: Add test cases for memory barrier instrumentation
Marco Elver
1
-0
/
+319
2021-12-09
kcsan: test: Match reordered or normal accesses
Marco Elver
1
-29
/
+63
2021-12-09
kcsan: Show location access was reordered to
Marco Elver
1
-12
/
+23
2021-12-09
kcsan: Call scoped accesses reordered in reports
Marco Elver
2
-10
/
+10
2021-12-09
kcsan: Add core memory barrier instrumentation functions
Marco Elver
1
-1
/
+67
2021-12-09
kcsan: Add core support for a subset of weak memory modeling
Marco Elver
1
-15
/
+187
2021-12-09
kcsan: Avoid checking scoped accesses from nested contexts
Marco Elver
1
-3
/
+15
2021-12-09
kcsan: Remove redundant zero-initialization of globals
Marco Elver
1
-5
/
+0
2021-12-09
kcsan: Refactor reading of instrumented memory
Marco Elver
1
-34
/
+17
2021-09-13
kcsan: selftest: Cleanup and add missing __init
Marco Elver
1
-42
/
+30
2021-09-13
kcsan: Move ctx to start of argument list
Marco Elver
1
-4
/
+4
2021-09-13
kcsan: Support reporting scoped read-write access type
Marco Elver
2
-3
/
+9
2021-09-13
kcsan: Start stack trace with explicit location if provided
Marco Elver
2
-13
/
+61
2021-09-13
kcsan: Save instruction pointer for scoped accesses
Marco Elver
1
-3
/
+9
2021-09-13
kcsan: Add ability to pass instruction pointer of access to reporting
Marco Elver
3
-38
/
+45
2021-09-13
kcsan: test: Fix flaky test case
Marco Elver
1
-4
/
+18
2021-09-13
kcsan: test: Use kunit_skip() to skip tests
Marco Elver
1
-4
/
+7
2021-09-13
kcsan: test: Defer kcsan_test_init() after kunit initialization
Marco Elver
1
-1
/
+1
2021-09-02
Merge tag 'locking-debug-2021-09-01' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-51
/
+175
2021-07-30
kcsan: use u64 instead of cycles_t
Heiko Carstens
1
-1
/
+1
2021-07-20
kcsan: permissive: Ignore data-racy 1-bit value changes
Marco Elver
2
-1
/
+80
2021-07-20
kcsan: Print if strict or non-strict during init
Marco Elver
1
-0
/
+9
2021-07-20
kcsan: Rework atomic.h into permissive.h
Marco Elver
3
-32
/
+71
2021-07-20
kcsan: Reduce get_ctx() uses in kcsan_found_watchpoint()
Marco Elver
1
-10
/
+16
2021-07-20
kcsan: Remove CONFIG_KCSAN_DEBUG
Marco Elver
1
-9
/
+0
2021-07-04
Merge branch 'kcsan.2021.05.18a' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-134
/
+127
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-1
/
+1
2021-05-18
kcsan: Report observed value changes
Mark Rutland
3
-9
/
+33
2021-05-18
kcsan: Remove kcsan_report_type
Mark Rutland
2
-42
/
+20
2021-05-18
kcsan: Remove reporting indirection
Mark Rutland
1
-66
/
+49
2021-05-18
kcsan: Refactor access_info initialization
Mark Rutland
1
-17
/
+25
2021-05-18
kcsan: Fold panic() call into print_report()
Mark Rutland
1
-13
/
+8
2021-05-18
kcsan: Refactor passing watchpoint/other_info
Mark Rutland
1
-9
/
+4
2021-05-18
kcsan: Distinguish kcsan_report() calls
Mark Rutland
3
-15
/
+33
2021-05-18
kcsan: Simplify value change detection
Mark Rutland
1
-24
/
+16
2021-05-18
kcsan: Fix debugfs initcall return type
Arnd Bergmann
1
-1
/
+2
2021-04-22
kcsan: Fix printk format string
Arnd Bergmann
1
-1
/
+1
2021-03-08
kcsan: Add missing license and copyright headers
Marco Elver
7
-1
/
+32
2021-03-08
kcsan: Switch to KUNIT_CASE_PARAM for parameterized tests
Marco Elver
1
-62
/
+54
2021-03-08
kcsan: Make test follow KUnit style recommendations
Marco Elver
2
-3
/
+3
2021-03-08
kcsan, debugfs: Move debugfs file creation out of early init
Marco Elver
3
-8
/
+3
2021-01-04
kcsan: Rewrite kcsan_prandom_u32_max() without prandom_u32_state()
Marco Elver
1
-13
/
+13
2020-11-06
kcsan: Fix encoding masks and regain address bit
Marco Elver
1
-8
/
+6
2020-11-02
kcsan: Never set up watchpoints on NULL pointers
Marco Elver
1
-1
/
+5
[next]