index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
kcsan
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kcsan, debugfs: Move debugfs file creation out of early init
Marco Elver
2021-05-11
1
-2
/
+0
*
kcsan: Rewrite kcsan_prandom_u32_max() without prandom_u32_state()
Marco Elver
2021-03-04
1
-13
/
+13
*
kcsan: Use tracing-safe version of prandom
Marco Elver
2020-08-30
1
-6
/
+29
*
kcsan: Optimize debugfs stats counters
Marco Elver
2020-08-24
1
-11
/
+11
*
kcsan: Show message if enabled early
Marco Elver
2020-08-24
1
-2
/
+6
*
kcsan: Add missing CONFIG_KCSAN_IGNORE_ATOMICS checks
Marco Elver
2020-08-24
1
-8
/
+22
*
kcsan: Skew delay to be longer for certain access types
Marco Elver
2020-08-24
1
-3
/
+7
*
kcsan: Support compounded read-write instrumentation
Marco Elver
2020-08-24
1
-5
/
+18
*
kcsan: Add support for atomic builtins
Marco Elver
2020-08-24
1
-0
/
+110
*
Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...
Ingo Molnar
2020-08-01
1
-0
/
+9
|
\
|
*
kcsan: Silence -Wmissing-prototypes warning with W=1
Marco Elver
2020-06-29
1
-0
/
+9
*
|
kcsan: Improve IRQ state trace reporting
Marco Elver
2020-07-31
1
-0
/
+23
*
|
kcsan: Make KCSAN compatible with new IRQ state tracking
Marco Elver
2020-07-10
1
-3
/
+2
|
/
*
kcsan: Support distinguishing volatile accesses
Marco Elver
2020-06-11
1
-0
/
+43
*
kcsan: Add __kcsan_{enable,disable}_current() variants
Marco Elver
2020-05-06
1
-0
/
+7
*
kcsan: Add support for scoped accesses
Marco Elver
2020-04-13
1
-8
/
+75
*
kcsan: Avoid blocking producers in prepare_report()
Marco Elver
2020-04-13
1
-10
/
+21
*
kcsan: Introduce report access_info and other_info
Marco Elver
2020-04-13
1
-4
/
+2
*
kcsan: Fix a typo in a comment
Qiujun Huang
2020-03-25
1
-1
/
+1
*
kcsan: Add current->state to implicitly atomic accesses
Marco Elver
2020-03-25
1
-7
/
+15
*
kcsan: Add option for verbose reporting
Marco Elver
2020-03-25
1
-2
/
+2
*
kcsan: Add option to allow watcher interruptions
Marco Elver
2020-03-25
1
-24
/
+10
*
kcsan: Add kcsan_set_access_mask() support
Marco Elver
2020-03-21
1
-4
/
+39
*
kcsan: Introduce kcsan_value_change type
Marco Elver
2020-03-21
1
-16
/
+22
*
kcsan: Expose core configuration parameters as module params
Marco Elver
2020-03-21
1
-5
/
+19
*
kcsan: Introduce KCSAN_ACCESS_ASSERT access type
Marco Elver
2020-03-21
1
-6
/
+38
*
kcsan: Fix 0-sized checks
Marco Elver
2020-03-21
1
-0
/
+7
*
kcsan: Add option to assume plain aligned writes up to word size are atomic
Marco Elver
2020-03-21
1
-5
/
+17
*
kcsan: Make KCSAN compatible with lockdep
Marco Elver
2020-03-21
1
-2
/
+4
*
kcsan: Show full access type in report
Marco Elver
2020-03-21
1
-7
/
+8
*
kcsan: Prefer __always_inline for fast-path
Marco Elver
2020-03-21
1
-9
/
+9
*
kcsan: Improve various small stylistic details
Ingo Molnar
2019-11-20
1
-32
/
+27
*
kcsan: Add Kernel Concurrency Sanitizer infrastructure
Marco Elver
2019-11-16
1
-0
/
+626