index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
cpu.h
Age
Commit message (
Expand
)
Author
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
2014-02-18
x86: align x86 arch with generic CPU modalias handling
Ard Biesheuvel
2013-11-14
Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-10-15
of: Make cpu node handling more portable.
David Miller
2013-09-30
hotplug, powerpc, x86: Remove cpu_hotplug_driver_lock()
Toshi Kani
2013-08-27
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2013-08-21
of: move of_get_cpu_node implementation to DT core library
Sudeep KarkadaNagesha
2013-08-13
ACPI / processor: Acquire writer lock to update CPU maps
Toshi Kani
2013-07-14
kernel: delete __cpuinit usage from all core kernel files
Paul Gortmaker
2013-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-06-12
CPU hotplug: provide a generic helper to disable/enable CPU hotplug
Srivatsa S. Bhat
2013-05-28
include/linux/cpu.h: Update comments to reflect reality
Robert P. J. Day
2013-04-08
idle: Implement generic idle function
Thomas Gleixner
2013-04-08
idle: Provide a generic entry point for the idle code
Thomas Gleixner
2012-07-17
workqueue: perform cpu down operations from low priority cpu_notifier()
Tejun Heo
2012-05-31
cpu: introduce clear_tasks_mm_cpumask() helper
Anton Vorontsov
2012-05-17
sched: Remove stale power aware scheduling remnants and dysfunctional knobs
Peter Zijlstra
2012-03-24
Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2012-03-16
device.h: audit and cleanup users in main include dir
Paul Gortmaker
2012-01-26
CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 parts
Thomas Renninger
2012-01-07
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
[next]