All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add multiprocessor wake-up support
@ 2021-04-22 21:47 Kuppuswamy Sathyanarayanan
  2021-04-22 21:47 ` [PATCH v2 1/3] ACPICA: ACPI 6.4: MADT: add Multiprocessor Wakeup Mailbox Structure Kuppuswamy Sathyanarayanan
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Kuppuswamy Sathyanarayanan @ 2021-04-22 21:47 UTC (permalink / raw)
  To: Rafael J Wysocki, Thomas Gleixner, Ingo Molnar, H . Peter Anvin,
	Peter Zijlstra
  Cc: Len Brown, Robert Moore, Erik Kaneda, linux-acpi, devel,
	linux-kernel, x86, Kuppuswamy Sathyanarayanan

Add multiprocessor wakeup support using MADT ACPI table for x86
platforms. It uses mailbox based mechanism to wake up the APs. You
can get more details about the ACPI table and mailbox protocol in
Guest-Host-Communication Interface (GHCI) for Intel Trust Domain
Extensions (Intel TDX) specification document (sec 4.1)

https://software.intel.com/content/dam/develop/external/us/en/documents/intel-tdx-guest-hypervisor-communication-interface.pdf

Changes since v1:
 * Removed signoff from Rob and Erik.

Kuppuswamy Sathyanarayanan (3):
  ACPICA: ACPI 6.4: MADT: add Multiprocessor Wakeup Mailbox Structure
  ACPI/table: Print MADT Wake table information
  x86/acpi, x86/boot: Add multiprocessor wake-up support

 arch/x86/include/asm/apic.h     |  3 ++
 arch/x86/kernel/acpi/boot.c     | 56 +++++++++++++++++++++++++++++++++
 arch/x86/kernel/apic/probe_32.c |  8 +++++
 arch/x86/kernel/apic/probe_64.c |  8 +++++
 drivers/acpi/tables.c           | 11 +++++++
 include/acpi/actbl2.h           | 14 +++++++++
 6 files changed, 100 insertions(+)

-- 
2.25.1


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

end of thread, other threads:[~2021-04-23 18:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22 21:47 [PATCH v2 0/3] Add multiprocessor wake-up support Kuppuswamy Sathyanarayanan
2021-04-22 21:47 ` [PATCH v2 1/3] ACPICA: ACPI 6.4: MADT: add Multiprocessor Wakeup Mailbox Structure Kuppuswamy Sathyanarayanan
2021-04-23 12:33   ` Rafael J. Wysocki
2021-04-23 12:33     ` [Devel] " Rafael J. Wysocki
2021-04-23 16:44     ` Kuppuswamy, Sathyanarayanan
2021-04-23 18:23     ` Kaneda, Erik
2021-04-22 21:47 ` [PATCH v2 2/3] ACPI/table: Print MADT Wake table information Kuppuswamy Sathyanarayanan
2021-04-23 12:38   ` Rafael J. Wysocki
2021-04-23 12:38     ` [Devel] " Rafael J. Wysocki
2021-04-22 21:47 ` [PATCH v2 3/3] x86/acpi, x86/boot: Add multiprocessor wake-up support Kuppuswamy Sathyanarayanan
2021-04-23 13:05   ` Rafael J. Wysocki
2021-04-23 17:58     ` Kuppuswamy, Sathyanarayanan
2021-04-23 18:29       ` Rafael J. Wysocki
2021-04-22 22:01 ` [PATCH v2 0/3] " Borislav Petkov
2021-04-22 22:03   ` Kuppuswamy, Sathyanarayanan

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.