Age | Commit message (Expand) | Author |
2019-01-30 | cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM | Josh Poimboeuf |
2018-08-14 | Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2018-08-14 | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds |
2018-08-12 | init: rename and re-order boot_cpu_state_init() | Linus Torvalds |
2018-08-07 | cpu/hotplug: Fix SMT supported evaluation | Thomas Gleixner |
2018-07-26 | cpu/hotplug: Add a cpus_read_trylock() function | Waiman Long |
2018-07-13 | cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early | Thomas Gleixner |
2018-07-13 | cpu/hotplug: Expose SMT control init function | Jiri Kosina |
2018-06-21 | cpu/hotplug: Provide knobs to control SMT | Thomas Gleixner |
2018-06-20 | x86/speculation/l1tf: Add sysfs reporting for l1tf | Andi Kleen |
2018-05-03 | x86/bugs: Expose /sys/../spec_store_bypass | Konrad Rzeszutek Wilk |
2018-01-14 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-01-08 | sysfs/cpu: Add vulnerability folder | Thomas Gleixner |
2017-11-13 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2017-11-13 | cpu/hotplug: Get rid of CPU hotplug notifier leftovers | Thomas Gleixner |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-24 | cpu/hotplug: Remove obsolete notifier macros | Yanjiang Jin |
2017-05-26 | cpu/hotplug: Convert hotplug locking to percpu rwsem | Thomas Gleixner |
2017-05-26 | cpu/hotplug: Provide lockdep_assert_cpus_held() | Thomas Gleixner |
2017-05-26 | cpu/hotplug: Provide cpus_read|write_[un]lock() | Thomas Gleixner |
2017-03-02 | sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li... | Ingo Molnar |
2016-12-25 | cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions | Thomas Gleixner |
2016-12-13 | Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2016-12-08 | hotplug: Make register and unregister notifier API symmetric | Michal Hocko |
2016-11-29 | sched/idle: Add support for tasks that inject idle | Peter Zijlstra |
2016-10-07 | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf |
2016-10-03 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-09-06 | cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifier | Thomas Gleixner |
2016-08-26 | cpu/hotplug: Allow suspend/resume CPU to be specified | James Morse |
2016-07-14 | workqueue: Convert to state machine callbacks | Thomas Gleixner |
2016-07-14 | perf/core: Remove perf CPU notifier code | Thomas Gleixner |
2016-05-06 | sched/hotplug: Move migration CPU_DYING to sched_cpu_dying() | Thomas Gleixner |
2016-05-06 | sched/hotplug: Convert cpu_[in]active notifiers to state machine | Thomas Gleixner |
2016-05-06 | sched: Consolidate the notifier maze | Thomas Gleixner |
2016-03-01 | rcu: Make CPU_DYING_IDLE an explicit call | Thomas Gleixner |
2016-03-01 | cpu/hotplug: Make wait for dead cpu completion based | Thomas Gleixner |
2016-03-01 | cpu/hotplug: Unpark smpboot threads from the state machine | Thomas Gleixner |
2016-03-01 | cpu/hotplug: Convert to a state machine for the control processor | Thomas Gleixner |
2016-03-01 | cpu/hotplug: Restructure FROZEN state handling | Thomas Gleixner |
2015-10-07 | cpu: Remove try_get_online_cpus() | Paul E. McKenney |
2015-07-17 | include, lib: add __printf attributes to several function prototypes | Nicolas Iooss |
2015-04-13 | cpu: Provide smpboot_thread_init() on !CONFIG_SMP kernels as well | Ingo Molnar |
2015-04-13 | cpu: Defer smpboot kthread unparking until CPU known to scheduler | Paul E. McKenney |
2015-03-12 | rcu: Handle outgoing CPUs on exit from idle loop | Paul E. McKenney |
2015-03-11 | smpboot: Add common code for notification from dying CPU | Paul E. McKenney |
2014-11-07 | drivers: base: add cpu_device_create to support per-cpu devices | Sudeep Holla |
2014-09-18 | rcu: Eliminate deadlock between CPU hotplug and expedited grace periods | Paul E. McKenney |
2014-06-06 | idle: remove cpu_idle() forward declarations | Geert Uytterhoeven |
2014-04-07 | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-03-20 | CPU hotplug: Provide lockless versions of callback registration functions | Srivatsa S. Bhat |