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
/
report.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-8
/
+8
2021-09-13
kcsan: Support reporting scoped read-write access type
Marco Elver
1
-0
/
+4
2021-09-13
kcsan: Start stack trace with explicit location if provided
Marco Elver
1
-5
/
+50
2021-09-13
kcsan: Add ability to pass instruction pointer of access to reporting
Marco Elver
1
-9
/
+11
2021-07-04
Merge branch 'kcsan.2021.05.18a' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-81
/
+88
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-1
/
+1
2021-05-18
kcsan: Report observed value changes
Mark Rutland
1
-5
/
+26
2021-05-18
kcsan: Remove kcsan_report_type
Mark Rutland
1
-22
/
+7
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
1
-3
/
+23
2021-03-08
kcsan: Add missing license and copyright headers
Marco Elver
1
-0
/
+5
2020-08-24
kcsan: Optimize debugfs stats counters
Marco Elver
1
-1
/
+1
2020-08-24
kcsan: Simplify constant string handling
Marco Elver
1
-2
/
+2
2020-08-24
kcsan: Support compounded read-write instrumentation
Marco Elver
1
-0
/
+4
2020-07-31
kcsan: Improve IRQ state trace reporting
Marco Elver
1
-0
/
+3
2020-07-10
kcsan: Make KCSAN compatible with new IRQ state tracking
Marco Elver
1
-4
/
+5
2020-04-13
kcsan: Make reporting aware of KCSAN tests
Marco Elver
1
-7
/
+23
2020-04-13
kcsan: Fix function matching in report
Marco Elver
1
-9
/
+9
2020-04-13
kcsan: Add support for scoped accesses
Marco Elver
1
-11
/
+22
2020-04-13
kcsan: Avoid blocking producers in prepare_report()
Marco Elver
1
-111
/
+101
2020-04-13
kcsan: Introduce report access_info and other_info
Marco Elver
1
-73
/
+74
2020-03-25
kcsan: Add option for verbose reporting
Marco Elver
1
-1
/
+102
2020-03-21
kcsan: Add kcsan_set_access_mask() support
Marco Elver
1
-1
/
+12
2020-03-21
kcsan: Introduce kcsan_value_change type
Marco Elver
1
-12
/
+14
2020-03-21
kcsan: Fix misreporting if concurrent races on same address
Marco Elver
1
-0
/
+38
2020-03-21
kcsan: Introduce KCSAN_ACCESS_ASSERT access type
Marco Elver
1
-12
/
+31
2020-03-21
kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLY
Marco Elver
1
-7
/
+20
2020-03-21
kcsan: Make KCSAN compatible with lockdep
Marco Elver
1
-0
/
+11
2020-03-21
kcsan: Rate-limit reporting per data races
Marco Elver
1
-10
/
+100
2020-03-21
kcsan: Show full access type in report
Marco Elver
1
-15
/
+28
2019-11-20
kcsan: Improve various small stylistic details
Ingo Molnar
1
-22
/
+20
2019-11-16
kcsan: Add Kernel Concurrency Sanitizer infrastructure
Marco Elver
1
-0
/
+320