summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-23MdeModulePkg/UdfDxe: Avoid possible use of already-freed dataHao Wu1-6/+9
2018-10-23MdeModulePkg/UdfDxe: Add more check when getting PD from LongAdHao Wu1-4/+9
2018-10-23MdeModulePkg/UdfDxe: Update GetInfo() for FS VolumeLabel info requestHao Wu4-63/+146
2018-10-23MdeModulePkg/UdfDxe: Fix a typo within SetFileInfo()Hao Wu1-1/+1
2018-10-23MdeModulePkg/UdfDxe: Correct behavior for UdfSetPosition()Hao Wu1-1/+1
2018-10-23MdeModulePkg/UdfDxe: Add boundary check for getting volume (free) sizeHao Wu2-1/+23
2018-10-23MdeModulePkg/UdfDxe: Add boundary check for ComponentIdentifier decodeHao Wu1-0/+4
2018-10-23MdeModulePkg/UdfDxe: Add boundary check the read of FE/EFEHao Wu1-4/+50
2018-10-23MdeModulePkg/UdfDxe: Refine boundary checks for file/path name stringHao Wu3-15/+110
2018-10-23MdeModulePkg/PartitionDxe: Add check for underlying device block sizeHao Wu1-0/+29
2018-10-23MdeModulePkg Xhci: Handle value 5 in Port Speed field of PORTSCStar Zeng4-8/+12
2018-10-23MdeModulePkg XhciDxe: Assign Usb2Hc.XXXRevision based on SBRNStar Zeng2-0/+16
2018-10-23BaseTools: Fix the *B and *F Flag display for Structure PcdYonghong Zhu1-1/+15
2018-10-23MdePkg/BaseLib: AsciiStrToUnicodeStr(S) not handle EASCII properlyHao Wu2-3/+3
2018-10-22BaseTools: Convert "Unicode string" to "byte array" if value type diffZhaozh1x1-0/+9
2018-10-22BaseTool: Support different PCDs that refers to the same EFI variable.Zhaozh1x1-67/+30
2018-10-22UefiCpuPkg/CpuCommonFeaturesLib: Register MSR base on scope Info.Eric Dong12-0/+190
2018-10-22UefiCpuPkg/CpuS3DataDxe: Keep old data if value already existed.Eric Dong1-0/+2
2018-10-22UefiCpuPkg/PiSmmCpuDxeSmm: Add logic to support semaphore type.Eric Dong3-143/+276
2018-10-22UefiCpuPkg/RegisterCpuFeaturesLib: Add logic to support semaphore type.Eric Dong6-133/+939
2018-10-22UefiCpuPkg/RegisterCpuFeaturesLib.h: Add new dependence types.Eric Dong1-4/+17
2018-10-22UefiCpuPkg/Include/AcpiCpuData.h: Add Semaphore related Information.Eric Dong1-1/+66
2018-10-22NetworkPkg/IpSecDxe: Fix issue to parse SA Payload.Jiaxin Wu1-21/+39
2018-10-22NetworkPkg: Correct the time stamp and fix the integer overflow issue.Jiaxin Wu2-17/+17
2018-10-22NetworkPkg/TlsDxe: Remove the redundant library class.Jiaxin Wu1-2/+1
2018-10-21BaseTools: Fix one crash bug in the report for Fixed structure PcdYonghong Zhu1-10/+11
2018-10-21BaseTools: delete unused fileCarsey, Jaben1-120/+0
2018-10-21BaseTools: Fix the crash issue when Dynamic structure Pcd use in FDFYonghong Zhu1-4/+4
2018-10-21BaseTools: Fix the bug that PcdValueFromComm is not setYonghong Zhu1-0/+1
2018-10-21MdePkg UefiLib: Check Table against NULL in ScanTableInSDTStar Zeng1-1/+1
2018-10-19IntelFsp2Pkg: Support FSP Dispatch modeChasel, Chiu8-67/+122
2018-10-19BaseTools: Remove the step to freeze python toolLiming Gao7-397/+4
2018-10-19MdeModulePkg BrotliDecompressLib: Add the checker to avoid array out of boundLiming Gao1-5/+8
2018-10-18UefiCpuPkg/CpuExceptionHandlerLib: always clear descriptor data in advanceJian J Wang2-0/+6
2018-10-18BaseTools: Fix bug caused by 03c36c36a3Yonghong Zhu1-2/+2
2018-10-18BaseTools: Fix a bug --pcd option enable and use the pcd in expressionYonghong Zhu1-0/+1
2018-10-18MdeModulePkg/UdfDxe: Handle dead codes in FileSystemOperations.cHao Wu1-0/+8
2018-10-18MdeModulePkg/UdfDxe: Handle dead codes in File.cHao Wu1-0/+4
2018-10-18MdeModulePkg/UdfDxe: Use debug msg instead of ASSERT in UdfOpen()Hao Wu1-1/+5
2018-10-18MdeModulePkg/UdfDxe: Use error handling when fail to return LSNHao Wu1-32/+69
2018-10-18MdeModulePkg/UdfDxe: ASSERT for false positives of NULL ptr derefHao Wu2-0/+18
2018-10-18MdeModulePkg/UdfDxe: Use error handling for memory allocation failureHao Wu1-6/+34
2018-10-17MdePkg/BaseSynchronizationLib GCC: simplify IA32 InternalSyncCompareExchange64()Laszlo Ersek1-4/+1
2018-10-17MdePkg/BaseSynchronizationLib GCC: fix X64 InternalSyncCompareExchange64()Laszlo Ersek1-6/+4
2018-10-17MdePkg/BaseSynchronizationLib GCC: fix InternalSyncCompareExchange32()Laszlo Ersek2-11/+8
2018-10-17MdePkg/BaseSynchronizationLib GCC: fix InternalSyncCompareExchange16()Laszlo Ersek2-11/+8
2018-10-17MdePkg/BaseSynchronizationLib GCC: fix whitespace and commentsLaszlo Ersek2-49/+39
2018-10-17MdeModulePkg Variable: Fix Timestamp zeroing issue on APPEND_WRITEStar Zeng1-0/+2
2018-10-17MdeModulePkg/UsbMass: Reject device whose block size is 0 or > 64KRuiyu Ni1-0/+7
2018-10-17MdeModulePkg/Bus/Ufs: Ensure device not return more data than expectedHao Wu2-6/+43