]> Gentwo Git Trees - linux/.git/commit
Merge tag 'kvm-x86-guest-6.18' of https://github.com/kvm-x86/linux into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 30 Sep 2025 17:24:59 +0000 (13:24 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 30 Sep 2025 17:24:59 +0000 (13:24 -0400)
commit3c5d19a365b71e9775c831b9d3ab053dd591d9dd
tree6fbdb217f3f057f784f4a0e6d85e0ad696da42ee
parent473badf5c478174754580bfa9d3207cf9b8d412e
parent960550503965094b0babd7e8c83ec66c8a763b0b
Merge tag 'kvm-x86-guest-6.18' of https://github.com/kvm-x86/linux into HEAD

x86/kvm guest side changes for 6.18

 - For the legacy PCI hole (memory between TOLUD and 4GiB) to UC when
   overriding guest MTRR for TDX/SNP to fix an issue where ACPI auto-mapping
   could map devices as WB and prevent the device drivers from mapping their
   devices with UC/UC-.

 - Make kvm_async_pf_task_wake() a local static helper and remove its
   export.

 - Use native qspinlocks when running in a VM with dedicated vCPU=>pCPU
   bindings even when PV_UNHALT is unsupported.