public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
 messages from 2018-10-16 07:23:45 to 2018-10-19 02:08:19 UTC [more...]

[Patch v4 0/6] Fix performance issue caused by Set MSR task
 2018-10-19  2:06 UTC  (6+ messages)
` [Patch v4 1/6] UefiCpuPkg/Include/AcpiCpuData.h: Add Semaphore related Information
` [Patch v4 2/6] UefiCpuPkg/RegisterCpuFeaturesLib.h: Add new dependence types
` [Patch v4 3/6] UefiCpuPkg/RegisterCpuFeaturesLib: Add logic to support semaphore type
` [Patch v4 4/6] UefiCpuPkg/PiSmmCpuDxeSmm: "
` [Patch v4 5/6] UefiCpuPkg/CpuS3DataDxe: Keep old data if value already existed

[PATCH 0/3] Add use-after-free memory detection
 2018-10-19  1:56 UTC  (5+ messages)
` [PATCH 1/3] MdeModulePkg/MdeModulePkg.dec: add new PCD for UAF detection feature
` [PATCH 2/3] UefiCpuPkg/CpuDxe: fix an infinite loop issue
` [PATCH 3/3] MdeModulePkg/Core: add use-after-free memory detection

[PATCH] MdePkg/BaseStackCheckLib: add MSFT toolchain support
 2018-10-19  1:02 UTC  (10+ messages)

[PATCH 1/1] BaseTools: Update Makefile to exclude deleted file
 2018-10-19  0:30 UTC  (2+ messages)

FDF Specification Updates for PI 1.6 Standalone MM Components
 2018-10-18 23:49 UTC  (4+ messages)

Community Discussion: General Code and Commit message standards
 2018-10-18 23:01 UTC  (7+ messages)

[PATCH] MdeModulePkg Variable: Fix Timestamp zeroing issue on APPEND_WRITE
 2018-10-18 21:45 UTC  (9+ messages)
` CVE-2018-3613 [was: MdeModulePkg Variable: Fix Timestamp zeroing issue on APPEND_WRITE]

[Patch 0/6] Fix performance issue caused by Set MSR task
 2018-10-18 17:58 UTC  (14+ messages)
` [Patch v3 1/6] UefiCpuPkg/Include/AcpiCpuData.h: Add Semaphore related Information
` [Patch v3 2/6] UefiCpuPkg/RegisterCpuFeaturesLib.h: Add new dependence types
` [Patch v3 3/6] UefiCpuPkg/RegisterCpuFeaturesLib: Add logic to support semaphore type
` [Patch v3 4/6] UefiCpuPkg/PiSmmCpuDxeSmm: "
` [Patch v3 5/6] UefiCpuPkg/CpuS3DataDxe: Keep old data if value already existed
` [Patch v3 6/6] UefiCpuPkg/CpuCommonFeaturesLib: Register MSR base on scope Info

[Patch 0/3] Add more checker for Tianocompress and Ueficompress
 2018-10-18 16:01 UTC  (7+ messages)
` [Patch 3/3] BaseTools: Add more checker in Decompress algorithm to access the valid buffer

[Patch] BaseTools: Fix one crash bug in the report for Fixed structure Pcd
 2018-10-18 14:37 UTC  (3+ messages)

[Patch] BaseTools: Fix a bug --pcd option enable and use the pcd in expression
 2018-10-18 14:18 UTC  (3+ messages)

[Patch] BaseTools: Remove Arch specific build options for PcdValueInit tool
 2018-10-18 14:17 UTC  (2+ messages)

[PATCH V2] BaseTools: Convert "Unicode string" to "byte array" if value type diff
 2018-10-18 14:16 UTC  (2+ messages)

[PATCH v4 0/1] Add ArmPkg/Optee library APIs
 2018-10-18 10:12 UTC  (9+ messages)
` [PATCH v4 1/1] ArmPkg/OpteeLib: Add APIs to communicate with OP-TEE

Community Discussion: Improvements to the Build Process
 2018-10-18  9:11 UTC 

[PATCH v2] NetworkPkg/IpSecDxe: Fix issue to parse SA Payload
 2018-10-18  8:44 UTC 

[PATCH v2] Edk2Platforms: Replace FatBinPkg with FatPkg
 2018-10-18  8:38 UTC  (3+ messages)

[Patch v2 0/6] Fix performance issue caused by Set MSR task
 2018-10-18  7:36 UTC  (18+ messages)
` [Patch v2 1/6] UefiCpuPkg/Include/AcpiCpuData.h: Add Semaphore related Information
` [Patch v2 2/6] UefiCpuPkg/RegisterCpuFeaturesLib.h: Add new dependence types
` [Patch v2 3/6] UefiCpuPkg/RegisterCpuFeaturesLib: Add logic to support semaphore type
` [Patch v2 4/6] UefiCpuPkg/PiSmmCpuDxeSmm: "
` [Patch v2 5/6] UefiCpuPkg/CpuS3DataDxe: Keep old data if value already existed
` [Patch v2 6/6] UefiCpuPkg/CpuCommonFeaturesLib: Register MSR base on scope Info

[PATCH v3] IntelFsp2Pkg: Support FSP Dispatch mode
 2018-10-18  7:18 UTC  (2+ messages)

[PATCH V2] BaseTool: Support different PCDs that refers to the same EFI variable
 2018-10-18  7:12 UTC 

[PATCH v1 0/3] NvmExpressDxe: Bug fixes within NvmExpressPassThru()
 2018-10-18  6:42 UTC  (4+ messages)
` [PATCH v1 1/3] MdeModulePkg/NvmExpressDxe: Refine data buffer & len check in PassThru
` [PATCH v1 2/3] MdeModulePkg/NvmExpressDxe: Always copy CQ entry to PassThru packet
` [PATCH v1 3/3] MdeModulePkg/NvmExpressDxe: Refine PassThru IO queue creation behavior

