| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'thermal-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-06-12 | 3 | -91/+9 |
|\ |
|
| * | thermal/drivers/cpuidle_cooling: Change the registration function | Daniel Lezcano | 2020-05-19 | 1 | -10/+2 |
| * | powercap/drivers/idle_inject: Specify idle state max latency | Daniel Lezcano | 2020-05-19 | 1 | -0/+4 |
| * | thermal: Remove thermal_zone_device_update() stub | Daniel Lezcano | 2020-04-14 | 1 | -3/+0 |
| * | thermal: Remove stubs for thermal_zone_[un]bind_cooling_device | Daniel Lezcano | 2020-04-14 | 1 | -10/+0 |
| * | thermal: Change IS_ENABLED to IFDEF in the header file | Daniel Lezcano | 2020-04-14 | 1 | -1/+1 |
| * | thermal: Move get_thermal_instance to the internal header | Daniel Lezcano | 2020-04-14 | 1 | -6/+0 |
| * | thermal: Move get_tz_trend to the internal header | Daniel Lezcano | 2020-04-14 | 1 | -3/+1 |
| * | thermal: Move trip point structure definition to private header | Daniel Lezcano | 2020-04-14 | 1 | -15/+0 |
| * | thermal: Move internal IPA functions | Daniel Lezcano | 2020-04-14 | 1 | -24/+0 |
| * | thermal: Move struct thermal_attr to the private header | Daniel Lezcano | 2020-04-14 | 1 | -5/+1 |
| * | thermal: Move default governor config option to the internal header | Daniel Lezcano | 2020-04-14 | 1 | -11/+0 |
| * | thermal: core: Make thermal_zone_set_trips private | Daniel Lezcano | 2020-04-14 | 1 | -3/+0 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2020-06-12 | 1 | -4/+4 |
|\ \ |
|
| * | | KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ... | Vitaly Kuznetsov | 2020-06-11 | 1 | -0/+1 |
| * | | KVM: x86: Fix APIC page invalidation race | Eiichi Tsukata | 2020-06-08 | 1 | -2/+2 |
| * | | KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directories | Paolo Bonzini | 2020-06-04 | 1 | -2/+1 |
* | | | 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 |
| | |\ \ \ \ \ \ |
|