Binbin Wu (3):
doc: add doxygen style comments to ptdev
doc: update hv device passthrough document
doc: fix a missing argument in the function description
Vijay Dhanraj (3):
HV: Add MBA support in ACRN
HV: Update existing board.c files for RDT MBA
acrn-config: Generate target xml and board.c file with MBA RDT resource
Yuan Liu (3):
hv: refine pci_read_cap and pci_read_ext_cap
hv: refine functions name
hv: remove pci_vdev_read_cfg_u8/16/32
Zide Chen (3):
hv: minor fixes in init_paging()
hv: fixup relocation delta for symbols belong to entry section
hv: update the hypervisor 64-bit entry address for efi-stub
Chen, Zide (2):
hv: remove unused cpu_primary_save_32()
hv: add multiboot2 tags to load relocatable raw binary
Li Fei1 (2):
hv: pci: add some pre-assumption and safety check for PCIe ECAM
dm: don't deassign pass through PCIe device in DM
Minggui Cao (2):
HV: enable ARI if PCI bridge support it
HV: move out physical cfg write from vpci-bridge
Victor Sun (1):
HV: sanitize config file for whl-ipc-i5
Wei Liu (1):
acrn-config: correct console argument for logical partition scenario
Yuan Liu (10):
hv: implement SRIOV-Capable device detection.
hv: check if there is enough room for all SRIOV VFs.
hv: add SRIOV capability read/write entries
hv: introduce SRIOV interception
hv: refine init_vdev_pt function
hv: implement SRIOV VF_BAR initialization
hv: refine init_pdev function
hv: refine init_one_dev_config
hv: refine vpci_init_vdev function
hv: initialize SRIOV VF device
Vijay Dhanraj (9):
acrn-config: Generate target xml file with multiple RDT resources
acrn-config: Extract RDT resource and CLOS from target xml file
acrn-config: Update platform max CLOS value to be least common value among RDT resources.
acrn-config: Update common platform clos max on scenario and vm configuration
acrn-config: Generate board.c file with multiple RDT resources
acrn-config: Set/Unset RDT support in the <$BOARD$>.config file
xmls: Update existing <$BOARD$>.xml files for RDT support
acrn-config: Remove "GUEST_FLAG_CLOS_REQUIRED" from offline tool
acrn-config: Fix vbar address generated by the offline tool
Conghui Chen (2):
hv: xsave: bugfix for init value
hv: xsave: move assembler to individual function
Wei Liu (2):
acrn-config: Kata VM is not supported on dual-core systems
acrn-config: avoid conflict slot for launch config
Junming Liu (1):
hv:refine comment about intel integrated gpu dmar
Li Fei1 (1):
dm: remove vdev_update_bar_map callback for PCIe device
Minggui Cao (1):
HV: add vpci bridge operations support
Yin Fengwei (1):
dm: avoid clear guest memory content if guest is RTVM
Zide Chen (1):
hv: refine confusing e820 table logging layout
Victor Sun (7):
HV: remove DBG_LEVEL_PARSE
HV: re-arch boot component header
HV: init and sanitize acrn multiboot info
HV: add multiboot2 header info
HV: init mmap info with multiboot2
HV: init module and rsdp info with multiboot2
HV: init efi info with multiboot2
Vijay Dhanraj (6):
HV: Rename cat.c/.h files to rdt.c/.h
HV: split L2 and L3 cache resource MSR
HV: Add both HW and SW checks for RDT support
HV: Generalize RDT infrastructure and fix RDT cache configuration.
HV: Remove RDT code if CONFIG_RDT_ENABLED flag is not set
HV: Add WhiskeyLake board configuration files
David B. Kinder (1):
doc: update copyright year in doc footer
Yonghua Huang (1):
hv: refine retpoline speculation barriers
Li Fei1 (8):
hv: vPCI: add assign/deassign PCI device HC APIs
dm: vPCI: add assign/deassign PCI device IC APIs
vPCI: split passthrough PCI device from DM to HV
dm: vPCI: remove passthrough PCI device unused code
hv: vPCI: remove passthrough PCI device unuse code
dm: vpci: restrict SOS access assigned PCI device
hv: vpci: restrict SOS access assigned PCI device
hv: mmio: refine mmio access handle lock granularity
Conghui Chen (5):
hv: sched_bvt: add BVT scheduler
hv: sched_bvt: add init and deinit function
hv: sched_bvt: add wakeup and sleep handler
hv: sched_bvt: add pick_next function
hv: sched_bvt: add tick hanlder
Alexander Merritt (4):
fix typos in script
Python scripts discovering CPU IDs are off by 1
acrn: rename param in uart16550_init
acrn: add pxelinux as known bootloader
Deb Taylor (4):
Updated grammer in ACRN industry scenario doc
Doc: Style updates to Building from Source doc
Grammatical edits to Run Kata Containers doc
Edits to Ubuntu SOS; changed SOS/UOS to Service VM/User VM
Junming Liu (4):
hv:disable iommu snoop control to enable gvt-d by an option
hv:enable gpu iommu except APL platforms
dm:add igd-lpc class for Windows guest when enabling gvt-d
dm:add an extra lpc bridge when enabling gvt-d
Geoffroy Van Cutsem (3):
doc: update project's target max LOC
doc: update Kata and ACRN tutorial
doc: update Grub configuration instructions for Ubuntu (Service VM)
Yin Fengwei (3):
Makefile: disable fcf-protection for some build env
Makefile: fix build issue on old gcc
Makefile: Fix build issue if the ld is updated to 2.34
Zide Chen (3):
hv: enable early pr_xxx() logs
acrn-config: a few changes on vm_config[] clos generation
hv: CAT is supposed to be enabled in the system level
Wei Liu (2):
acrn-config: add P2SB device to whitelist for apl-mrb
hv: add P2SB device to whitelist for apl-mrb
Shuo A Liu (1):
hv: reset vcpu events in reset_vcpu
Xie, nanlin (1):
doc: Modify CL version from 32030 to 31670
Yonghua Huang (1):
hv: rename BOOT_CPU_ID to BSP_CPU_ID
fangfang.shen (1):
Delete pass-through audio to WaaG in default.
fuzhongl (1):
Doc: VM2 vCPU affinity info update