edk2/MdeModulePkg/Core
Oliver Smith-Denny cec2c6bbcc MdeModulePkg: Always Initialize Separate Exception Stacks
Following the APs now always initializing separate exception
stacks, this commit always initializes a separate exception
stack for the BSP as well. Previously, this was only enabled
when PcdCpuStackGuard was set.

However, even when a stack guard page is not present,
stack overflows can still occur and corrupt the stack; if an
exception is taken here, it is still valuable to have a separate
exception stack for sanity.

Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
2025-10-23 00:57:59 +00:00
..
Dxe MdeModulePkg: Always Initialize Separate Exception Stacks 2025-10-23 00:57:59 +00:00
DxeIplPeim MdeModulePkg: Remove ARM32 Support 2025-09-25 22:04:10 +00:00
Pei MdeModulePkg: Add PcdDelayedDispatchMaxEntries 2025-09-23 09:02:04 +08:00
PiSmmCore MdeModulePkg: Unify EfiFileName Parsing 2025-07-23 12:57:55 +00:00
RuntimeDxe MdeModulePkg: Align RuntimeDxe function headers with UEFI return values 2024-02-09 22:16:32 +00:00