Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | genirq: Provide irq_enter/exit_rcu() | Thomas Gleixner | 2020-06-11 | 1 | -2/+11 | |
| * | | | | | | | | | | nmi, tracing: Make hardware latency tracing noinstr safe | Thomas Gleixner | 2020-06-11 | 1 | -2/+6 | |
| * | | | | | | | | | | lib/bsearch: Provide __always_inline variant | Peter Zijlstra | 2020-06-11 | 1 | -2/+24 | |
| * | | | | | | | | | | bug: Annotate WARN/BUG/stackfail as noinstr safe | Thomas Gleixner | 2020-06-11 | 1 | -2/+7 | |
| * | | | | | | | | | | context_tracking: Ensure that the critical path cannot be instrumented | Thomas Gleixner | 2020-06-11 | 2 | -6/+6 | |
* | | | | | | | | | | | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-06-13 | 9 | -16/+331 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | smack: Implement the watch_key and post_notification hooks | David Howells | 2020-05-19 | 1 | -0/+1 | |
| * | | | | | | | | | | | keys: Make the KEY_NEED_* perms an enum rather than a mask | David Howells | 2020-05-19 | 2 | -15/+21 | |
| * | | | | | | | | | | | pipe: Add notification lossage handling | David Howells | 2020-05-19 | 1 | -0/+7 | |
| * | | | | | | | | | | | pipe: Allow buffers to be marked read-whole-or-error for notifications | David Howells | 2020-05-19 | 1 | -0/+1 | |
| * | | | | | | | | | | | watch_queue: Add a key/keyring notification facility | David Howells | 2020-05-19 | 3 | -1/+32 | |
| * | | | | | | | | | | | security: Add hooks to rule on setting a watch | David Howells | 2020-05-19 | 3 | -0/+18 | |
| * | | | | | | | | | | | pipe: Add general notification queue support | David Howells | 2020-05-19 | 3 | -1/+165 | |
| * | | | | | | | | | | | pipe: Add O_NOTIFICATION_PIPE | David Howells | 2020-05-19 | 1 | -0/+3 | |
| * | | | | | | | | | | | security: Add a hook for the point of notification insertion | David Howells | 2020-05-19 | 3 | -0/+29 | |
| * | | | | | | | | | | | uapi: General notification queue definitions | David Howells | 2020-05-19 | 1 | -0/+55 | |
* | | | | | | | | | | | | 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-12 | 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-14 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | kcsan: Move kcsan_{disable,enable}_current() to kcsan-checks.h | Marco Elver | 2020-04-14 | 2 | -16/+16 | |
| | | * | | | | | | | | | | | | kcsan: Introduce scoped ASSERT_EXCLUSIVE macros | Marco Elver | 2020-04-14 | 1 | -1/+72 | |
| | | * | | | | | | | | | | | | kcsan: Add support for scoped accesses | Marco Elver | 2020-04-14 | 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 |