summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* BaseTool/VfrCompile: Support Union type in VFRDandan Bi2017-09-213-37/+65
* MdePkg/BaseLib: Avoid reading content beyond string boundaryHao Wu2017-09-211-2/+2
* ShellPkg/Shell: Avoid reading content beyond string boundaryHao Wu2017-09-211-1/+2
* MdeModulePkg/Core: Fix out-of-sync issue in GCDJian J Wang2017-09-211-18/+27
* UefiCpuPkg/CpuDxe: Fix out-of-sync issue in page attributesJian J Wang2017-09-213-0/+113
* OvmfPkg/QemuVideoDxe/VbeShim: handle PAM1 register on Q35 correctlyLaszlo Ersek2017-09-202-2/+28
* OvmfPkg/QemuVideoDxe/VbeShim: rename Status to Segment0AllocationStatusLaszlo Ersek2017-09-201-7/+15
* OvmfPkg/CsmSupportLib: move PAM register addresses to IndustryStandardLaszlo Ersek2017-09-204-52/+53
* NetworkPkg/IScsiDxe: Remove redundant call to StrLenHao Wu2017-09-201-2/+4
* IntelSiliconPkg/VTdInfoSample: Add RMRR table.Jiewen Yao2017-09-202-10/+149
* IntelSiliconPkg/IntelVTdPmrPei: Parse RMRR table.Jiewen Yao2017-09-203-29/+624
* IntelSiliconPkg/VTdInfoPpi: Let it follow DMAR table.Jiewen Yao2017-09-201-11/+14
* MdePkg/include: Add Acpi.h to DMAR table.Jiewen Yao2017-09-201-0/+2
* BaseTools/tools_def AARCH64: enable frame pointers for RELEASE buildsArd Biesheuvel2017-09-191-5/+5
* ArmPkg/PlatformBootManagerLib: process pending capsulesArd Biesheuvel2017-09-193-0/+19
* BaseTools: Fix a bug to correct SourceFileListYonghong Zhu2017-09-191-0/+7
* MdeModulePkg/UdfDxe: Refine enum member naming styleHao Wu2017-09-192-45/+45
* MdeModulePkg/Udf: Avoid declaring and initializing local GUID variableHao Wu2017-09-192-4/+12
* MdeModulePkg/UdfDxe: Avoid short (single character) variable nameHao Wu2017-09-191-7/+7
* MdeModulePkg/Udf: Refine function description commentsHao Wu2017-09-195-92/+345
* MdeModulePkg/UdfDxe: Use compare operator for non-boolean comparisonsHao Wu2017-09-191-2/+2
* MdeModulePkg/UdfDxe: Fix operands of different size in bitwise OPHao Wu2017-09-192-3/+3
* MdeModulePkg/UdfDxe: Add checks to ensure no possible NULL ptr derefHao Wu2017-09-192-0/+19
* MdeModulePkg/SerialDxe: Fix not able to change serial attributesPankaj Bansal2017-09-191-48/+18
* MdeModulePkg SmbiosMeasurementDxe: Skip measurement for OEM typeStar Zeng2017-09-182-25/+34
* NetworkPkg: Remove the redundant '/' in the end of returned ISCSIMacAddr keyw...Fu Siyuan2017-09-181-6/+10
* IntelSiliconPkg/VTdPei: Fix Linux build error.Jiewen Yao2017-09-183-3/+3
* IntelSiliconPkg/PlatformIntelVTdInfoSamplePei: Move to feature dir.Jiewen Yao2017-09-175-1/+1
* IntelSiliconPkg/IntelVTdPmrPei: Move to feature dir.Jiewen Yao2017-09-177-1/+1
* IntelSiliconPkg/PlatformVTdSampleDxe: Move to feature dir.Jiewen Yao2017-09-175-1/+1
* IntelSiliconPkg/IntelVTdDxe: Move to feature dir.Jiewen Yao2017-09-1713-1/+1
* MdeModulePkg/XhciPei: Support IoMmu.Jiewen Yao2017-09-168-34/+492
* IntelSiliconPkg/dsc: Add PlatformVTdInfoSamplePei.Jiewen Yao2017-09-161-0/+1
* IntelSiliconPkg: Add PlatformVTdInfoSamplePei.Jiewen Yao2017-09-164-0/+156
* IntelSiliconPkg/dsc: Add IntelVTdPmrPeim.Jiewen Yao2017-09-161-0/+9
* IntelSiliconPkg: Add IntelVTdPmrPei.Jiewen Yao2017-09-166-0/+1096
* IntelSiliconPkg/dec: Add VTD_INFO PPI GUIDJiewen Yao2017-09-161-0/+3
* IntelSiliconPkg/include: Add VTD_INFO PPI.Jiewen Yao2017-09-161-0/+40
* IntelSiliconPkg/VTdDxe: Disable PMRJiewen Yao2017-09-161-1/+50
* IntelSiliconPkg/Vtd.h: Add definition for PMR.Jiewen Yao2017-09-161-0/+6
* MdeModulePkg/Dec: Add IOMMU_PPI GUID.Jiewen Yao2017-09-161-0/+3
* MdeModulePkg/Include: Add IOMMU_PPI.Jiewen Yao2017-09-161-0/+196
* ArmPkg: ARM v8.2 updates for detecting FPSami Mujawar2017-09-151-4/+6
* MdeModulePkg/UdfDxe: Fix NULL pointer dereferencePaulo Alcantara2017-09-151-1/+2
* MdeModulePkg UdfDxe: Fix VS2010/VS2012 build failureStar Zeng2017-09-151-0/+4
* OvmfPkg/VirtioNetDxe: negotiate VIRTIO_F_IOMMU_PLATFORMBrijesh Singh2017-09-141-2/+3
* OvmfPkg/VirtioNetDxe: map caller-supplied Tx packet to device-addressBrijesh Singh2017-09-142-13/+49
* OvmfPkg/VirtioNetDxe: add Tx packet map/unmap helper functionsBrijesh Singh2017-09-144-2/+279
* OvmfPkg/VirtioNetDxe: update TechNotesBrijesh Singh2017-09-141-7/+13
* OvmfPkg/VirtioNetDxe: dynamically alloc transmit headerBrijesh Singh2017-09-143-9/+65