[tip:smp/hotplug] cpu/hotplug: Add multi instance support

2016-09-02 Thread tip-bot for Thomas Gleixner
Commit-ID: cf392d10b69e6e6c57ceea48b347a2ab1a4b75b2 Gitweb: http://git.kernel.org/tip/cf392d10b69e6e6c57ceea48b347a2ab1a4b75b2 Author: Thomas Gleixner AuthorDate: Fri, 12 Aug 2016 19:49:39 +0200 Committer: Thomas Gleixner CommitDate: Fri, 2 Sep 2016 20:05:05 +0200 cpu/hotplug: Add

[tip:smp/hotplug] cpu/hotplug: Add multi instance support

2016-09-02 Thread tip-bot for Thomas Gleixner
Commit-ID: cf95baff0dd05eaaf445f75217a3363d4f83b449 Gitweb: http://git.kernel.org/tip/cf95baff0dd05eaaf445f75217a3363d4f83b449 Author: Thomas Gleixner AuthorDate: Fri, 12 Aug 2016 19:49:39 +0200 Committer: Thomas Gleixner CommitDate: Thu, 1 Sep 2016 18:38:28 +0200 cpu/hotplug: Add

cpu hotplug: add multi instance support

2016-08-12 Thread Sebastian Andrzej Siewior
This series adds the multi instance support for a single hotplug state. We have currently three drivers in tree which have their own list in order to handle their individual instances. There will be probably more of these drivers than less so we try to shift the bits and pieces into the core code.

[PATCH 2/6] cpu/hotplug: Add multi instance support

2016-08-12 Thread Sebastian Andrzej Siewior
From: Thomas Gleixner This patch adds the ability for a given state to have multiple instances. Until now all states have a single instance and the startup / teardown callback use global variables. A few drivers need to perform a the same callbacks on multiple "instances". Currently we have three