| Commit message (Expand) | Author | Age | Files | Lines |
* | iio: core: add iio_device_set_parent() helper | Alexandru Ardelean | 2020-06-14 | 1 | -0/+20 |
* | iio: core: pass parent device as parameter during allocation | Alexandru Ardelean | 2020-06-14 | 1 | -2/+2 |
* | iio: make iio_device_get_drvdata take a const struct iio_dev *. | Jonathan Cameron | 2020-06-14 | 1 | -1/+1 |
* | iio: cros_ec: Reapply range at resume | Gwendal Grignou | 2020-06-14 | 1 | -1/+10 |
* | iio: adc: Add PMIC7 ADC bindings | Jishnu Prakash | 2020-06-14 | 6 | -1/+334 |
* | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2020-06-11 | 15 | -574/+1277 |
|\ |
|
| * | compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to ... | Marco Elver | 2020-06-11 | 1 | -5/+8 |
| * | compiler.h: Move function attributes to compiler_types.h | Marco Elver | 2020-06-11 | 2 | -29/+29 |
| * | compiler.h: Avoid nested statement expression in data_race() | Marco Elver | 2020-06-11 | 1 | -5/+5 |
| * | compiler.h: Remove data_race() and unnecessary checks from {READ,WRITE}_ONCE() | Marco Elver | 2020-06-11 | 1 | -11/+2 |
| * | kcsan: Remove 'noinline' from __no_kcsan_or_inline | Marco Elver | 2020-06-11 | 1 | -4/+2 |
| * | Rebase locking/kcsan to locking/urgent | Thomas Gleixner | 2020-06-11 | 14 | -563/+1274 |
| |\ |
|
| | * | Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git... | Thomas Gleixner | 2020-05-08 | 3 | -59/+225 |
| | |\ |
|
| | | * | kcsan: Add __kcsan_{enable,disable}_current() variants | Marco Elver | 2020-05-06 | 1 | -3/+14 |
| | | * | kcsan: Change data_race() to no longer require marking racing accesses | Marco Elver | 2020-04-13 | 1 | -2/+2 |
| | | * | kcsan: Move kcsan_{disable,enable}_current() to kcsan-checks.h | Marco Elver | 2020-04-13 | 2 | -16/+16 |
| | | * | kcsan: Introduce scoped ASSERT_EXCLUSIVE macros | Marco Elver | 2020-04-13 | 1 | -1/+72 |
| | | * | kcsan: Add support for scoped accesses | Marco Elver | 2020-04-13 | 2 | -0/+60 |
| | | * | kcsan: Update API documentation in kcsan-checks.h | Marco Elver | 2020-03-25 | 1 | -37/+61 |
| | * | | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh | Ingo Molnar | 2020-04-13 | 688 | -5870/+15339 |
| | |\ \
| | | |/
| | |/| |
|
| | * | | kcsan: Introduce ASSERT_EXCLUSIVE_BITS(var, mask) | Marco Elver | 2020-03-21 | 1 | -6/+63 |
| | * | | kcsan: Add kcsan_set_access_mask() support | Marco Elver | 2020-03-21 | 2 | -0/+16 |
| | * | | compiler.h, seqlock.h: Remove unnecessary kcsan.h includes | Marco Elver | 2020-03-21 | 2 | -3/+1 |
| | * | | kcsan: Move interfaces that affects checks to kcsan-checks.h | Marco Elver | 2020-03-21 | 2 | -43/+46 |
| | * | | kcsan: Introduce ASSERT_EXCLUSIVE_*() macros | Marco Elver | 2020-03-21 | 1 | -0/+40 |
| | * | | kcsan: Introduce KCSAN_ACCESS_ASSERT access type | Marco Elver | 2020-03-21 | 1 | -6/+12 |
| | * | | kcsan: Add docbook header for data_race() | Paul E. McKenney | 2020-03-21 | 1 | -6/+8 |
| | * | | copy_to_user, copy_from_user: Use generic instrumented.h | Marco Elver | 2020-03-21 | 1 | -7/+7 |
| | * | | asm-generic, kcsan: Add KCSAN instrumentation for bitops | Marco Elver | 2020-03-21 | 3 | -20/+20 |
| | * | | asm-generic, atomic-instrumented: Use generic instrumented.h | Marco Elver | 2020-03-21 | 1 | -204/+191 |
| | * | | include/linux: Add instrumented.h infrastructure | Marco Elver | 2020-03-21 | 1 | -0/+109 |
| | * | | Merge branch 'linus' into locking/kcsan, to pick up fixes | Ingo Molnar | 2020-03-21 | 36 | -72/+150 |
| | |\ \ |
|
| | * \ \ | Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts | Ingo Molnar | 2020-03-21 | 618 | -6147/+18903 |
| | |\ \ \ |
|
| | * \ \ \ | Merge branch 'kcsan.2020.01.07a' into locking/kcsan | Ingo Molnar | 2020-01-24 | 5 | -505/+511 |
| | |\ \ \ \ |
|
| | | * | | | | kcsan: Add __no_kcsan function attribute | Marco Elver | 2020-01-07 | 2 | -4/+6 |
| | | * | | | | asm-generic/atomic: Use __always_inline for fallback wrappers | Marco Elver | 2020-01-07 | 1 | -169/+171 |
| | | * | | | | asm-generic/atomic: Use __always_inline for pure wrappers | Marco Elver | 2020-01-07 | 2 | -332/+334 |
| | * | | | | | Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the tree | Ingo Molnar | 2020-01-20 | 26 | -65/+170 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflict | Ingo Molnar | 2020-01-06 | 11 | -29/+46 |
| | |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts | Ingo Molnar | 2019-12-30 | 661 | -7929/+15703 |
| | |\ \ \ \ \ \ \
| | | |_|_|/ / / /
| | |/| | | | | | |
|
| | * | | | | | | | kcsan: Improve various small stylistic details | Ingo Molnar | 2019-11-20 | 5 | -34/+23 |
| | * | | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2019-11-19 | 8 | -202/+531 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | locking/atomics, kcsan: Add KCSAN instrumentation | Marco Elver | 2019-11-16 | 1 | -190/+203 |
| | | * | | | | | | | seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier | Marco Elver | 2019-11-16 | 1 | -2/+9 |
| | | * | | | | | | | seqlock, kcsan: Add annotations for KCSAN | Marco Elver | 2019-11-16 | 1 | -2/+38 |
| | | * | | | | | | | include/linux/compiler.h: Introduce data_race(expr) macro | Marco Elver | 2019-11-16 | 1 | -0/+20 |
| | | * | | | | | | | kcsan: Add Kernel Concurrency Sanitizer infrastructure | Marco Elver | 2019-11-16 | 6 | -8/+261 |
* | | | | | | | | | | Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2020-06-11 | 3 | -175/+2473 |
|\| | | | | | | | | |
|
| * | | | | | | | | | locking/atomics: Flip fallbacks and instrumentation | Peter Zijlstra | 2020-06-11 | 3 | -7/+2303 |
| * | | | | | | | | | asm-generic/atomic: Use __always_inline for fallback wrappers | Marco Elver | 2020-06-11 | 1 | -169/+171 |