[PATCH edk2-platforms] Platform/DeveloperBox: enable HTTPS boot
 2018-10-18  6:25 UTC  (2+ messages)

[PATCH v2] IntelFsp2Pkg: Support FSP Dispatch mode
 2018-10-18  3:48 UTC  (2+ messages)

[Patch] NetworkPkg/IpSecDxe: Fix issue to parse SA Payload
 2018-10-18  3:39 UTC  (3+ messages)

[Patch] NetworkPkg: Correct the time stamp and fix the integer overflow issue
 2018-10-18  3:03 UTC  (2+ messages)

[Patch] NetworkPkg/TlsDxe: Remove the redundant library class
 2018-10-18  2:52 UTC  (2+ messages)

[PATCH] Edk2Platforms: Replace FatBinPkg with FatPkg in DSC
 2018-10-18  2:28 UTC 

[PATCH] FatBinPkg: Remove FatBinPkg and modify document
 2018-10-18  2:14 UTC  (7+ messages)

[PATCH] UefiCpuPkg/CpuExceptionHandlerLib: always clear descriptor data in advance
 2018-10-18  2:06 UTC  (5+ messages)

[PATCH 0/5] MdePkg/BaseSynchronizationLib GCC: fixes, cleanups
 2018-10-18  2:00 UTC  (8+ messages)
