Age | Commit message (Expand) | Author | Files | Lines |
2021-03-10 | cpu/hotplug: Fix build error of using {add,remove}_cpu() with !CONFIG_SMP | Shuo Liu | 1 | -0/+3 |
2021-01-07 | cpu/hotplug: Add lockdep_is_cpus_held() | Frederic Weisbecker | 1 | -0/+2 |
2020-10-26 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 1 | -1/+1 |
2020-06-17 | cpu/speculation: Add prototype for cpu_show_srbds() | Guenter Roeck | 1 | -0/+1 |
2020-05-07 | cpu/hotplug: Remove __freeze_secondary_cpus() | Qais Yousef | 1 | -6/+1 |
2020-05-07 | cpu/hotplug: Remove disable_nonboot_cpus() | Qais Yousef | 1 | -9/+3 |
2020-03-28 | cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus() | Thomas Gleixner | 1 | -3/+9 |
2020-03-25 | cpu/hotplug: Hide cpu_up/down() | Qais Yousef | 1 | -2/+2 |
2020-03-25 | cpu/hotplug: Move bringup of secondary CPUs out of smp_init() | Qais Yousef | 1 | -0/+1 |
2020-03-25 | cpu/hotplug: Provide bringup_hibernate_cpu() | Qais Yousef | 1 | -0/+1 |
2020-03-25 | cpu/hotplug: Create a new function to shutdown nonboot cpus | Qais Yousef | 1 | -0/+2 |
2020-03-25 | cpu/hotplug: Add new {add,remove}_cpu() functions | Qais Yousef | 1 | -0/+2 |
2019-11-26 | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 1 | -1/+6 |
2019-11-20 | cpuidle: Allow idle injection to apply exit latency limit | Daniel Lezcano | 1 | -1/+6 |
2019-11-04 | cpu/speculation: Uninline and export CPU mitigations helpers | Tyler Hicks | 1 | -23/+2 |
2019-11-04 | x86/bugs: Add ITLB_MULTIHIT bug infrastructure | Vineela Tummalapalli | 1 | -0/+2 |
2019-10-28 | x86/speculation/taa: Add sysfs reporting for TSX Async Abort | Pawan Gupta | 1 | -0/+3 |
2019-09-24 | cpu/SMT: create and export cpu_smt_possible() | Vitaly Kuznetsov | 1 | -0/+2 |
2019-09-03 | cpuidle: play_idle: Increase the resolution to usec | Daniel Lezcano | 1 | -1/+1 |
2019-06-03 | x86/power: Fix 'nosmt' vs hibernation triple fault during resume | Jiri Kosina | 1 | -0/+4 |
2019-05-14 | Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+2 |
2019-05-07 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+2 |
2019-05-07 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+17 |
2019-05-03 | kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freeze | Nicholas Piggin | 1 | -1/+6 |
2019-05-03 | power/suspend: Add function to disable secondaries for suspend | Nicholas Piggin | 1 | -0/+12 |
2019-04-17 | Merge branch 'core/speculation' of git://git.kernel.org/pub/scm/linux/kernel/... | Thomas Gleixner | 1 | -0/+24 |
2019-04-17 | cpu/speculation: Add 'mitigations=' cmdline option | Josh Poimboeuf | 1 | -0/+24 |
2019-04-02 | cpu/hotplug: Create SMT sysfs interface for all arches | Josh Poimboeuf | 1 | -1/+2 |
2019-03-06 | x86/speculation/mds: Add sysfs reporting for MDS | Thomas Gleixner | 1 | -0/+2 |
2019-01-30 | cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM | Josh Poimboeuf | 1 | -2/+0 |
2018-08-14 | Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -0/+2 |
2018-08-14 | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -0/+21 |
2018-08-12 | init: rename and re-order boot_cpu_state_init() | Linus Torvalds | 1 | -1/+1 |
2018-08-07 | cpu/hotplug: Fix SMT supported evaluation | Thomas Gleixner | 1 | -0/+2 |
2018-07-26 | cpu/hotplug: Add a cpus_read_trylock() function | Waiman Long | 1 | -0/+2 |
2018-07-13 | cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early | Thomas Gleixner | 1 | -0/+2 |
2018-07-13 | cpu/hotplug: Expose SMT control init function | Jiri Kosina | 1 | -0/+2 |
2018-06-21 | cpu/hotplug: Provide knobs to control SMT | Thomas Gleixner | 1 | -0/+13 |
2018-06-20 | x86/speculation/l1tf: Add sysfs reporting for l1tf | Andi Kleen | 1 | -0/+2 |
2018-05-03 | x86/bugs: Expose /sys/../spec_store_bypass | Konrad Rzeszutek Wilk | 1 | -0/+2 |
2018-01-14 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+7 |
2018-01-08 | sysfs/cpu: Add vulnerability folder | Thomas Gleixner | 1 | -0/+7 |
2017-11-14 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -20/+10 |
2017-11-13 | cpu/hotplug: Get rid of CPU hotplug notifier leftovers | Thomas Gleixner | 1 | -17/+10 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-24 | cpu/hotplug: Remove obsolete notifier macros | Yanjiang Jin | 1 | -3/+0 |
2017-05-26 | cpu/hotplug: Convert hotplug locking to percpu rwsem | Thomas Gleixner | 1 | -1/+1 |
2017-05-26 | cpu/hotplug: Provide lockdep_assert_cpus_held() | Thomas Gleixner | 1 | -0/+2 |
2017-05-26 | cpu/hotplug: Provide cpus_read|write_[un]lock() | Thomas Gleixner | 1 | -15/+19 |
2017-03-02 | sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li... | Ingo Molnar | 1 | -0/+2 |