created | 2022-09-11T03:07:26Z |
---|---|
begin | 2022-09-07T00:00:00Z |
end | 2022-09-08T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2022-09-07T18:25:08Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/dev/acpiiort.c | log | diff | annotate |
message |
On the Lenovo X13s the named components don't have the single mapping flag set, which we so far had expected to be there. This is allowed by the IORT spec. In that case simply make use of the first mapping if there is a single one. With feedback from and ok kettenis@ |
date | 2022-09-07T18:44:09Z | |||
---|---|---|---|---|
author | dv | |||
files | src/sys/arch/amd64/amd64/vmm.c | log | diff | annotate |
message |
vmm(4): allow reading MSR_TSC on Intel hosts. Add's MSR_TSC to the read bitmap for msr access. This was added to AMD/SVM in Feb 2020, but never added to Intel VMX. Some guests use rdmsr instead of rdtsc, so this prevents a #GP exception. ok mlarkin@ |
date | 2022-09-07T20:06:23Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/acpi/xhci_acpi.c | log | diff | annotate |
message |
Add a few more PNP IDs to handle variants of the Qualcomm dual role controller based on AML dumps found online and some further detective work looking at Windows drivers by jsg@. ok jsg@, millert@ |