Message ID | 20250503191515.24041-1-ricardo.neri-calderon@linux.intel.com |
---|---|
Headers | show
Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CCF342DC789; Sat, 3 May 2025 19:10:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.15 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746299413; cv=none; b=dGpKZOyYTEZ6LWQD7btMOxG8VjBbY5VMYAjF91bb+EfDeUv0CH9P1b8GPzrQNlerW/71b3H9HaWRA/JIKEdhxa8rCfvH/XUcrlsbcCzoMQVJaVKww+7TiJkj/GEh5PLdIr7l5usUldOY+aEBpMLHDA/oqgL+uyFr4rptvbrYeN8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746299413; c=relaxed/simple; bh=FbP3ivNjme43qE4kLCKkGteBw1VX+DS/lTWMuvg+vog=; h=From:To:Cc:Subject:Date:Message-Id; b=DFS9YvRe48KEFtQTbc3SaFPh/3Q6kpjGBV9ctywW2etp+dFSfE6LRc19vr9S7x8Td8ZO2fRfEo3nOf1IfTI8WTLYWntUhDyR59WpiD1xMqOMnsRkeDWFazwg03z4xrP4uCjQgEA7fNGw10IqvQkEpsDBWli1c+F3vsJdtyOW13c= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=J6hsKgKD; arc=none smtp.client-ip=192.198.163.15 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="J6hsKgKD" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1746299412; x=1777835412; h=from:to:cc:subject:date:message-id; bh=FbP3ivNjme43qE4kLCKkGteBw1VX+DS/lTWMuvg+vog=; b=J6hsKgKDJzO5bYOo1ukQbJgvrgi7mDOGhhcBwyj5EYyO0KsBcb0b9O2B 7gUWjZTzghlQnlmGJ1g7w06DG+UQcADYmNk1MTSrBMnY6WXC2u70FpCoz 0WoC8s5CG1xbxW730Bd9XQ5x55p/kpvokfrVTMS31PT5YvOj1pnteskBI iue7Ivskd+273miTOoXAwqGfU0RyhirCJZbNUP3CXqaipAS1CaDOrQqlh sFrhupY/u4b6pO/jC/lIwz6pqN5tH0pyeUCyLB1orjM+nI1QnN/6nfv6X kCA7bEgLlzMVrTiwVcb7qVuYdVNVcU8cvFB0JarkNv8zOLoQ4+fgtS3ed Q==; X-CSE-ConnectionGUID: Oks2LhVoR8u4nUp7xmjRlA== X-CSE-MsgGUID: HMdXZ6QXTWySLvr86yRzPA== X-IronPort-AV: E=McAfee;i="6700,10204,11422"; a="48095599" X-IronPort-AV: E=Sophos;i="6.15,258,1739865600"; d="scan'208";a="48095599" Received: from fmviesa004.fm.intel.com ([10.60.135.144]) by fmvoesa109.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 May 2025 12:10:10 -0700 X-CSE-ConnectionGUID: Vu9k5b06Txmdk4CFuY7dAw== X-CSE-MsgGUID: HUuAKM5ASi2XChz3I0h8UQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.15,258,1739865600"; d="scan'208";a="140046078" Received: from ranerica-svr.sc.intel.com ([172.25.110.23]) by fmviesa004.fm.intel.com with ESMTP; 03 May 2025 12:10:09 -0700 From: Ricardo Neri <ricardo.neri-calderon@linux.intel.com> To: x86@kernel.org, Krzysztof Kozlowski <krzk+dt@kernel.org>, Conor Dooley <conor+dt@kernel.org>, Rob Herring <robh@kernel.org>, "K. Y. Srinivasan" <kys@microsoft.com>, Haiyang Zhang <haiyangz@microsoft.com>, Wei Liu <wei.liu@kernel.org>, Dexuan Cui <decui@microsoft.com>, Michael Kelley <mhklinux@outlook.com> Cc: devicetree@vger.kernel.org, Saurabh Sengar <ssengar@linux.microsoft.com>, Chris Oo <cho@microsoft.com>, linux-hyperv@vger.kernel.org, "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>, linux-acpi@vger.kernel.org , linux-kernel@vger.kernel.org, "Ravi V. Shankar" <ravi.v.shankar@intel.com>, Ricardo Neri <ricardo.neri@intel.com> Subject: [PATCH v3 00/13] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs Date: Sat, 3 May 2025 12:15:02 -0700 Message-Id: <20250503191515.24041-1-ricardo.neri-calderon@linux.intel.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: <linux-acpi.vger.kernel.org> List-Subscribe: <mailto:linux-acpi+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-acpi+unsubscribe@vger.kernel.org> |
Series |
x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
|
expand
|