All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Implement CPU hotplug on Arm
@ 2025-10-10  9:21 Mykyta Poturai
  2025-10-10  9:21 ` [PATCH v3 1/5] arm/time: Use static irqaction Mykyta Poturai
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Mykyta Poturai @ 2025-10-10  9:21 UTC (permalink / raw)
  To: xen-devel@lists.xenproject.org
  Cc: Mykyta Poturai, Stefano Stabellini, Julien Grall,
	Bertrand Marquis, Michal Orzel, Volodymyr Babchuk,
	Daniel P. Smith, Anthony PERARD, Juergen Gross, Andrew Cooper,
	Jan Beulich, Roger Pau Monné

This series implements support for CPU hotplug/unplug on Arm. To achieve this,
several things need to be done:

1. XEN_SYSCTL_CPU_HOTPLUG_* calls implemented.
2. timer and GIC maintenance interrupts switched to static irqactions to remove
the need for freeing them during release_irq.
3. Enabled the build of xen-hptool on Arm.

Tested on QEMU.

v2->v3:
* add docs

v1->v2:
* see individual patches

Mykyta Poturai (5):
  arm/time: Use static irqaction
  arm/gic: Use static irqaction
  arm/sysctl: Implement cpu hotplug ops
  tools: Allow building xen-hptool without CONFIG_MIGRATE
  docs: Document CPU hotplug

 config/Tools.mk.in               |  1 +
 docs/misc/cpu-hotplug.txt        | 51 ++++++++++++++++++++++++++++++++
 tools/configure                  | 30 +++++++++++++++++++
 tools/configure.ac               |  1 +
 tools/libs/guest/Makefile.common |  4 +++
 tools/misc/Makefile              |  2 +-
 xen/arch/arm/gic.c               | 11 +++++--
 xen/arch/arm/sysctl.c            | 45 ++++++++++++++++++++++++++++
 xen/arch/arm/time.c              | 21 ++++++++++---
 9 files changed, 159 insertions(+), 7 deletions(-)
 create mode 100644 docs/misc/cpu-hotplug.txt
 mode change 100755 => 100644 tools/configure

-- 
2.34.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-11-04 11:27 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-10  9:21 [PATCH v3 0/5] Implement CPU hotplug on Arm Mykyta Poturai
2025-10-10  9:21 ` [PATCH v3 1/5] arm/time: Use static irqaction Mykyta Poturai
2025-10-15 17:30   ` Mykola Kvach
2025-11-04 10:52   ` Julien Grall
2025-10-10  9:21 ` [PATCH v3 3/5] arm/sysctl: Implement cpu hotplug ops Mykyta Poturai
2025-11-04 11:27   ` Julien Grall
2025-10-10  9:21 ` [PATCH v3 2/5] arm/gic: Use static irqaction Mykyta Poturai
2025-10-15 17:30   ` Mykola Kvach
2025-11-04 10:54   ` Julien Grall
2025-10-10  9:21 ` [PATCH v3 4/5] tools: Allow building xen-hptool without CONFIG_MIGRATE Mykyta Poturai
2025-10-10  9:21 ` [PATCH v3 5/5] docs: Document CPU hotplug Mykyta Poturai
2025-10-15 17:30 ` [PATCH v3 0/5] Implement CPU hotplug on Arm Mykola Kvach
2025-10-20 14:15   ` Mykyta Poturai
2025-10-20 18:00     ` Mykola Kvach
2025-11-04 11:19       ` Julien Grall

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.