summaryrefslogtreecommitdiff
path: root/include/linux/cpu.h
AgeCommit message (Expand)Author
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-08sysfs/cpu: Add vulnerability folderThomas Gleixner
2017-11-13Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-13cpu/hotplug: Get rid of CPU hotplug notifier leftoversThomas Gleixner
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24cpu/hotplug: Remove obsolete notifier macrosYanjiang Jin
2017-05-26cpu/hotplug: Convert hotplug locking to percpu rwsemThomas Gleixner
2017-05-26cpu/hotplug: Provide lockdep_assert_cpus_held()Thomas Gleixner
2017-05-26cpu/hotplug: Provide cpus_read|write_[un]lock()Thomas Gleixner
2017-03-02sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li...Ingo Molnar
2016-12-25cpu/hotplug: Remove obsolete cpu hotplug register/unregister functionsThomas Gleixner
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2016-12-08hotplug: Make register and unregister notifier API symmetricMichal Hocko
2016-11-29sched/idle: Add support for tasks that inject idlePeter Zijlstra
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-09-06cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifierThomas Gleixner
2016-08-26cpu/hotplug: Allow suspend/resume CPU to be specifiedJames Morse
2016-07-14workqueue: Convert to state machine callbacksThomas Gleixner
2016-07-14perf/core: Remove perf CPU notifier codeThomas Gleixner
2016-05-06sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()Thomas Gleixner
2016-05-06sched/hotplug: Convert cpu_[in]active notifiers to state machineThomas Gleixner
2016-05-06sched: Consolidate the notifier mazeThomas Gleixner
2016-03-01rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner
2016-03-01cpu/hotplug: Make wait for dead cpu completion basedThomas Gleixner
2016-03-01cpu/hotplug: Unpark smpboot threads from the state machineThomas Gleixner
2016-03-01cpu/hotplug: Convert to a state machine for the control processorThomas Gleixner
2016-03-01cpu/hotplug: Restructure FROZEN state handlingThomas Gleixner
2015-10-07cpu: Remove try_get_online_cpus()Paul E. McKenney
2015-07-17include, lib: add __printf attributes to several function prototypesNicolas Iooss
2015-04-13cpu: Provide smpboot_thread_init() on !CONFIG_SMP kernels as wellIngo Molnar
2015-04-13cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney
2015-03-12rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney
2015-03-11smpboot: Add common code for notification from dying CPUPaul E. McKenney
2014-11-07drivers: base: add cpu_device_create to support per-cpu devicesSudeep Holla
2014-09-18rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney
2014-06-06idle: remove cpu_idle() forward declarationsGeert Uytterhoeven
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-03-20CPU hotplug: Provide lockless versions of callback registration functionsSrivatsa S. Bhat
2014-02-18x86: align x86 arch with generic CPU modalias handlingArd Biesheuvel
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-10-15of: Make cpu node handling more portable.David Miller
2013-09-30hotplug, powerpc, x86: Remove cpu_hotplug_driver_lock()Toshi Kani
2013-08-27Merge branch 'pm-cpufreq'Rafael J. Wysocki
2013-08-21of: move of_get_cpu_node implementation to DT core librarySudeep KarkadaNagesha
2013-08-13ACPI / processor: Acquire writer lock to update CPU mapsToshi Kani
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-06-12CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat
2013-05-28include/linux/cpu.h: Update comments to reflect realityRobert P. J. Day