index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
kcsan
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-31
kcsan: Use tracing-safe version of prandom
Marco Elver
1
-6
/
+29
2020-08-25
kcsan: Optimize debugfs stats counters
Marco Elver
1
-11
/
+11
2020-08-25
kcsan: Show message if enabled early
Marco Elver
1
-2
/
+6
2020-08-25
kcsan: Add missing CONFIG_KCSAN_IGNORE_ATOMICS checks
Marco Elver
1
-8
/
+22
2020-08-25
kcsan: Skew delay to be longer for certain access types
Marco Elver
1
-3
/
+7
2020-08-25
kcsan: Support compounded read-write instrumentation
Marco Elver
1
-5
/
+18
2020-08-25
kcsan: Add support for atomic builtins
Marco Elver
1
-0
/
+110
2020-08-01
Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...
Ingo Molnar
1
-0
/
+9
2020-07-31
kcsan: Improve IRQ state trace reporting
Marco Elver
1
-0
/
+23
2020-07-10
kcsan: Make KCSAN compatible with new IRQ state tracking
Marco Elver
1
-3
/
+2
2020-06-29
kcsan: Silence -Wmissing-prototypes warning with W=1
Marco Elver
1
-0
/
+9
2020-06-11
kcsan: Support distinguishing volatile accesses
Marco Elver
1
-0
/
+43
2020-05-06
kcsan: Add __kcsan_{enable,disable}_current() variants
Marco Elver
1
-0
/
+7
2020-04-14
kcsan: Add support for scoped accesses
Marco Elver
1
-8
/
+75
2020-04-14
kcsan: Avoid blocking producers in prepare_report()
Marco Elver
1
-10
/
+21
2020-04-14
kcsan: Introduce report access_info and other_info
Marco Elver
1
-4
/
+2
2020-03-25
kcsan: Fix a typo in a comment
Qiujun Huang
1
-1
/
+1
2020-03-25
kcsan: Add current->state to implicitly atomic accesses
Marco Elver
1
-7
/
+15
2020-03-25
kcsan: Add option for verbose reporting
Marco Elver
1
-2
/
+2
2020-03-25
kcsan: Add option to allow watcher interruptions
Marco Elver
1
-24
/
+10
2020-03-21
kcsan: Add kcsan_set_access_mask() support
Marco Elver
1
-4
/
+39
2020-03-21
kcsan: Introduce kcsan_value_change type
Marco Elver
1
-16
/
+22
2020-03-21
kcsan: Expose core configuration parameters as module params
Marco Elver
1
-5
/
+19
2020-03-21
kcsan: Introduce KCSAN_ACCESS_ASSERT access type
Marco Elver
1
-6
/
+38
2020-03-21
kcsan: Fix 0-sized checks
Marco Elver
1
-0
/
+7
2020-03-21
kcsan: Add option to assume plain aligned writes up to word size are atomic
Marco Elver
1
-5
/
+17
2020-03-21
kcsan: Make KCSAN compatible with lockdep
Marco Elver
1
-2
/
+4
2020-03-21
kcsan: Show full access type in report
Marco Elver
1
-7
/
+8
2020-03-21
kcsan: Prefer __always_inline for fast-path
Marco Elver
1
-9
/
+9
2019-11-20
kcsan: Improve various small stylistic details
Ingo Molnar
1
-32
/
+27
2019-11-16
kcsan: Add Kernel Concurrency Sanitizer infrastructure
Marco Elver
1
-0
/
+626