messages from 2024-01-30 23:23:49 to 2024-02-02 08:44:13 UTC [more...]
[edk2-devel] [PATCH v2 0/5] OvmfPkg: Add support for 5-level paging
2024-02-02 8:44 UTC (21+ messages)
` [edk2-devel] [PATCH v2 3/5] OvmfPkg/ResetVector: improve page table flag names
` [edk2-devel] [PATCH v2 4/5] OvmfPkg/ResetVector: add 5-level paging support
[edk2-devel] [PATCH V3 0/5] Add EFI_UNSUPPORTED return for some Runtime Service functions
2024-02-02 8:20 UTC (6+ messages)
` [edk2-devel] [PATCH V3 1/5] MdePkg: "
` [edk2-devel] [PATCH V3 2/5] MdeModulePkg: Align RuntimeDxe function headers with UEFI return values
` [edk2-devel] [PATCH V3 3/5] EmbeddedPkg: Align RealTimeClock function headers with "
` [edk2-devel] [PATCH V3 4/5] ArmPlatformPkg: Align PL031 library "
` [edk2-devel] [PATCH V3 5/5] OvmfPkg: Align XenRealTimeClockLib "
[edk2-devel] [PATCH v2 2/2] UefiCpuPkg/PiSmmCpuDxeSmm: Check BspIndex first before lock cmpxchg
2024-02-02 7:13 UTC
[edk2-devel] [PATCH 00/16] Provide SEV-SNP support for running under an SVSM
2024-02-02 6:48 UTC (21+ messages)
` [edk2-devel] [PATCH 03/16] MdePkg/BaseLib: Add a new VMGEXIT instruction invocation for SVSM
` [edk2-devel] [PATCH 04/16] UefiCpuPkg/CcExitLib: Extend the CcExitLib library to support an SVSM
` [edk2-devel] [PATCH 07/16] OvmfPkg/CcExitLib: Add support for the SVSM_CORE_PVALIDATE call
` [edk2-devel] [PATCH 09/16] UefiCpuPkg/MpInitLib: Use CcExitSnpVmsaRmpAdjust() to set/clear VMSA
` [edk2-devel] [PATCH 11/16] UefiCpuPkg: Create APIC ID list PCD
` [edk2-devel] [PATCH 13/16] UefiCpuPkg/MpInitLib: Always use AP Create if PcdSevSnpApicIds is set
` [edk2-devel] [PATCH 14/16] UefiCpuPkg/MpInitLib: AP creation support under an SVSM
[edk2-devel] [PATCH v1 0/2] SMM CPU Optimization for SMM Init & SMI Process
2024-02-02 6:35 UTC (7+ messages)
` [edk2-devel] [PATCH v1 1/2] UefiCpuPkg/PiSmmCpuDxeSmm: Execute CET and XD check only on BSP
` [edk2-devel] [PATCH v1 2/2] UefiCpuPkg/PiSmmCpuDxeSmm: Check BspIndex first before lock cmpxchg
[edk2-devel] [PATCH v2 1/2] MdeModulePkg: Remove the handle validation check in CoreGetProtocolInterface
2024-02-02 6:04 UTC (9+ messages)
` [edk2-devel] [PATCH v2 2/2] MdeModulePkg: Optimize CoreConnectSingleController
` 回复: "
` 回复: [edk2-devel] [PATCH v2 1/2] MdeModulePkg: Remove the handle validation check in CoreGetProtocolInterface
[edk2-devel] [PATCH v8 00/37] Enable LoongArch virtual machine in edk2
2024-02-02 4:30 UTC (42+ messages)
` [edk2-devel] [PATCH v8 11/37] UefiCpuPkg: Add LoongArch64 CPU Timer instance
` [edk2-devel] [PATCH v8 12/37] UefiCpuPkg: Add CPU exception library for LoongArch
` [edk2-devel] [PATCH v8 14/37] UefiCpuPkg: Add CpuMmuLib to UefiCpuPkg
` [edk2-devel] [PATCH v8 18/37] ArmVirtPkg: Move PCD of FDT base address and FDT padding to OvmfPkg
` [edk2-devel] [PATCH v8 20/37] ArmVirtPkg: Enable CpuMmio2Dxe
` [edk2-devel] [PATCH v8 24/37] ArmVirtPkg: Move two PCD variables into OvmfPkg
` [edk2-devel] [PATCH v8 15/37] UefiCpuPkg: Add multiprocessor library for LoongArch64
` [edk2-devel] [PATCH v8 16/37] UefiCpuPkg: Add CpuDxe driver "
[edk2-devel] [PATCH v8 00/37] Enable LoongArch virtual machine in edk2
2024-02-02 3:36 UTC (4+ messages)
[edk2-devel] [PATCH V2 0/5] Add EFI_UNSUPPORTED return for some Runtime Service functions
2024-02-02 2:40 UTC (6+ messages)
` FW: [edk2-devel] [PATCH V2 4/5] ArmPlatformPkg: Update some Runtime Service functions header
` [edk2-devel] [PATCH V2 2/5] MdeModulePkg: "
[edk2-devel] [PATCH v1 00/19] Add LoongArch helper functions and defines
2024-02-02 2:29 UTC (20+ messages)
` [edk2-devel] [PATCH v1 01/19] MdePkg: Add the header file named Csr.h for LoongArch64
` [edk2-devel] [PATCH v1 02/19] MdePkg: Add LoongArch64 FPU function set into BaseCpuLib
` [edk2-devel] [PATCH v1 03/19] MdePkg: Add LoongArch64 exception function set into BaseLib
` [edk2-devel] [PATCH v1 04/19] MdePkg: Add LoongArch64 local interrupt "
` [edk2-devel] [PATCH v1 05/19] MdePkg: Add LoongArch Cpucfg function
` [edk2-devel] [PATCH v1 06/19] MdePkg: Add read stable counter operation for LoongArch
` [edk2-devel] [PATCH v1 07/19] MdePkg: Add CSR "
` [edk2-devel] [PATCH v1 08/19] MdePkg: Add IOCSR "
` [edk2-devel] [PATCH v1 09/19] MdePkg: Add a new library named PeiServicesTablePointerLibKs0
` [edk2-devel] [PATCH v1 10/19] MdePkg: Add some comments for LoongArch exceptions
` [edk2-devel] [PATCH v1 11/19] EmbeddedPkg: Add PcdPrePiCpuIoSize width for LOONGARCH64
` [edk2-devel] [PATCH v1 12/19] ArmVirtPkg: Move PCD of FDT base address and FDT padding to OvmfPkg
` [edk2-devel] [PATCH v1 13/19] UefiCpuPkg: Add a new CPU IO 2 driver named CpuMmio2Dxe
` [edk2-devel] [PATCH v1 14/19] ArmVirtPkg: Enable CpuMmio2Dxe
` [edk2-devel] [PATCH v1 15/19] OvmfPkg/RiscVVirt: "
` [edk2-devel] [PATCH v1 16/19] OvmfPkg/RiscVVirt: Remove PciCpuIo2Dxe from RiscVVirt
` [edk2-devel] [PATCH v1 17/19] ArmVirtPkg: Move the FdtSerialPortAddressLib to OvmfPkg
` [edk2-devel] [PATCH v1 18/19] ArmVirtPkg: Move two PCD variables into OvmfPkg
` [edk2-devel] [PATCH v1 19/19] ArmVirtPkg: Move PlatformBootManagerLib to OvmfPkg
[edk2-devel] [PATCH v1 1/1] StandaloneMmPkg/Core: Output status in MMI handler assertion
2024-02-02 0:23 UTC (3+ messages)
[edk2-devel] [PATCH v3 0/4] OvmfPkg/Sec: Setup MTRR early in the boot process
2024-02-01 9:49 UTC (9+ messages)
` [edk2-devel] [PATCH v3 1/4] "
[edk2-devel] [PATCH] NetworkPkg:Update Security Fix
2024-02-01 10:33 UTC
[edk2-devel] [PATCH] AlderlakeOpenBoardPkg: Change MinPlatform MinDsdt and Update SpiFlashCommonLib
2024-02-01 14:36 UTC (2+ messages)
[edk2-devel] [PATCH] UefiPayloadPkg/Crypto: Support external Crypto drivers
2024-02-01 6:30 UTC (3+ messages)
[edk2-devel] [PATCH edk2-platforms 1/1] IpmiFeaturePkg/ServerManagementLib: Fix a GCC compile error
2024-02-01 22:55 UTC (3+ messages)
[edk2-devel] [PATCH v2 00/15] Security Patches for EDK II Network Stack
2024-02-01 22:18 UTC (30+ messages)
` [edk2-devel] [PATCH v2 01/15] NetworkPkg: Dhcp6Dxe: SECURITY PATCH CVE-2023-45230 Patch
` [edk2-devel] [PATCH v2 02/15] NetworkPkg: : Add Unit tests to CI and create Host Test DSC
` [edk2-devel] [PATCH v2 03/15] NetworkPkg: Dhcp6Dxe: SECURITY PATCH CVE-2023-45230 Unit Tests
` [edk2-devel] [PATCH v2 04/15] NetworkPkg: Dhcp6Dxe: SECURITY PATCH CVE-2023-45229 Patch
` [edk2-devel] [PATCH v2 05/15] NetworkPkg: Dhcp6Dxe: SECURITY PATCH CVE-2023-45229 Unit Tests
` [edk2-devel] [PATCH v2 06/15] NetworkPkg: Ip6Dxe: SECURITY PATCH CVE-2023-45231 Patch
` [edk2-devel] [PATCH v2 07/15] NetworkPkg: Ip6Dxe: SECURITY PATCH CVE-2023-45231 Unit Tests
` [edk2-devel] [PATCH v2 08/15] NetworkPkg: Ip6Dxe: SECURITY PATCH CVE-2023-45232 Patch
` [edk2-devel] [PATCH v2 09/15] NetworkPkg: Ip6Dxe: SECURITY PATCH CVE-2023-45232 Unit Tests
` [edk2-devel] [PATCH v2 10/15] NetworkPkg: UefiPxeBcDxe: SECURITY PATCH CVE-2023-45234 Patch
` [edk2-devel] [PATCH v2 11/15] NetworkPkg: UefiPxeBcDxe: SECURITY PATCH CVE-2023-45234 Unit Tests
` [edk2-devel] [PATCH v2 13/15] NetworkPkg: UefiPxeBcDxe: SECURITY PATCH CVE-2023-45235 Patch
` [edk2-devel] [PATCH v2 14/15] NetworkPkg: UefiPxeBcDxe: SECURITY PATCH CVE-2023-45235 Unit Tests
` [edk2-devel] [PATCH v2 15/15] NetworkPkg: : Adds a SecurityFix.yaml file
` [edk2-devel] 回复: [edk2-stable202402][PATCH v2 00/15] Security Patches for EDK II Network Stack
[edk2-devel] [PATCH 0/3] OvmfPkg/PlatformPei: scaleability fixes for GetPeiMemoryCap()
2024-02-01 21:04 UTC (12+ messages)
` [edk2-devel] [PATCH 1/3] OvmfPkg/PlatformPei: consider AP stacks for pei memory cap
` [edk2-devel] [PATCH 2/3] OvmfPkg/PlatformPei: rewrite page table calculation
` [edk2-devel] [PATCH 3/3] OvmfPkg/PlatformPei: log pei memory cap details
[edk2-devel] Now: TianoCore edk2-test Bug Triage Meeting - Thursday, February 1, 2024 #cal-notice
2024-02-01 14:00 UTC
[edk2-devel] Event: TianoCore edk2-test Bug Triage Meeting - Thursday, February 1, 2024 #cal-reminder
2024-02-01 13:45 UTC
[edk2-devel] [PATCH] UefiCpuPkg: RISC-V: MMU: Support Svpbmt extension
2024-02-01 9:44 UTC (2+ messages)
[edk2-devel] [PATCH] IntelSiliconPkg/VTd: Remove ASSERT in VTdSetAttribute
2024-02-01 6:58 UTC
[edk2-devel] Event: TianoCore Community Meeting - APAC/NAMO - Thursday, February 1, 2024 #cal-reminder
2024-02-01 3:30 UTC
[edk2-devel] [PATCH 1/1] CryptoPkg: Add new API to get PKCS7 Signature
2024-02-01 2:09 UTC (4+ messages)
[edk2-devel] [PATCH 1/1] ArmPkg/CompilerIntrinsicsLib: provide __ashlti3
2024-02-01 2:05 UTC
[edk2-devel] [edk2-redfish-client][PATCH] RedfishClientPkg/RedfishFeatureUtilityLib: fix memory leak on error path
2024-02-01 0:42 UTC (2+ messages)
[edk2-devel][edk2-platforms][PATCH v6] MinPlatformPkg: Support SecFspWrapperPlatformSecLib in X64
2024-02-01 0:14 UTC (3+ messages)
[edk2-devel] Commits Spanning Packages
2024-01-31 21:03 UTC (4+ messages)
[edk2-devel] [PATCH] ArmPkg/ProcessorSubClassDxe: Limit CoreCount to 0xFF
2024-01-30 20:22 UTC
[edk2-devel] Event: TianoCore Community Meeting EMEA/NAMO - Thursday, February 1, 2024 #cal-reminder
2024-01-31 16:00 UTC
[edk2-devel] [PATCH v2 1/1] BaseTools/Scripts/PatchCheck.py: Check for Change-id
2024-01-31 15:07 UTC
[edk2-devel] Event: TianoCore edk2-test Bug Triage Meeting - Thursday, February 1, 2024 #cal-reminder
2024-01-31 14:00 UTC
[edk2-devel] [PATCH] OvmfPkg/IoMmuDxe: Provide an implementation for SetAttribute
2024-01-31 13:28 UTC (5+ messages)
[edk2-devel] [PATCH RESEND v2 0/2] AMD CPU extended topology
2024-01-31 13:27 UTC (5+ messages)
[edk2-devel] [PATCH RESEND v2 0/2] AMD CPU extended topology
2024-01-31 13:27 UTC (2+ messages)
[edk2-devel] [PATCH v5 0/7] get rid of DeviceTree from SbsaQemu
2024-01-31 13:24 UTC
[edk2-devel] [PATCH 0/1] Add support for generating SRAT tables
2024-01-31 13:15 UTC (2+ messages)
` [edk2-devel] [PATCH 1/1] SbsaQemu: AcpiDxe: Create SRAT table at runtime
[edk2-devel] [PATCH v5 1/7] Platform/SbsaQemu: add SbsaQemuHardwareInfoLib
2024-01-31 12:05 UTC (7+ messages)
` [edk2-devel] [PATCH v5 2/7] Platform/SbsaQemu: read amount of cpus during init
` [edk2-devel] [PATCH v5 3/7] Platform/SbsaQemu: use PcdCoreCount directly
` [edk2-devel] [PATCH v5 4/7] Platform/SbsaQemu: move FdtHandlerLib to SbsaQemuHardwareInfoLib
` [edk2-devel] [PATCH v5 5/7] Platform/SbsaQemu: hang if there is no cpu information
` [edk2-devel] [PATCH v5 6/7] Platform/SbsaQemu: get the information of memory via SMC calls
` [edk2-devel] [PATCH v5 7/7] Platform/SbsaQemu: add DeviceTree fallbacks to parse memory information
[edk2-devel] [PATCH v4 0/6] get rid of DeviceTree from SbsaQemu
2024-01-31 10:00 UTC (7+ messages)
` [edk2-devel] [PATCH v4 1/6] Platform/SbsaQemu: read amount of cpus during init
` [edk2-devel] [PATCH v4 2/6] Platform/SbsaQemu: use PcdCoreCount directly
` [edk2-devel] [PATCH v4 3/6] Platform/SbsaQemu: move FdtHandlerLib to SbsaQemuHardwareInfoLib
` [edk2-devel] [PATCH v4 4/6] Platform/SbsaQemu: hang if there is no cpu information
` [edk2-devel] [PATCH v4 5/6] Platform/SbsaQemu: get the information of memory via SMC calls
` [edk2-devel] [PATCH v4 6/6] Platform/SbsaQemu: add DeviceTree fallbacks to parse memory information
[edk2-devel] [PATCH 1/2] MdeModulePkg: Dxe: add LOONGARCH64 to mMachineTypeInfo
2024-01-31 9:56 UTC (4+ messages)
` 回复: "
[edk2-devel] [edk2-redfish-client][PATCH] RedfishClientPkg: Readme.md update
2024-01-31 4:45 UTC
[edk2-devel] [edk2-redfish-client][PATCH 0/2] RedfishClientPkg: fix memory leak in ConverterLib
2024-01-31 4:42 UTC (5+ messages)
` [edk2-devel] [edk2-redfish-client][PATCH 2/2] "
[edk2-devel][edk2-platforms][PATCH v5] MinPlatformPkg: Support SecFspWrapperPlatformSecLib in X64
2024-01-31 2:17 UTC (3+ messages)
[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, January 30, 2024 #cal-reminder
2024-01-31 2:15 UTC
[edk2-devel] [PATCH v2 0/7] EDK2-TEST TCG MOR Tests
2024-01-30 23:23 UTC (5+ messages)
` [edk2-devel] [PATCH v2 4/7] uefi-sct/SctPkg: TCG MORLOCK Unlocked State Test
` [edk2-devel] [PATCH v2 5/7] uefi-sct/SctPkg: TCG MORLOCK Locked No Key "
` [edk2-devel] [PATCH v2 6/7] uefi-sct/SctPkg: TCG MORLOCK Locked with "
` [edk2-devel] [PATCH v2 7/7] uefi-sct/SctPkg: TCG MOR & MORLOCK tests
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox