- b0435a1 selftests: KVM: s390: test more register variants for the reset ioctl by Christian Borntraeger · 4 years, 10 months ago
- 41cbed5 selftests: KVM: s390: fix early guest crash by Christian Borntraeger · 4 years, 10 months ago
- 94c4b76b KVM: selftests: Introduce steal-time test by Andrew Jones · 4 years, 10 months ago
- beca547 KVM: selftests: virt_map should take npages, not size by Andrew Jones · 4 years, 10 months ago
- d0aac33 KVM: selftests: Use consistent message for test skipping by Andrew Jones · 4 years, 10 months ago
- d9eaf19 KVM: selftests: Enable printf format warnings for TEST_ASSERT by Andrew Jones · 4 years, 10 months ago
- 6a46fcf selftests: KVM: s390: fix format strings for access reg test by Christian Borntraeger · 4 years, 10 months ago
- 53362fe selftests: KVM: s390: fixup fprintf format error in reset.c by Christian Borntraeger · 4 years, 10 months ago
- 4259362 KVM: selftests: Share common API documentation by Andrew Jones · 4 years, 10 months ago
- 1914f62 selftests: KVM: SVM: Add vmcall test to gitignore by Andrew Jones · 4 years, 10 months ago
- 0b66465 KVM: nSVM: Remove an obsolete comment. by Miaohe Lin · 5 years ago
- 8e205a6 KVM: X86: correct meaningless kvm_apicv_activated() check by Paolo Bonzini · 4 years, 10 months ago
- 212617d KVM: nVMX: Consolidate nested MTF checks to helper function by Oliver Upton · 5 years ago
- 041bc42 KVM: VMX: Micro-optimize vmexit time when not exposing PMU by Wanpeng Li · 4 years, 10 months ago
- 331b4de KVM: selftests: s390x: Provide additional num-guest-pages adjustment by Andrew Jones · 4 years, 10 months ago
- ab56f8e kvm: svm: Introduce GA Log tracepoint for AVIC by Suravee Suthikulpanit · 4 years, 10 months ago
- 3ac40c4 KVM: Documentation: Update fast page fault for indirect sp by Peter Xu · 4 years, 11 months ago
- 78f2145 KVM: nSVM: avoid loss of pending IRQ/NMI before entering L2 by Paolo Bonzini · 4 years, 11 months ago
- b518ba9 KVM: nSVM: implement check_nested_events for interrupts by Paolo Bonzini · 4 years, 11 months ago
- 64b5bd2 KVM: nSVM: ignore L1 interrupt window while running L2 with V_INTR_MASKING=1 by Paolo Bonzini · 4 years, 11 months ago
- b5ec2e0 KVM: nSVM: do not change host intercepts while nested VM is running by Paolo Bonzini · 4 years, 11 months ago
- 727a7e2 KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgd by Paolo Bonzini · 4 years, 11 months ago
- 689f3bf KVM: x86: unify callbacks to load paging root by Paolo Bonzini · 4 years, 11 months ago
- f91af51 KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logic by Sean Christopherson · 4 years, 11 months ago
- 09c7431 KVM: x86: Refactor out-of-range logic to contain the madness by Sean Christopherson · 4 years, 11 months ago
- 8d89231 KVM: x86: Fix CPUID range checks for Hypervisor and Centaur classes by Sean Christopherson · 4 years, 11 months ago
- 23493d0 KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUs by Sean Christopherson · 4 years, 11 months ago
- 15608ed KVM: x86: Add helpers to perform CPUID-based guest vendor check by Sean Christopherson · 4 years, 11 months ago
- b7fb848 KVM: x86: Trace the original requested CPUID function in kvm_cpuid() by Jan Kiszka · 4 years, 11 months ago
- 408e9a3 KVM: CPUID: add support for supervisor states by Paolo Bonzini · 4 years, 11 months ago
- 2570387 KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 code by Sean Christopherson · 4 years, 11 months ago
- 4eb8746 KVM: nSVM: Advertise and enable NRIPS for L1 iff nrips is enabled by Sean Christopherson · 4 years, 11 months ago
- a50718c KVM: nSVM: Expose SVM features to L1 iff nested is enabled by Sean Christopherson · 4 years, 11 months ago
- 9166198 KVM: x86: Move VMX's host_efer to common x86 code by Sean Christopherson · 4 years, 11 months ago
- 600087b KVM: Drop largepages_enabled and its accessor/mutator by Sean Christopherson · 4 years, 11 months ago
- e884b85 KVM: x86: Don't propagate MMU lpage support to memslot.disallow_lpage by Sean Christopherson · 4 years, 11 months ago
- 703c335 KVM: x86/mmu: Configure max page level during hardware setup by Sean Christopherson · 4 years, 11 months ago
- bde7723 KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common function by Sean Christopherson · 4 years, 11 months ago
- 213e0e1 KVM: SVM: Refactor logging of NPT enabled/disabled by Sean Christopherson · 4 years, 11 months ago
- a1bead2 KVM: VMX: Directly query Intel PT mode when refreshing PMUs by Sean Christopherson · 4 years, 11 months ago
- 7b874c2 KVM: x86: Check for Intel PT MSR virtualization using KVM cpu caps by Sean Christopherson · 4 years, 11 months ago
- a7a200e KVM: VMX: Directly use VMX capabilities helper to detect RDTSCP support by Sean Christopherson · 4 years, 11 months ago
- 1390851 KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt support by Sean Christopherson · 4 years, 11 months ago
- 7c7f954 KVM: x86: Do kvm_cpuid_array capacity checks in terminal functions by Sean Christopherson · 4 years, 11 months ago
- dd69cc2 KVM: x86: Use kvm_cpu_caps to detect Intel PT support by Sean Christopherson · 4 years, 11 months ago
- 93c380e KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_caps by Sean Christopherson · 4 years, 11 months ago
- bd79199 KVM: x86: Override host CPUID results with kvm_cpu_caps by Sean Christopherson · 4 years, 11 months ago
- d8577a4 KVM: x86: Do host CPUID at load time to mask KVM cpu caps by Sean Christopherson · 4 years, 11 months ago
- 7ff6c03 KVM: x86: Remove stateful CPUID handling by Sean Christopherson · 4 years, 11 months ago
- c571a14 KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUs by Sean Christopherson · 4 years, 11 months ago
- bcf600c KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafs by Sean Christopherson · 4 years, 11 months ago
- 09f628a KVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_func() by Sean Christopherson · 4 years, 11 months ago
- 90d2f60 KVM: x86: Use KVM cpu caps to track UMIP emulation by Sean Christopherson · 4 years, 11 months ago
- c10398b KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved by Sean Christopherson · 4 years, 11 months ago
- 8721f5b KVM: x86: Add a helper to check kernel support when setting cpu cap by Sean Christopherson · 4 years, 11 months ago
- b3d895d5 KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap update by Sean Christopherson · 4 years, 11 months ago
- 3ec6fd8 KVM: VMX: Convert feature updates from CPUID to KVM cpu caps by Sean Christopherson · 4 years, 11 months ago
- 9b58b98 KVM: SVM: Convert feature updates from CPUID to KVM cpu caps by Sean Christopherson · 4 years, 11 months ago
- 66a6950 KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking by Sean Christopherson · 4 years, 11 months ago
- 9e6d01c KVM: x86: Refactor handling of XSAVES CPUID adjustment by Sean Christopherson · 4 years, 11 months ago
- fb7d437 KVM: x86: handle GBPAGE CPUID adjustment for EPT with generic code by Paolo Bonzini · 4 years, 11 months ago
- dbd0680 KVM: x86: Handle Intel PT CPUID adjustment in VMX code by Sean Christopherson · 4 years, 11 months ago
- 733deaf KVM: x86: Handle RDTSCP CPUID adjustment in VMX code by Sean Christopherson · 4 years, 11 months ago
- d64d83d KVM: x86: Handle PKU CPUID adjustment in VMX code by Sean Christopherson · 4 years, 11 months ago
- e574768 KVM: x86: Handle UMIP emulation CPUID adjustment in VMX code by Sean Christopherson · 4 years, 11 months ago
- 5ffec6f KVM: x86: Handle INVPCID CPUID adjustment in VMX code by Sean Christopherson · 4 years, 11 months ago
- 6c7ea4b KVM: x86: Handle MPX CPUID adjustment in VMX code by Sean Christopherson · 4 years, 11 months ago
- e745e37 KVM: x86: Refactor cpuid_mask() to auto-retrieve the register by Sean Christopherson · 4 years, 11 months ago
- b32666b KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutators by Sean Christopherson · 4 years, 11 months ago
- 4c61534 KVM: x86: Introduce cpuid_entry_{get,has}() accessors by Sean Christopherson · 4 years, 11 months ago
- 5e12b2b KVM: x86: Replace bare "unsigned" with "unsigned int" in cpuid helpers by Sean Christopherson · 4 years, 11 months ago
- 3be5a60 KVM: x86: Use u32 for holding CPUID register value in helpers by Sean Christopherson · 4 years, 11 months ago
- 160b486f KVM: x86: Drop explicit @func param from ->set_supported_cpuid() by Sean Christopherson · 4 years, 11 months ago
- 7392079 KVM: x86: Clear output regs for CPUID 0x14 if PT isn't exposed to guest by Sean Christopherson · 4 years, 11 months ago
- 615a4ae KVM: x86: Make kvm_mpx_supported() an inline function by Sean Christopherson · 4 years, 11 months ago
- 7f5581f KVM: x86: Use supported_xcr0 to detect MPX support by Sean Christopherson · 4 years, 11 months ago
- cfc4818 KVM: x86: Calculate the supported xcr0 mask at load time by Sean Christopherson · 4 years, 11 months ago
- 2ef7619 KVM: VMX: Add helpers to query Intel PT mode by Sean Christopherson · 4 years, 11 months ago
- 0eee8f9 KVM: x86: Use common loop iterator when handling CPUID 0xD.N by Sean Christopherson · 4 years, 11 months ago
- 695538a KVM: x86: Drop redundant array size check by Sean Christopherson · 4 years, 11 months ago
- e53c95e KVM: x86: Encapsulate CPUID entries and metadata in struct by Sean Christopherson · 4 years, 11 months ago
- c862903 KVM: x86: Refactor CPUID 0x4 and 0x8000001d handling by Sean Christopherson · 4 years, 11 months ago
- 74fa0bc KVM: x86: Hoist loop counter and terminator to top of __do_cpuid_func() by Sean Christopherson · 4 years, 11 months ago
- aa10a7d KVM: x86: Consolidate CPUID array max num entries checking by Sean Christopherson · 4 years, 11 months ago
- acfad33 KVM: x86: Drop redundant boot cpu checks on SSBD feature bits by Sean Christopherson · 4 years, 11 months ago
- aceac6e KVM: x86: Drop the explicit @index from do_cpuid_7_mask() by Sean Christopherson · 4 years, 11 months ago
- 87849b1 KVM: x86: Clean up CPUID 0x7 sub-leaf loop by Sean Christopherson · 4 years, 11 months ago
- 8b2fc44 KVM: x86: Refactor CPUID 0xD.N sub-leaf entry creation by Sean Christopherson · 4 years, 11 months ago
- 91001d4 KVM: x86: Warn on zero-size save state for valid CPUID 0xD.N sub-leaf by Sean Christopherson · 4 years, 11 months ago
- 1893c94 KVM: x86: Check for CPUID 0xD.N support before validating array size by Sean Christopherson · 4 years, 11 months ago
- 3dc4a9c KVM: x86: Move CPUID 0xD.1 handling out of the index>0 loop by Sean Christopherson · 4 years, 11 months ago
- 0fc6267 KVM: x86: Check userspace CPUID array size after validating sub-leaf by Sean Christopherson · 4 years, 11 months ago
- d5a661d KVM: x86: Clean up error handling in kvm_dev_ioctl_get_cpuid() by Sean Christopherson · 4 years, 11 months ago
- 8b86079 KVM: x86: Simplify handling of Centaur CPUID leafs by Sean Christopherson · 4 years, 11 months ago
- 619a17f KVM: x86: Refactor loop around do_cpuid_func() to separate helper by Sean Christopherson · 4 years, 11 months ago
- 68c9a46 KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entries by Sean Christopherson · 4 years, 11 months ago
- 06add25 KVM: x86: Shrink the usercopy region of the emulation context by Sean Christopherson · 5 years ago
- 2f728d6 KVM: x86: Move kvm_emulate.h into KVM's private directory by Sean Christopherson · 5 years ago
- c9b8b07 KVM: x86: Dynamically allocate per-vCPU emulation context by Sean Christopherson · 5 years ago
- f0ed476 KVM: x86: Move emulation-only helpers to emulate.c by Sean Christopherson · 5 years ago