1. c156d27 EmulatorPkg/MpService: StartupAllAPs should verify processor state before setting state by Chen Fan · 10 years ago
  2. ca186b1 EmulatorPkg/MpService: fix wrong unsigned to signed variable transition by Chen Fan · 10 years ago
  3. a99b5e6 OvmfPkg: CsmSupportLib: depend on OvmfPkg.dec explicitly by Laszlo Ersek · 10 years ago
  4. 787fc2a MdeModulePkg: Refine the get default value logic. by Eric Dong · 10 years ago
  5. 76c94bb ShellPkg: Fix 'parse' command to use ," for SFO column delimiter by Chris Phillips · 10 years ago
  6. 66b280d OvmfPkg: AcpiPlatformDxe: make dependency on PCI enumeration explicit by Laszlo Ersek · 10 years ago
  7. bab9f94 ShellPkg: Code refine to avoid potential dereference of pointer. by Qiu Shumin · 10 years ago
  8. 771ee50 MdePkg/MdeModulePkg: Implement the missing SetMemorySpaceCapabilities function. by Eugene Cohen · 10 years ago
  9. 48af14f OvmfPkg: Fix build failure with gcc44, gcc45 by Scott Duplichan · 10 years ago
  10. 3ddccee [PATCH] MdeModulePkg: update poor wording in MdeModulePkg DEC/UNI file by jaben carsey · 10 years ago
  11. eb774e2 MdeModulePkg/SecurityPkg VariablePei: Fix VS2013 build failure. by Star Zeng · 10 years ago
  12. ac30bca MdeModulePkg DxeCore: Fix VS2013 build failure. by Star Zeng · 10 years ago
  13. 3a5d9a3 UefiCpuPkg : Fix CpuDxe build issue with VS2005 tool chain by Jeff Fan · 10 years ago
  14. fdb5bc7 MdePkg DxePcdLib: Updates DxePcdLib instance comments. by Liming Gao · 10 years ago
  15. c9e0bba MdeModulePkg BaseSerialPortLib16550: Correct MemoryLimit and MemoryBase offset. by Liming Gao · 10 years ago
  16. 18a7dbb MdeModulePkg Variable: Add missing warning annotation. by Star Zeng · 10 years ago
  17. 285a175 BaseTools: Modify gcc 4.8 and 4.9 tool chain definition to support building from Windows. by Scott Duplichan · 10 years ago
  18. d808fc6 BaseTools: Correct NASM output file type for UNIXGCC and CYGGCC. by Liming Gao · 10 years ago
  19. 5218c27 OvmfPkg: PlatformBdsLib: Dynamic PCI Interrupt Line register setup by Gabriel Somlo · 10 years ago
  20. 9840b12 UefiCpuPkg/CpuDxe: Put APs in wait for SIPI state at ExitBootServices by Chen Fan · 10 years ago
  21. f442002 MdeModulePkg DxeCore/PiSmmCore/MemoryProfileInfo: Fix EBC and VS2013 build failure. by Star Zeng · 10 years ago
  22. 1db55d6 MdePkg Base.h: Fix EBC build failure and add comments for RETURN_ADDRESS macro. by Star Zeng · 10 years ago
  23. 4613300 OvmfPkg/XenBusDxe: Fix a nasm warning about instruction not lockable. by Anthony PERARD · 10 years ago
  24. 860088f OvmfPkg/XenPvBlkDxe: fix VS2010 build failures by Scott Duplichan · 10 years ago
  25. 017a486 OvmfPkg/XenBusDxe: fix VS2010 build failures by Scott Duplichan · 10 years ago
  26. cec6ad0 OvmfPkg/XenBusDxe: Fix some types. by Anthony PERARD · 10 years ago
  27. c47a842 OvmfPkg/XenBusDxe: In XenStore, replace type of Len from UINTN to UINT32. by Anthony PERARD · 10 years ago
  28. d547f31 SecurityPkg: VariableServiceSetVariable(): fix dbt <-> GUID association by Laszlo Ersek · 10 years ago
  29. afc18ea CryptoPkg: OpenSslSupport.h: edk2-ize offsetof() macro for gcc-4.8 / X64 by Laszlo Ersek · 10 years ago
  30. 017c285 CryptoPkg: TimestampTokenVerify(): fix gcc-4.8 / Ia32 build failure by Laszlo Ersek · 10 years ago
  31. faba4a1 OvmfPkg: VirtioScsiDxe: drop 64-bit shift in PopulateRequest() (VS2010) by Scott Duplichan · 10 years ago
  32. 75f8e3a OvmfPkg: QemuVideoDxe: the VBE shim needs no 64-bit shifts (VS2010) by Scott Duplichan · 10 years ago
  33. f7e899c OvmfPkg: flash driver: drop needlessly wide multiplication (VS2010) by Scott Duplichan · 10 years ago
  34. 1c59015 OvmfPg: flash driver: drop gratuitous 64-by-32 bit divisions (VS2010) by Laszlo Ersek · 10 years ago
  35. 1e62c89 OvmfPg: flash driver: fix type of EFI_SIZE_TO_PAGES argument (VS2010) by Laszlo Ersek · 10 years ago
  36. 42e2ff2 MdeModulePkg/Core/PiSmmCore/PiSmmCore.c: Fix compiler warning about variable set but unused by Garrett Kirkendall · 10 years ago
  37. 20333c6 UEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp Verification support for Secure Boot by Qin Long · 10 years ago
  38. 2e70cf8 OvmfPkg: PlatformBdsLib: Platform dependent PCI/IRQ initialization by Gabriel Somlo · 10 years ago
  39. 988e598 OvmfPkg: AcpiTimerLib: Switch additional stages to PCD-based Dxe instance by Gabriel Somlo · 10 years ago
  40. f122712 OvmfPkg: AcpiTimerLib: Use global variable during PEI_CORE and PEIM by Gabriel Somlo · 10 years ago
  41. 170ef2d OvmfPkg: AcpiTimerLib: Split into multiple phase-specific instances by Gabriel Somlo · 10 years ago
  42. 72a1100 OvmfPkg: CsmSupportLib: Set/use platform specific legacy interrupt device by Gabriel Somlo · 10 years ago
  43. d55004d OvmfPkg: Add PCD for Host Bridge dev. ID (PcdOvmfHostBridgePciDevId) by Gabriel Somlo · 10 years ago
  44. 97380be OvmfPkg: PlatformPei: Platform specific ACPI power management setup by Gabriel Somlo · 10 years ago
  45. 4e48c72 OvmfPkg: Factor out platform detection (q35 vs. piix4) by Gabriel Somlo · 10 years ago
  46. 4a50c27 UefiCpuPkg/CpuDxe: install Mp Service protocol by Chen Fan · 10 years ago
  47. dee9376 UefiCpuPkg/CpuDxe: Startup APs by Jordan Justen · 10 years ago
  48. cd8c700 UefiCpuPkg/MpService: avoid dead lock caused by CheckAllAPsStatus by Chen Fan · 10 years ago
  49. 0e724fc UefiCpuPkg/MpService: avoid reset AP still hold a lock by Chen Fan · 10 years ago
  50. 232eb4c UefiCpuPkg/MpService: free the unused cpu data buffer by Chen Fan · 10 years ago
  51. ac9dbb3 UefiCpuPkg/CpuDxe: introduce ResetApStackless() by Chen Fan · 10 years ago
  52. fe078dd UefiCpuPkg/CpuDxe: split out StartupCode from StartApsStackless() by Chen Fan · 10 years ago
  53. e4aaf76 UefiCpuPkg/MpService: avoid next timer getting into CheckAllAPsStatus() by Chen Fan · 10 years ago
  54. d16cf36 UefiCpuPkg/MpService: Simply Lock usage by Chen Fan · 10 years ago
  55. acb2172 UefiCpuPkg/MpService: move settimer out to InitMpSystemData by Chen Fan · 10 years ago
  56. 9908a82 UefiCpuPkg/CpuDxe: Ap do loop routine to execute procedure by Chen Fan · 10 years ago
  57. b7c05ba UefiCpuPkg/CpuDxe: implement Mp Services:SwitchBSP() by Chen Fan · 10 years ago
  58. 5fee172 UefiCpuPkg/CpuDxe: implement Mp Services:StartupAllAPs() by Chen Fan · 10 years ago
  59. 3f4f0af UefiCpuPkg/CpuDxe: implement Mp Protocol:StartupThisAP() by Chen Fan · 10 years ago
  60. fa7ce67 UefiCpuPkg/CpuDxe: implement Mp Protocol:EnableDisableAP() by Chen Fan · 10 years ago
  61. e7938b5 UefiCpuPkg/CpuDxe: implement Mp Services:GetProcessorInfo() by Chen Fan · 10 years ago
  62. d894d8b UefiCpuPkg/CpuDxe: implement Mp Protocol:GetNumberOfProcessors() by Chen Fan · 10 years ago
  63. cfa2fac UefiCpuPkg/CpuDxe: implement Mp Protocol: WhoAmI() by Chen Fan · 10 years ago
  64. 03673ae UefiCpuPkg/CpuDxe: introduce MP_SYSTEM_DATA for Mp Service Protocol by Chen Fan · 10 years ago
  65. 003973d UefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOL by Chen Fan · 10 years ago
  66. e343f8f UefiCpuPkg/CpuDxe: Switch Ap Stack to NewStack by Chen Fan · 10 years ago
  67. 6a26a59 UefiCpuPkg/CpuDxe: introduce two PCD value by Chen Fan · 10 years ago
  68. 533263e UefiCpuPkg/CpuDxe: Add StartApsStackless routine by Jordan Justen · 10 years ago
  69. a1e8986 UefiCpuPkg/CpuDxe: Move GDT structures into CpuGdt.h by Jordan Justen · 10 years ago
  70. fab82c1 UefiCpuPkg/CpuDxe: Add stackless assembly AP entry points by Jordan Justen · 10 years ago
  71. 1535c88 UefiCpuPkg/CpuDxe: Add ApEntryPointInC by Jordan Justen · 10 years ago
  72. 6022e28 UefiCpuPkg/CpuDxe: Add no-op InitializeMpSupport by Jordan Justen · 10 years ago
  73. 37ec4d9 ArmPkg/ArmGicLib: select GICv2 mode if SRE is present but unavailable by Ard Biesheuvel · 10 years ago
  74. 77d5dac ArmPkg/ArmGic: Removed 'GCC' toolchain to build assembly files by Olivier Martin · 10 years ago
  75. 9b58952 [PATHC] ShellPkg: control code flow with a PCD by Jaben Carsey · 10 years ago
  76. 4d3b9d3 OvmfPkg/XenPvBlkDxe: Don't include system inttypes.h by Jordan Justen · 10 years ago
  77. a23eb77 ArmPlatformPkg: fix undefined reference to memcpy by Scott Duplichan · 10 years ago
  78. 2ac68e8 CryptoPkg Updates to support RFC3161 timestamp signature verification. by Qin Long · 10 years ago
  79. bcbdc75 BaseTools: Fix a cleanall issue. by Yingke Liu · 10 years ago
  80. 6da5153 Fix a bug in DHCP6 driver when using DUID LLT. by Fu Siyuan · 10 years ago
  81. 09fc7db EdkCompatibilityPkg: Add UEFI memory and SMRAM profile support. by Star Zeng · 10 years ago
  82. 84edd20 MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support. by Star Zeng · 10 years ago
  83. dad83a8 MdePkg: Add RETURN_ADDRESS macro into Base.h. by Star Zeng · 10 years ago
  84. 1531a46 ShellPkg: Add type cast to avoid build failure in VS2005. by Qiu Shumin · 10 years ago
  85. 6b980b6 AppPkg: Disable Lua builds by default. Update the ReadMe file. by Daryl McDaniel · 10 years ago
  86. 4b2cf92 StdLib/AppPkg: Add the NOOPT build target and fix a type conversion problem with VS2005. by Daryl McDaniel · 10 years ago
  87. 8200fcf BaseTool: Support EDKII style GUID definition for VFR function. by Yingke Liu · 10 years ago
  88. 4a29289 ArmPkg/ArmArchTimerLib: Promotes 32bit value to prevent overflow by Olivier Martin · 10 years ago
  89. 284fb5c ArmPkg/CompilerIntrinsicesLib: Fixed memmove() and memset() by Olivier Martin · 10 years ago
  90. fb7ea61 ArmPkg: Ensured the stack is always quad-word aligned by Olivier Martin · 10 years ago
  91. 6382e5d EmbeddedPkg/Lan9118Dxe: Remove link check in SNP initialization by Ronald Cron · 10 years ago
  92. bb5420b ArmPlatformPkg: Increase more ARM address Pcd entries to 64-bit. by Leif Lindholm · 10 years ago
  93. 2a7e98a StdLib: Fix a "potentially uninitialized variable" error. by Daryl McDaniel · 10 years ago
  94. 931b2cf ShellPkg: Fixed variable set but never used by Olivier Martin · 10 years ago
  95. ace354f Fix a bug in DebugAgent that hang happens when the ACK for GO is lost. by Ruiyu Ni · 10 years ago
  96. 1ff1dd0 MdeModulePkg/AtaAtapiPassThru: don't write read-only AHCI MMIO register by Feng Tian · 10 years ago
  97. 33985e3 Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used only when failure/case can’t be resolved by code. by Chao Zhang · 10 years ago
  98. 6f6c3a1 OvmfPkg XenBusDxe: Convert X64/TestAndClearBit.asm to NASM by Anthony PERARD · 10 years ago
  99. 0ae9d5e OvmfPkg XenBusDxe: Convert X64/InterlockedCompareExchange16.asm to NASM by Anthony PERARD · 10 years ago
  100. 60aafa1 OvmfPkg XenBusDxe: Convert X64/hypercall.asm to NASM by Anthony PERARD · 10 years ago