summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iio:magnetometer:ak8974: Fix alignment and data leak issuesJonathan Cameron2020-07-051-3/+7
* iio: adc: adi-axi-adc: Fix object reference countingNuno Sá2020-07-041-2/+2
* iio: pressure: zpa2326: handle pm_runtime_get_sync failureNavid Emamdoost2020-06-141-1/+3
* counter: 104-quad-8: Add lock guards - filter clock prescalerSyed Nayyar Waris2020-06-141-0/+4
* counter: 104-quad-8: Add lock guards - differential encoderSyed Nayyar Waris2020-06-141-3/+15
* iio: core: add missing IIO_MOD_H2/ETHANOL string identifiersMatt Ranostay2020-06-141-0/+2
* iio: magnetometer: ak8974: Fix runtime PM imbalance on errorDinghao Liu2020-06-141-9/+10
* iio: mma8452: Add missed iio_device_unregister() call in mma8452_probe()Chuhong Yuan2020-06-141-1/+4
* iio:health:afe4404 Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-06-141-3/+5
* iio:health:afe4403 Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-06-141-3/+6
* Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-1161-593/+4245
|\
| * compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to ...Marco Elver2020-06-111-5/+8
| * compiler.h: Move function attributes to compiler_types.hMarco Elver2020-06-112-29/+29
| * compiler.h: Avoid nested statement expression in data_race()Marco Elver2020-06-111-5/+5
| * compiler.h: Remove data_race() and unnecessary checks from {READ,WRITE}_ONCE()Marco Elver2020-06-111-11/+2
| * kcsan: Update Documentation to change supported compilersMarco Elver2020-06-111-8/+1
| * kcsan: Remove 'noinline' from __no_kcsan_or_inlineMarco Elver2020-06-111-4/+2
| * kcsan: Pass option tsan-instrument-read-before-write to ClangMarco Elver2020-06-111-0/+1
| * kcsan: Support distinguishing volatile accessesMarco Elver2020-06-112-1/+47
| * kcsan: Restrict supported compilersMarco Elver2020-06-111-1/+8
| * kcsan: Avoid inserting __tsan_func_entry/exit if possibleMarco Elver2020-06-111-1/+10
| * ubsan, kcsan: Don't combine sanitizer with kcov on clangArnd Bergmann2020-06-112-0/+22
| * Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-1159-582/+4164
| |\
| | * Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2020-05-0813-398/+880
| | |\
| | | * objtool, kcsan: Add kcsan_disable_current() and kcsan_enable_current_nowarn()Marco Elver2020-05-061-0/+2
| | | * kcsan: Add __kcsan_{enable,disable}_current() variantsMarco Elver2020-05-062-3/+21
| | | * 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
| | * | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-1310926-278971/+544691
| | |\ \ | | | |/ | | |/|
| | * | 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