All of lore.kernel.org
 help / color / mirror / Atom feed
From: catalin.marinas@arm.com (Catalin Marinas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv3 0/5] arm64: initial CPU hotplug support
Date: Fri, 30 Aug 2013 17:39:39 +0100	[thread overview]
Message-ID: <20130830163938.GI4650@arm.com> (raw)
In-Reply-To: <1376497228-20543-1-git-send-email-mark.rutland@arm.com>

On Wed, Aug 14, 2013 at 05:20:23PM +0100, Mark Rutland wrote:
> The following patches add basic HOTPLUG_CPU support to arm64, which
> combined with appropriate firmware (e.g. [1]) can be used to power CPUs
> up and down dynamically.

Just for the record, couple of points:

- as we will be expanding the PSCI operations with cpu_suspend, it makes
  more sense to decouple it from SMP and rename smp_operations to
  cpu_operations (or something else without 'smp').
- migrate_irqs() is pretty generic. You can look at arm and other
  architectures and maybe (later) move the code somewhere in
  kernel/irq/.

Otherwise the patches look good.

Thanks.

-- 
Catalin

      parent reply	other threads:[~2013-08-30 16:39 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-14 16:20 [PATCHv3 0/5] arm64: initial CPU hotplug support Mark Rutland
2013-08-14 16:20 ` [PATCHv3 1/5] arm64: reorganise smp_enable_ops Mark Rutland
2013-08-14 17:46   ` Nicolas Pitre
2013-08-14 18:01   ` Santosh Shilimkar
2013-08-14 16:20 ` [PATCHv3 2/5] arm64: factor out spin-table boot method Mark Rutland
2013-08-14 17:51   ` Nicolas Pitre
2013-08-30 13:44     ` Catalin Marinas
2013-08-14 18:12   ` Santosh Shilimkar
2013-08-14 18:21     ` Nicolas Pitre
2013-08-14 19:17       ` Santosh Shilimkar
2013-08-14 19:21   ` Olof Johansson
2013-08-14 20:20     ` Nicolas Pitre
2013-08-14 16:20 ` [PATCHv3 3/5] arm64: read enable-method for CPU0 Mark Rutland
2013-08-14 17:51   ` Nicolas Pitre
2013-08-14 18:15   ` Santosh Shilimkar
2013-08-14 18:22     ` Nicolas Pitre
2013-08-14 19:02       ` Santosh Shilimkar
2013-08-14 16:20 ` [PATCHv3 4/5] arm64: add CPU_HOTPLUG infrastructure Mark Rutland
2013-08-14 17:53   ` Nicolas Pitre
2013-08-14 19:24   ` Santosh Shilimkar
2013-08-14 16:20 ` [PATCHv3 5/5] arm64: add PSCI CPU_OFF-based hotplug support Mark Rutland
2013-08-14 17:54   ` Nicolas Pitre
2013-08-14 18:05 ` [PATCHv3 0/5] arm64: initial CPU " Nicolas Pitre
2013-08-30 16:39 ` Catalin Marinas [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130830163938.GI4650@arm.com \
    --to=catalin.marinas@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.