aboutsummaryrefslogtreecommitdiff
path: root/include/linux/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-14Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-0/+2
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-0/+21
2018-08-12init: rename and re-order boot_cpu_state_init()Gravatar Linus Torvalds 1-1/+1
2018-08-07cpu/hotplug: Fix SMT supported evaluationGravatar Thomas Gleixner 1-0/+2
2018-07-26cpu/hotplug: Add a cpus_read_trylock() functionGravatar Waiman Long 1-0/+2
2018-07-13cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyGravatar Thomas Gleixner 1-0/+2
2018-07-13cpu/hotplug: Expose SMT control init functionGravatar Jiri Kosina 1-0/+2
2018-06-21cpu/hotplug: Provide knobs to control SMTGravatar Thomas Gleixner 1-0/+13
2018-06-20x86/speculation/l1tf: Add sysfs reporting for l1tfGravatar Andi Kleen 1-0/+2
2018-05-03x86/bugs: Expose /sys/../spec_store_bypassGravatar Konrad Rzeszutek Wilk 1-0/+2
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+7
2018-01-08sysfs/cpu: Add vulnerability folderGravatar Thomas Gleixner 1-0/+7
2017-11-13Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-20/+10
2017-11-13cpu/hotplug: Get rid of CPU hotplug notifier leftoversGravatar Thomas Gleixner 1-17/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-24cpu/hotplug: Remove obsolete notifier macrosGravatar Yanjiang Jin 1-3/+0
2017-05-26cpu/hotplug: Convert hotplug locking to percpu rwsemGravatar Thomas Gleixner 1-1/+1
2017-05-26cpu/hotplug: Provide lockdep_assert_cpus_held()Gravatar Thomas Gleixner 1-0/+2
2017-05-26cpu/hotplug: Provide cpus_read|write_[un]lock()Gravatar Thomas Gleixner 1-15/+19
2017-03-02sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li...Gravatar Ingo Molnar 1-0/+2
2016-12-25cpu/hotplug: Remove obsolete cpu hotplug register/unregister functionsGravatar Thomas Gleixner 1-90/+0
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-0/+2
2016-12-08hotplug: Make register and unregister notifier API symmetricGravatar Michal Hocko 1-11/+4
2016-11-29sched/idle: Add support for tasks that inject idleGravatar Peter Zijlstra 1-0/+2
2016-10-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 1-0/+5
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-12/+0
2016-09-06cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifierGravatar Thomas Gleixner 1-12/+0
2016-08-26cpu/hotplug: Allow suspend/resume CPU to be specifiedGravatar James Morse 1-1/+5
2016-07-14workqueue: Convert to state machine callbacksGravatar Thomas Gleixner 1-9/+0
2016-07-14perf/core: Remove perf CPU notifier codeGravatar Thomas Gleixner 1-2/+0
2016-05-06sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()Gravatar Thomas Gleixner 1-2/+0
2016-05-06sched/hotplug: Convert cpu_[in]active notifiers to state machineGravatar Thomas Gleixner 1-12/+0
2016-05-06sched: Consolidate the notifier mazeGravatar Thomas Gleixner 1-8/+4
2016-03-01rcu: Make CPU_DYING_IDLE an explicit callGravatar Thomas Gleixner 1-3/+1
2016-03-01cpu/hotplug: Make wait for dead cpu completion basedGravatar Thomas Gleixner 1-2/+3
2016-03-01cpu/hotplug: Unpark smpboot threads from the state machineGravatar Thomas Gleixner 1-6/+1
2016-03-01cpu/hotplug: Convert to a state machine for the control processorGravatar Thomas Gleixner 1-5/+4
2016-03-01cpu/hotplug: Restructure FROZEN state handlingGravatar Thomas Gleixner 1-0/+2
2015-10-07cpu: Remove try_get_online_cpus()Gravatar Paul E. McKenney 1-2/+0
2015-07-17include, lib: add __printf attributes to several function prototypesGravatar Nicolas Iooss 1-3/+4
2015-04-13cpu: Provide smpboot_thread_init() on !CONFIG_SMP kernels as wellGravatar Ingo Molnar 1-0/+4
2015-04-13cpu: Defer smpboot kthread unparking until CPU known to schedulerGravatar Paul E. McKenney 1-0/+2
2015-03-12rcu: Handle outgoing CPUs on exit from idle loopGravatar Paul E. McKenney 1-0/+2
2015-03-11smpboot: Add common code for notification from dying CPUGravatar Paul E. McKenney 1-0/+12
2014-11-07drivers: base: add cpu_device_create to support per-cpu devicesGravatar Sudeep Holla 1-0/+4
2014-09-18rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsGravatar Paul E. McKenney 1-0/+2
2014-06-06idle: remove cpu_idle() forward declarationsGravatar Geert Uytterhoeven 1-1/+0
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+47
2014-03-20CPU hotplug: Provide lockless versions of callback registration functionsGravatar Srivatsa S. Bhat 1-0/+47
2014-02-18x86: align x86 arch with generic CPU modalias handlingGravatar Ard Biesheuvel 1-7/+0