summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: Warn about data_race() without commentMarco Elver2020-05-061-0/+8
* kcsan: Use GFP_ATOMIC under spin lockWei Yongjun2020-04-271-2/+2
* Improve KCSAN documentation a bitIngo Molnar2020-04-271-7/+8
* kcsan: Make reporting aware of KCSAN testsMarco Elver2020-04-131-7/+23
* kcsan: Fix function matching in reportMarco Elver2020-04-131-9/+9
* kcsan: Change data_race() to no longer require marking racing accessesMarco Elver2020-04-131-2/+2
* kcsan: Move kcsan_{disable,enable}_current() to kcsan-checks.hMarco Elver2020-04-132-16/+16
* kcsan: Introduce scoped ASSERT_EXCLUSIVE macrosMarco Elver2020-04-133-3/+89
* objtool, kcsan: Add explicit check functions to uaccess whitelistMarco Elver2020-04-131-0/+2
* kcsan: Add support for scoped accessesMarco Elver2020-04-135-19/+158
* kcsan: Avoid blocking producers in prepare_report()Marco Elver2020-04-133-122/+124
* kcsan: Introduce report access_info and other_infoMarco Elver2020-04-133-78/+77
* kcsan: Update API documentation in kcsan-checks.hMarco Elver2020-03-251-37/+61
* kcsan: Update Documentation/dev-tools/kcsan.rstMarco Elver2020-03-251-83/+144
* kcsan: Fix a typo in a commentQiujun Huang2020-03-251-1/+1
* kcsan: Add current->state to implicitly atomic accessesMarco Elver2020-03-253-30/+40
* kcsan: Add option for verbose reportingMarco Elver2020-03-254-3/+120
* kcsan: Add option to allow watcher interruptionsMarco Elver2020-03-252-24/+21
* kcsan, trace: Make KCSAN compatible with tracingMarco Elver2020-03-213-0/+10
* kcsan: Introduce ASSERT_EXCLUSIVE_BITS(var, mask)Marco Elver2020-03-212-7/+77
* kcsan: Add kcsan_set_access_mask() supportMarco Elver2020-03-216-5/+73
* kcsan: Introduce kcsan_value_change typeMarco Elver2020-03-213-29/+54
* compiler.h, seqlock.h: Remove unnecessary kcsan.h includesMarco Elver2020-03-212-3/+1
* kcsan: Move interfaces that affects checks to kcsan-checks.hMarco Elver2020-03-212-43/+46
* kcsan: Fix misreporting if concurrent races on same addressMarco Elver2020-03-211-0/+38
* kcsan: Expose core configuration parameters as module paramsMarco Elver2020-03-211-5/+19
* kcsan: Add test to generate conflicts via debugfsMarco Elver2020-03-211-5/+46
* kcsan: Introduce ASSERT_EXCLUSIVE_*() macrosMarco Elver2020-03-211-0/+40
* kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver2020-03-216-34/+103
* kcsan: Fix 0-sized checksMarco Elver2020-03-212-0/+17
* kcsan: Clean up the main KCSAN Kconfig optionMarco Elver2020-03-211-5/+8
* kcsan: Clarify Kconfig option KCSAN_IGNORE_ATOMICSMarco Elver2020-03-211-3/+13
* kcsan: Add option to assume plain aligned writes up to word size are atomicMarco Elver2020-03-212-12/+37
* kcsan: Add docbook header for data_race()Paul E. McKenney2020-03-211-6/+8
* copy_to_user, copy_from_user: Use generic instrumented.hMarco Elver2020-03-212-10/+11
* iov_iter: Use generic instrumented.hMarco Elver2020-03-211-3/+4
* asm-generic, kcsan: Add KCSAN instrumentation for bitopsMarco Elver2020-03-213-20/+20
* asm-generic, atomic-instrumented: Use generic instrumented.hMarco Elver2020-03-212-220/+194
* include/linux: Add instrumented.h infrastructureMarco Elver2020-03-211-0/+109
* kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLYMarco Elver2020-03-211-7/+20
* kcsan: Make KCSAN compatible with lockdepMarco Elver2020-03-213-2/+18
* kcsan: Rate-limit reporting per data racesMarco Elver2020-03-212-10/+110
* kcsan: Show full access type in reportMarco Elver2020-03-213-23/+37
* kcsan: Prefer __always_inline for fast-pathMarco Elver2020-03-213-17/+17
* Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar2020-03-21906-4406/+8764
|\
| * Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-03-204-11/+26
| |\
| | * arm64: compat: Fix syscall number of compat_clock_getresVincenzo Frascino2020-03-191-1/+1
| | * arm64: kpti: Fix "kpti=off" when KASLR is enabledWill Deacon2020-03-192-5/+5
| | * arm64: smp: fix crash_smp_send_stop() behaviourCristian Marussi2020-03-171-2/+6
| | * arm64: smp: fix smp_send_stop() behaviourCristian Marussi2020-03-171-3/+14