- 8c1b724 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 9 months ago
- 514ccc1 x86/kvm: fix a missing-prototypes "vmread_error" by Qian Cai · 4 years, 9 months ago
- fdf5563 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- 855c7e9 KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=y by Sean Christopherson · 4 years, 10 months ago
- 842f4be KVM: VMX: Add a trampoline to fix VMREAD error handling by Sean Christopherson · 4 years, 10 months ago
- 9c14ee2 KVM: SVM: Annotate svm_x86_ops as __initdata by Sean Christopherson · 4 years, 10 months ago
- e286ac0 KVM: VMX: Annotate vmx_x86_ops as __initdata by Sean Christopherson · 4 years, 10 months ago
- 6e4fd06 KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup() by Sean Christopherson · 4 years, 10 months ago
- afaf0b2 KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection by Sean Christopherson · 4 years, 10 months ago
- 69c6f69 KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes by Sean Christopherson · 4 years, 10 months ago
- 72b0eaa KVM: VMX: Configure runtime hooks using vmx_x86_ops by Sean Christopherson · 4 years, 10 months ago
- 484014f KVM: VMX: Move hardware_setup() definition below vmx_x86_ops by Sean Christopherson · 4 years, 10 months ago
- d008dfd KVM: x86: Move init-only kvm_x86_ops to separate struct by Sean Christopherson · 4 years, 10 months ago
- b990408 KVM: Pass kvm_init()'s opaque param to additional arch funcs by Sean Christopherson · 4 years, 10 months ago
- cf39d37 Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 9 months ago
- dbb381b Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- 9b82f05 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- a2150327 Merge branch 'next.uaccess-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into x86/cleanups by Thomas Gleixner · 4 years, 9 months ago
- d536167 KVM: X86: Micro-optimize IPI fastpath delay by Wanpeng Li · 4 years, 10 months ago
- 8a1038d KVM: X86: Delay read msr data iff writes ICR MSR by Wanpeng Li · 4 years, 10 months ago
- e1be9ac KVM: X86: Narrow down the IPI fastpath to single target IPI by Wanpeng Li · 4 years, 10 months ago
- 629b3df Merge branch 'x86/cpu' into perf/core, to resolve conflict by Ingo Molnar · 4 years, 10 months ago
- 320debe x86/kvm: Convert to new CPU match macros by Thomas Gleixner · 4 years, 10 months ago
- ba5bade x86/devicetable: Move x86 specific macro out of generic code by Thomas Gleixner · 4 years, 10 months ago
- 94be4b8 KVM: LAPIC: Also cancel preemption timer when disarm LAPIC timer by Wanpeng Li · 4 years, 10 months ago
- 4f6ea0a KVM: VMX: Gracefully handle faults on VMXON by Sean Christopherson · 4 years, 10 months ago
- d260f9e KVM: VMX: Fold loaded_vmcs_init() into alloc_loaded_vmcs() by Sean Christopherson · 4 years, 10 months ago
- 31603d4 KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec support by Sean Christopherson · 4 years, 10 months ago
- e374740 KVM: x86: Expose fast short REP MOV for supported cpuid by Zhenyu Wang · 4 years, 10 months ago
- 428b8f1 KVM: VMX: don't allow memory operands for inline asm that modifies SP by Nick Desaulniers · 4 years, 10 months ago
- edec6e0 KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard interrupt context by He Zhe · 4 years, 10 months ago
- 2e2409a KVM: SVM: Issue WBINVD after deactivating an SEV guest by Tom Lendacky · 4 years, 10 months ago
- 2da1ed6 KVM: SVM: document KVM_MEM_ENCRYPT_OP, let userspace detect if SEV is available by Paolo Bonzini · 4 years, 10 months ago
- d332945 KVM: x86: remove bogus user-triggerable WARN_ON by Paolo Bonzini · 4 years, 10 months ago
- cf6c26e KVM: x86: Code style cleanup in kvm_arch_dev_ioctl() by Xiaoyao Li · 4 years, 10 months ago
- 2b110b6 KVM: x86: Add blurb to CPUID tracepoint when using max basic leaf values by Sean Christopherson · 4 years, 10 months ago
- e7adda2 KVM: x86: Add requested index to the CPUID tracepoint by Sean Christopherson · 4 years, 10 months ago
- d55c9d4 KVM: nSVM: check for EFER.SVME=1 before entering guest by Paolo Bonzini · 4 years, 10 months ago
- 9401f2e KVM: x86: Expose AVX512 VP2INTERSECT in cpuid for TGL by Zhenyu Wang · 4 years, 10 months ago
- 96b100c KVM: nVMX: remove side effects from nested_vmx_exit_reflected by Paolo Bonzini · 4 years, 10 months ago
- bb03911 KVM: VMX: access regs array in vmenter.S in its natural order by Uros Bizjak · 4 years, 10 months ago
- b6a0653 KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld() by Vitaly Kuznetsov · 4 years, 10 months ago
- e942dbf KVM: nVMX: stop abusing need_vmcs12_to_shadow_sync for eVMCS mapping by Vitaly Kuznetsov · 4 years, 10 months ago
- 0c54672 Merge branch 'kvm-null-pointer-fix' into HEAD by Paolo Bonzini · 4 years, 10 months ago
- 0b66465 KVM: nSVM: Remove an obsolete comment. by Miaohe Lin · 4 years, 11 months 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 · 4 years, 11 months ago
- 041bc42 KVM: VMX: Micro-optimize vmexit time when not exposing PMU by Wanpeng Li · 4 years, 10 months ago
- ab56f8e kvm: svm: Introduce GA Log tracepoint for AVIC by Suravee Suthikulpanit · 4 years, 10 months ago
- 78f2145 KVM: nSVM: avoid loss of pending IRQ/NMI before entering L2 by Paolo Bonzini · 4 years, 10 months ago
- b518ba9 KVM: nSVM: implement check_nested_events for interrupts by Paolo Bonzini · 4 years, 10 months ago
- 64b5bd2 KVM: nSVM: ignore L1 interrupt window while running L2 with V_INTR_MASKING=1 by Paolo Bonzini · 4 years, 10 months ago
- b5ec2e0 KVM: nSVM: do not change host intercepts while nested VM is running by Paolo Bonzini · 4 years, 10 months ago
- 727a7e2 KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgd by Paolo Bonzini · 4 years, 10 months ago
- 689f3bf KVM: x86: unify callbacks to load paging root by Paolo Bonzini · 4 years, 10 months ago
- f91af51 KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logic by Sean Christopherson · 4 years, 10 months ago
- 09c7431 KVM: x86: Refactor out-of-range logic to contain the madness by Sean Christopherson · 4 years, 10 months ago
- 8d89231 KVM: x86: Fix CPUID range checks for Hypervisor and Centaur classes by Sean Christopherson · 4 years, 10 months ago
- 23493d0 KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUs by Sean Christopherson · 4 years, 10 months ago
- 15608ed KVM: x86: Add helpers to perform CPUID-based guest vendor check by Sean Christopherson · 4 years, 10 months ago
- b7fb848 KVM: x86: Trace the original requested CPUID function in kvm_cpuid() by Jan Kiszka · 4 years, 10 months ago
- 408e9a3 KVM: CPUID: add support for supervisor states by Paolo Bonzini · 4 years, 10 months ago
- 2570387 KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 code by Sean Christopherson · 4 years, 10 months ago
- 4eb8746 KVM: nSVM: Advertise and enable NRIPS for L1 iff nrips is enabled by Sean Christopherson · 4 years, 10 months ago
- a50718c KVM: nSVM: Expose SVM features to L1 iff nested is enabled by Sean Christopherson · 4 years, 10 months ago
- 9166198 KVM: x86: Move VMX's host_efer to common x86 code by Sean Christopherson · 4 years, 10 months ago
- 600087b KVM: Drop largepages_enabled and its accessor/mutator by Sean Christopherson · 4 years, 10 months ago
- e884b85 KVM: x86: Don't propagate MMU lpage support to memslot.disallow_lpage by Sean Christopherson · 4 years, 10 months ago
- 703c335 KVM: x86/mmu: Configure max page level during hardware setup by Sean Christopherson · 4 years, 10 months ago
- bde7723 KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common function by Sean Christopherson · 4 years, 10 months ago
- 213e0e1 KVM: SVM: Refactor logging of NPT enabled/disabled by Sean Christopherson · 4 years, 10 months ago
- a1bead2 KVM: VMX: Directly query Intel PT mode when refreshing PMUs by Sean Christopherson · 4 years, 10 months ago
- 7b874c2 KVM: x86: Check for Intel PT MSR virtualization using KVM cpu caps by Sean Christopherson · 4 years, 10 months ago
- a7a200e KVM: VMX: Directly use VMX capabilities helper to detect RDTSCP support by Sean Christopherson · 4 years, 10 months ago
- 1390851 KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt support by Sean Christopherson · 4 years, 10 months ago
- 7c7f954 KVM: x86: Do kvm_cpuid_array capacity checks in terminal functions by Sean Christopherson · 4 years, 10 months ago
- dd69cc2 KVM: x86: Use kvm_cpu_caps to detect Intel PT support by Sean Christopherson · 4 years, 10 months ago
- 93c380e KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_caps by Sean Christopherson · 4 years, 10 months ago
- bd79199 KVM: x86: Override host CPUID results with kvm_cpu_caps by Sean Christopherson · 4 years, 10 months ago
- d8577a4 KVM: x86: Do host CPUID at load time to mask KVM cpu caps by Sean Christopherson · 4 years, 10 months ago
- 7ff6c03 KVM: x86: Remove stateful CPUID handling by Sean Christopherson · 4 years, 10 months ago
- c571a14 KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUs by Sean Christopherson · 4 years, 10 months ago
- bcf600c KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafs by Sean Christopherson · 4 years, 10 months ago
- 09f628a KVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_func() by Sean Christopherson · 4 years, 10 months ago
- 90d2f60 KVM: x86: Use KVM cpu caps to track UMIP emulation by Sean Christopherson · 4 years, 10 months ago
- c10398b KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved by Sean Christopherson · 4 years, 10 months ago
- 8721f5b KVM: x86: Add a helper to check kernel support when setting cpu cap by Sean Christopherson · 4 years, 10 months ago
- b3d895d5 KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap update by Sean Christopherson · 4 years, 10 months ago
- 3ec6fd8 KVM: VMX: Convert feature updates from CPUID to KVM cpu caps by Sean Christopherson · 4 years, 10 months ago
- 9b58b98 KVM: SVM: Convert feature updates from CPUID to KVM cpu caps by Sean Christopherson · 4 years, 10 months ago
- 66a6950 KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking by Sean Christopherson · 4 years, 10 months ago
- 9e6d01c KVM: x86: Refactor handling of XSAVES CPUID adjustment by Sean Christopherson · 4 years, 10 months ago
- fb7d437 KVM: x86: handle GBPAGE CPUID adjustment for EPT with generic code by Paolo Bonzini · 4 years, 10 months ago
- dbd0680 KVM: x86: Handle Intel PT CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
- 733deaf KVM: x86: Handle RDTSCP CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
- d64d83d KVM: x86: Handle PKU CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
- e574768 KVM: x86: Handle UMIP emulation CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
- 5ffec6f KVM: x86: Handle INVPCID CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
- 6c7ea4b KVM: x86: Handle MPX CPUID adjustment in VMX code by Sean Christopherson · 4 years, 10 months ago
- e745e37 KVM: x86: Refactor cpuid_mask() to auto-retrieve the register by Sean Christopherson · 4 years, 10 months ago