` [PATCH 1/5] MdePkg/BaseSynchronizationLib GCC: fix whitespace and comments

[PATCH V2] BaseTools/ECC: Add a checkpoint to check no usage for deprecated functions
 2018-10-18  1:19 UTC 

[Patch] BaseTools: Fix bug caused by 03c36c36a3
 2018-10-18  1:04 UTC  (2+ messages)

[PATCH] BaseTools/ECC: Add a checkpoint to check no usage for deprecated functions
 2018-10-18  0:44 UTC  (3+ messages)

[PATCH] BaseTools: covert "unicode string" to "byte array" if value type diff
 2018-10-18  0:42 UTC  (4+ messages)

[Patch] edk2-BaseTools-win32: Add notes to announce BaseTools Win32 doesn't work
 2018-10-17 13:21 UTC  (3+ messages)

[PATCH] Edk2Platforms: Replace FatBinPkg with FatPkg
 2018-10-17 13:10 UTC  (2+ messages)

[Patch] MdeModulePkg BrotliDecompressLib: Add the checker to avoid array out of bound
 2018-10-17 13:02 UTC  (4+ messages)

[PATCH] uefi-sct/SctPkg:Add conformance test cases for deprecated EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS attribute
 2018-10-17 12:04 UTC  (4+ messages)

[Patch 0/4] Fix performance issue caused by Set MSR task
 2018-10-17 11:42 UTC  (12+ messages)
` [Patch 3/4] UefiCpuPkg/RegisterCpuFeaturesLib: Add logic to support semaphore type
` [Patch 4/4] UefiCpuPkg/PiSmmCpuDxeSmm: "

Regression with PXE boot on OvmfPkg/VirtioNetDxe driver on aarch64 system
 2018-10-17  9:50 UTC  (10+ messages)

[Patch] BaseTools: Remove the step to freeze python tool
 2018-10-17  8:06 UTC  (2+ messages)

[PATCH v2 0/6] Code refinements in UdfDxe
 2018-10-17  2:48 UTC  (8+ messages)
` [PATCH v2 1/6] MdeModulePkg/UdfDxe: Use error handling for memory allocation failure
` [PATCH v2 2/6] MdeModulePkg/UdfDxe: ASSERT for false positives of NULL ptr deref
` [PATCH v2 3/6] MdeModulePkg/UdfDxe: Use error handling when fail to return LSN
` [PATCH v2 4/6] MdeModulePkg/UdfDxe: Use debug msg instead of ASSERT in UdfOpen()
` [PATCH v2 5/6] MdeModulePkg/UdfDxe: Handle dead codes in File.c
` [PATCH v2 6/6] MdeModulePkg/UdfDxe: Handle dead codes in FileSystemOperations.c

[PATCH v2 00/12] Need to validate data from HW
 2018-10-17  2:46 UTC  (3+ messages)

[PATCH] CorebootPayloadPkg: don't use serial output for Release build
 2018-10-17  2:45 UTC  (2+ messages)

TianoCore Community Meeting Minutes (stephano)
 2018-10-16 18:45 UTC  (2+ messages)

Where to find the fix for security issue id 686
 2018-10-16 11:09 UTC  (7+ messages)

[PATCH] uefi-sct/SctPkg:One checkpoint in the ExtractConfigFunction need be removed
 2018-10-15  2:48 UTC  (2+ messages)

[PATCH] uefi-sct/SctPkg:Fix the flaw in BBTestCreateEventEx_Func_Sub3 on certain situation. Besides AllocatePages(), CreateEventEx may cause the memorymap change itself. Enhance the test to filter the side effect from CreateEventEx()
 2018-10-15 12:50 UTC  (4+ messages)

[PATCH] uefi-sct/SctPkg:The original design for the 'EraseLengthGranularity' test need consider this case
 2018-10-15 12:57 UTC  (4+ messages)

[PATCH] uefi-sct/SctPkg:Add the checkpoint of Toggle state of ReadKeyStrokeEx
 2018-10-15  2:17 UTC  (2+ messages)

[PATCH] uefi-sct/SctPkg: Fix the Possible numeric underflow
 2018-10-15  2:20 UTC  (2+ messages)

[PATCH] uefi-sct/SctPkg:The Lun display order issue in iSCSI device path text
 2018-10-15  2:22 UTC  (2+ messages)

[PATCH] uefi-sct/SctPkg:Assign 0 to the tail of HwErrRecVariableName
 2018-10-15  2:23 UTC  (2+ messages)

[PATCH] uefi-sct/SctPkg:Fix the incorrect buffer free in SctAPrint()
 2018-10-15  2:24 UTC  (2+ messages)

[PATCH] uefi-sct/SctPkg:Enhance the SimpleNetwork Test
 2018-10-15  2:30 UTC  (2+ messages)

[PATCH] uefi-sct/SctPkg:Implement the iSCSI devicepath to text
 2018-10-15  2:33 UTC  (2+ messages)

[PATCH] uefi-sct/SctPkg: Fix the BlueTooth Guid and Enable BLE test
 2018-10-15  2:36 UTC  (2+ messages)

[PATCH] uefi-sct/SctPkg:Enhance the EraseBlock Test
 2018-10-15  2:43 UTC  (2+ messages)

[PATCH] uefi-sct/SctPkg:Update the PKCS7Verify Test to add the VerifySignature() checkpoint
 2018-10-15  2:03 UTC  (2+ messages)

[PATCH] ShellPkg/dmem: Only dump sizeof (EFI_SYSTEM_TABLE) bytes for gST
 2018-10-16  9:16 UTC  (3+ messages)

[PATCH] BaseTools/UPT: Fix an issue of UNI string checking
 2018-10-16  8:28 UTC 

[PATCH] BaseTools/Ecc: Update a checkpoint criteria
 2018-10-16  8:25 UTC 

[PATCH] BaseTools/ECC: Fix an identification issue of typedef function
 2018-10-16  8:23 UTC 

[PATCH v1 0/7] Code refinements in UdfDxe
 2018-10-16  7:55 UTC  (10+ messages)
` [PATCH v1 6/7] MdeModulePkg/UdfDxe: Remove dead codes in FileName.c
` [PATCH v1 7/7] MdeModulePkg/UdfDxe: Handle dead codes in FileSystemOperations.c

[PATCH v1 00/10] UDF: Bugfixes
 2018-10-16  7:23 UTC  (11+ messages)
` [PATCH v1 01/10] MdeModulePkg/PartitionDxe: Add check for underlying device block size
` [PATCH v1 02/10] MdeModulePkg/UdfDxe: Refine boundary checks for file/path name string
` [PATCH v1 03/10] MdeModulePkg/UdfDxe: Add boundary check the read of FE/EFE
` [PATCH v1 04/10] MdeModulePkg/UdfDxe: Add boundary check for ComponentIdentifier decode
` [PATCH v1 05/10] MdeModulePkg/UdfDxe: Add boundary check for getting volume (free) size
` [PATCH v1 06/10] MdeModulePkg/UdfDxe: Correct behavior for UdfSetPosition()
` [PATCH v1 07/10] MdeModulePkg/UdfDxe: Fix a typo within SetFileInfo()
` [PATCH v1 08/10] MdeModulePkg/UdfDxe: Update GetInfo() for FS VolumeLabel info request
` [PATCH v1 09/10] MdeModulePkg/UdfDxe: Add more check when getting PD from LongAd
` [PATCH v1 10/10] MdeModulePkg/UdfDxe: Avoid possible use of already-freed data


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox