Linus Torvalds
685ed983e2
s390:
...
* PCI interpretation compile fixes
RISC-V:
* Fix unused variable warnings in vcpu_timer.c
* Move extern sbi_ext declarations to a header
x86:
* check validity of argument to KVM_SET_MP_STATE
* use guest's global_ctrl to completely disable guest PEBS
* fix a memory leak on memory allocation failure
* mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIES
* fix build failure with Clang integrated assembler
* fix MSR interception
* Always flush TLBs when enabling dirty logging
-----BEGIN PGP SIGNATURE-----
iQFIBAABCAAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmMUdO4UHHBib256aW5p
QHJlZGhhdC5jb20ACgkQv/vSX3jHroPpMQf6Aqcvg4zFz3Ph/5RnakAxQris163b
g63AyDXaVIZ1NHKdhBzlvw9t75UacgYOuB/+utDHQ4eUa1W6bMDA2zEGCQS3HfdW
A+u5lrYfS4qUM4V8gCDZTuZUyK9EhKrQ6C/aTGge+q8YdG7P1zv72QOIZyQ/+WmU
4aVuX3GehzdlhgJyzLG/g6NDA+n9fOB1lIlg4GSt9hcvUXcYFqZ+oZCPZgWDNZCP
LXil43sgolw4y7FxVMSRlB6LhamWV4vI0u4nXVFC9tG0CSCmCrTkaFSMB7RixF1r
TarYt7BSbb1ie5uXJpETSZL66DxeBSvLbtBUm98nt3Ym9aBYmAcN8GK7sg==
=zUwO
-----END PGP SIGNATURE-----
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull kvm fixes from Paolo Bonzini:
"s390:
- PCI interpretation compile fixes
RISC-V:
- fix unused variable warnings in vcpu_timer.c
- move extern sbi_ext declarations to a header
x86:
- check validity of argument to KVM_SET_MP_STATE
- use guest's global_ctrl to completely disable guest PEBS
- fix a memory leak on memory allocation failure
- mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIES
- fix build failure with Clang integrated assembler
- fix MSR interception
- always flush TLBs when enabling dirty logging"
* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
KVM: x86: check validity of argument to KVM_SET_MP_STATE
perf/x86/core: Completely disable guest PEBS via guest's global_ctrl
KVM: x86: fix memoryleak in kvm_arch_vcpu_create()
KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIES
KVM: s390: pci: Hook to access KVM lowlevel from VFIO
riscv: kvm: move extern sbi_ext declarations to a header
riscv: kvm: vcpu_timer: fix unused variable warnings
KVM: selftests: Fix ambiguous mov in KVM_ASM_SAFE()
KVM: selftests: Fix KVM_EXCEPTION_MAGIC build with Clang
KVM: VMX: Heed the 'msr' argument in msr_write_intercepted()
kvm: x86: mmu: Always flush TLBs when enabling dirty logging
kvm: x86: mmu: Drop the need_remote_flush() function
2022-09-04 11:27:14 -07:00
..
2022-08-23 22:15:55 +01:00
2022-07-22 13:43:28 -07:00
2022-08-10 20:49:32 -07:00
2022-09-01 19:21:27 -04:00
2022-08-25 16:38:01 -07:00
2022-09-01 19:21:09 -04:00
2022-08-10 14:06:31 -07:00
2022-09-03 10:13:13 -07:00
2022-06-02 16:26:01 -07:00
2022-08-11 09:32:34 -07:00
2022-06-01 22:26:32 -07:00
2022-08-11 09:32:34 -07:00
2018-12-17 10:23:46 -08:00
2022-08-10 20:49:32 -07:00
2022-06-30 19:26:16 -07:00
2022-08-11 08:03:49 -07:00