messages from 2018-01-09 02:51:00 to 2018-01-15 08:49:31 UTC [more...]
[PATCH 0/6] Fix issues caused by NX memory protection
2018-01-15 8:54 UTC (7+ messages)
` [PATCH 1/6] UefiCpuPkg/MpInitLib: split wake up buffer into two parts
` [PATCH 2/6] UefiCpuPkg/CpuExceptionHandlerLib: alloc code memory for exception handlers
` [PATCH 3/6] UefiCpuPkg/CpuDxe: clear NX attr for page directory
` [PATCH 4/6] UefiCpuPkg/PiSmmCpuDxeSmm: Enable NXE if it's supported
` [PATCH 5/6] MdeModulePkg/PiSmmCore: remove NX attr for SMM RAM
` [PATCH 6/6] MdeModulePkg/BootScriptExecutorDxe: remove NX attr for FfsBuffer
[PATCH] SecurityPkg/PhysicalPresenceLib: Reject illegal PCR bank allocation
2018-01-15 8:31 UTC (3+ messages)
[PATCH] MdeModulePkg/EhciDxe: call EhcFreeUrb when int-transfer completes
2018-01-15 8:26 UTC (2+ messages)
[PATCH] CrptoPkg/BaseCryptLib: Fix type mismatch when calling OpenSSL function
2018-01-15 7:29 UTC (3+ messages)
[Patch 0/2] Fixed some issues in DxeIpIoLib
2018-01-15 5:48 UTC (7+ messages)
` [Patch 1/2] MdeModulePkg: Freed the received packet buffer if it is not expected
` [Patch 2/2] MdeModulePkg: Did some code enhancement for DxeIpIpLib
[PATCH v2] MdeModulePkg/DebugLib: Print partial when format string is too long
2018-01-15 5:14 UTC (2+ messages)
[PATCH 0/3] Fix two bugs in FrameBufferBltLib
2018-01-15 3:46 UTC (4+ messages)
` [PATCH 1/3] MdeModulePkg/FrameBufferBltLib: Use UINT32 type for internal data
` [PATCH 2/3] MdeModulePkg/FrameBufferBltLib: Fix a bug causing display corrupted
` [PATCH 3/3] MdeModulePkg/FrameBufferBltLib: Fix copying of unaligned memory
[PATCH] IntelSiliconPkg IntelVTdDxe: Fix potential NULL pointer dereference
2018-01-15 3:14 UTC (2+ messages)
[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Add support for Sony camera imx219
2018-01-15 3:02 UTC (2+ messages)
[PATCH] UefiCpuPkg: Enhance feature dependency check
2018-01-15 2:53 UTC (2+ messages)
Question about merge efi application into BIOS
2018-01-15 1:52 UTC
[RFC v4 0/6] Stack trace support in X64 exception handling
2018-01-15 0:23 UTC (10+ messages)
` [RFC v5 0/8] "
` [RFC v5 1/8] UefiCpuPkg/CpuExceptionHandlerLib/X64: Add stack trace support
` [RFC v5 2/8] UefiCpuPkg/CpuExceptionHandlerLib: Export GetPdbFileName()
` [RFC v5 3/8] UefiCpuPkg/CpuExceptionHandlerLib/Ia32: Add stack trace support
` [RFC v5 4/8] UefiCpuPkg/CpuExceptionHandlerLib: Add helper to validate memory addresses
` [RFC v5 5/8] UefiCpuPkg/CpuExceptionHandlerLib: Ensure valid frame/stack pointers
` [RFC v5 6/8] UefiCpuPkg/CpuExceptionHandlerLib: Correctly print IP addresses
` [RFC v5 7/8] UefiCpuPkg/CpuExceptionHandlerLib: Validate memory address ranges
` [RFC v5 8/8] UefiCpuPkg/CpuExceptionHandlerLib: Add early check in DumpStackContents
[PATCH v2] ArmPkg/Library/ArmLib: add ArmWriteSctlr
2018-01-13 6:52 UTC
[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 1/2] Add support for Sony camera imx219
2018-01-12 18:46 UTC (3+ messages)
[PATCH] ShellPkg: Add acpiview tool to dump ACPI tables
2018-01-12 15:39 UTC (3+ messages)
` FW: "
[PATCH v2 13/13] ArmPlatformPkg: Introduce SCMI protocol
2018-01-12 13:35 UTC (2+ messages)
[PATCH v5 0/6] Add ARM support for VS2017
2018-01-12 13:33 UTC (7+ messages)
` [PATCH v5 1/6] MdePkg: Disable some Level 4 warnings for VS2017/ARM
` [PATCH v5 2/6] MdePkg/Library/BaseStackCheckLib: Add Null handler "
` [PATCH v5 3/6] MdePkg/Library/BaseLib: Enable VS2017/ARM builds
` [PATCH v5 4/6] ArmPkg/Library/CompilerIntrinsicsLib: "
` [PATCH v5 5/6] MdePkg/Include: Add VA list support for VS2017/ARM
` [PATCH v5 6/6] BaseTools/Conf: Add VS2017/ARM support
[PATCH v4 0/6] Add ARM support for VS2017
2018-01-12 13:25 UTC (14+ messages)
` [PATCH v4 1/6] MdePkg: Disable some Level 4 warnings for VS2017/ARM
` [PATCH v4 2/6] MdePkg/Library/BaseStackCheckLib: Add Null handler "
` [PATCH v4 3/6] MdePkg/Library/BaseLib: Enable VS2017/ARM builds
` [PATCH v4 4/6] ArmPkg/Library/CompilerIntrinsicsLib: "
` [PATCH v4 5/6] MdePkg/Include: Add VA list support for VS2017/ARM
` [PATCH v4 6/6] BaseTools/Conf: Add VS2017/ARM support
[PATCH] EmbeddedPkg/FdtLib: build fdt_empty_tree.c
2018-01-12 8:43 UTC (2+ messages)
[PATCH] ArmPkg/Library/ArmLib: add ArmWriteSctlr
2018-01-12 8:42 UTC (2+ messages)
[PATCH] UefiCpuPkg PiSmmCpuDxeSmm: Remove redundant code to set IDT range to RO
2018-01-12 8:03 UTC (2+ messages)
[PATCH] UefiCpuPkg PiSmmCpuDxeSmm: Fixed #double fault on #page fault for IA32
2018-01-12 8:00 UTC (3+ messages)
[PATCH] MdeModulePkg/FrameBufferBltLib: Fix a bug causing display corrupted
2018-01-12 4:08 UTC
[PATCH] CryptoPkg/OpensslLib: Suppress format warning with extra flag
2018-01-12 3:38 UTC (2+ messages)
[Patch 0/7] EDK2: Enable XCODE5 tool chain with NASM source
2018-01-12 2:15 UTC (16+ messages)
` [Patch 1/7] BaseTools: Disable -Wno-unused-const-variable in XCODE5 RELEASE target
` [Patch 2/7] BaseTools: Use nasm as the preferred assembly source files for XCODE5 tool
` [Patch 3/7] MdeModulePkg: Update DebugSupportDxe to pass XCODE5 build
` [Patch 4/7] UefiCpuPkg: Update CpuExceptionHandlerLib pass XCODE5 tool chain
` [Patch 5/7] UefiCpuPkg: Update SmmCpuFeatureLib "
` [Patch 6/7] UefiCpuPkg: Update PiSmmCpuDxeSmm "
` [Patch 7/7] OvmfPkg: Don't add -mno-mmx -mno-sse option for "
[PATCH] OvmfPkg/VirtioScsiDxe: Allocate all required vrings at VirtioScsiInit
2018-01-12 1:35 UTC (10+ messages)
[PATCH 0/5] BaseTools/Common & DevicePath: Code refinements
2018-01-12 1:00 UTC (3+ messages)
[Patch v2] MdeModulePkg/DxeNetLib: Add array range check in NetIp6IsNetEqual()
2018-01-12 0:50 UTC (3+ messages)
[Patch] MdeModulePkg/Ip4Dxe: Add an independent timer for reconfig checking
2018-01-12 0:50 UTC (3+ messages)
[Patch] NetworkPkg: Fix incorrect parameter check in PXE.Mtftp() function
2018-01-12 0:46 UTC (2+ messages)
[PATCH v2 1/1] OvmfPkg/BaseMemEncryptSevLib: Enable protection for newly added page table
2018-01-11 19:51 UTC
[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 2/2] Add BensonGlacier specific Spi binaries
2018-01-11 17:42 UTC
[PATCH] MdeModulePkg/DebugLib: Print partial when format string is too long
2018-01-11 15:21 UTC (2+ messages)
[Patch] Edk2: Retire Edk2Setup.bat
2018-01-11 10:29 UTC (2+ messages)
[RFC] define PCD for EFI_AHCI_MAX_DATA_PER_PRDT
2018-01-11 10:09 UTC (9+ messages)
` [RFC] SATA : Implemented NXP errata A008402
[PATCH] UefiCpuPkg/MpInitLib: fix 32-bit build error
2018-01-11 10:01 UTC (3+ messages)
[PATCH 1/2] MdePkg/TimerLib: Add a function to calculate elapsed time
2018-01-11 9:58 UTC (7+ messages)
` [PATCH 2/2] ArmPkg/ArmArchTimerLib: Implement GetElapsedTime function of TimerLib
[PATCH v2 4/7] UefiCpuPkg: Update CpuExceptionHandlerLib pass XCODE5 tool chain
2018-01-11 9:05 UTC (3+ messages)
` [PATCH v2 5/7] UefiCpuPkg: Update SmmCpuFeatureLib "
` [PATCH v2 6/7] UefiCpuPkg: Update PiSmmCpuDxeSmm "
[PATCH 1/2] BaseTools: Enable MAX_CONCURRENT_THREAD_NUMBER = 0 feature
2018-01-11 8:28 UTC (2+ messages)
[Patch] MdeModulePkg/DxeNetLib: Add array range check in NetIp6IsNetEqual()
2018-01-11 8:06 UTC (4+ messages)
VFR validation of IP address and iSCSI IQN
2018-01-11 7:57 UTC (3+ messages)
[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] DMIC NHLT Entry
2018-01-11 6:20 UTC
help
2018-01-11 5:52 UTC
[Patch 0/4] Fix some issues in Udp6Dxe
2018-01-11 5:37 UTC (2+ messages)
Communicate with soft-smi-handler with uefi-application question
2018-01-11 0:38 UTC (3+ messages)
[PATCH 0/2] Quality improvement of MtrrLib
2018-01-10 12:33 UTC (4+ messages)
` [PATCH 1/2] UefiCpuPkg/MtrrLib: Fix a MTRR calculation bug
` [PATCH 2/2] UefiCpuPkg/MtrrLib: Fix an assertion bug
[PATCH edk2-platforms v2 00/18] ARM: Update GOP
2018-01-10 12:02 UTC (7+ messages)
` [PATCH edk2-platforms v2 18/18] ARM/JunoPkg: Add HDLCD platform library
[Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 1/2] FAB ID
2018-01-10 9:23 UTC (2+ messages)
` [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 2/2] Change BIOS Version
[Patch 0/2] MdeModulePkg: Remove the hard code alignment adjustment
2018-01-10 5:48 UTC (7+ messages)
` [Patch 1/2] MdeModulePkg DxeIpl: remove "
` [Patch 2/2] MdeModulePkg SectionExtractionPei: "
[Patch] MdeModulePkg DxeIpl: remove the hard code alignment adjustment in Decompress()
2018-01-10 5:47 UTC (2+ messages)
[PATCH v3 1/3] MdePkg: add RETURNS_TWICE attribute
2018-01-10 3:45 UTC (5+ messages)
` [PATCH v3 3/3] MdePkg: add NORETURN attribute to LongJump and InternalLongJump
[PATCH 0/4] Quality improvement of MtrrLib
2018-01-10 2:25 UTC (6+ messages)
` [PATCH 1/4] UefiCpuPkg/MtrrLib: Refine the debug messages
` [PATCH 2/4] UefiCpuPkg/MtrrLib: Fix bug that may calculate wrong MTRR result
` [PATCH 3/4] UefiCpuPkg/MtrrLib: Handle one setting request covering all memory
` [PATCH 4/4] UefiCpuPkg/MtrrLib: Correct typo to change vector to vertex
[PATCH v3 0/2] Fix wrong address set as Stack Guard for APs
2018-01-10 0:24 UTC (2+ messages)
[edk2 PATCH v3 0/2] *** EFI_MM_COMMUNICATION_PROTOCOL ***
2018-01-09 20:18 UTC (4+ messages)
` [edk2 PATCH v3 2/2] ArmPkg/Drivers: Add EFI_MM_COMMUNICATION_PROTOCOL DXE driver
[PATCH] MdeModulePkg/PciBus: Change switch-case to if-else to fix EBC build
2018-01-09 10:50 UTC (2+ messages)
[PATCH 2/2] BaseTools: Modify MAX_CONCURRENT_THREAD_NUMBER default values
2018-01-09 10:38 UTC
[PATCH edk2-platforms 0/3] Cover letter:Pci Emulation and SATA support
2018-01-09 8:27 UTC (10+ messages)
` [PATCH edk2-platforms v2 0/2] Cover letter:SATA controller support
` [PATCH edk2-platforms v2 1/2] SATA : Added SATA controller driver
` [PATCH edk2-platforms v2 2/2] LS1046 : Enable support of SATA controller
[PATCH] BaseTools: Enable MAX_CONCURRENT_THREAD_NUMBER = 0 feature
2018-01-09 7:58 UTC (2+ messages)
[patch] MdeModulePkg/VarCheckHii: Update data type for variable "ArrayIndex"
2018-01-09 7:33 UTC (2+ messages)
[Patch 0/2] Fixed some issues in Mtftp4Dxe
2018-01-09 6:58 UTC (3+ messages)
` [Patch 1/2] MdeModulePkg: Fixed two issues when error occurs in Mtftp4Start
Memory space entry is not removed after calling FreeMemorySpace and RemoveMemorySpace
2018-01-09 6:58 UTC (7+ messages)
[Patch 0/2] IScsiDxe: Set ExitBootServiceEvent to NULL after close it
2018-01-09 6:14 UTC (5+ messages)
` [Patch 1/2] MdeModulePkg/IScsiDxe: "
` [Patch 2/2] NetworkPkg/IScsiDxe: "
[PATCH] BaseTools: Correct Target Path in CodaTargetList replace Path
2018-01-09 3:20 UTC (2+ messages)
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