summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-30Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini1-2/+2
2020-01-30x86/KVM: Clean up host's steal time structureBoris Ostrovsky1-2/+1
2020-01-30x86/kvm: Cache gfn to pfn translationBoris Ostrovsky1-0/+1
2020-01-27KVM: X86: Drop x86_set_memory_region()Peter Xu1-1/+0
2020-01-27kvm/svm: PKU not currently supportedJohn Allen1-0/+1
2020-01-24KVM: x86: Move kvm_vcpu_init() invocation to common codeSean Christopherson1-1/+1
2020-01-24KVM: x86: Allocate vcpu struct in common x86 codeSean Christopherson1-1/+1
2020-01-21KVM: Fix some writing mistakesMiaohe Lin1-1/+1
2020-01-21KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpathWanpeng Li1-2/+9
2020-01-08KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson1-4/+4
2020-01-08KVM: X86: Use APIC_DEST_* macros properly in kvm_lapic_irq.dest_modePeter Xu1-0/+5
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini1-1/+8
2019-11-21KVM: x86: implement MSR_IA32_TSX_CTRL effect on CPUIDPaolo Bonzini1-0/+1
2019-11-15KVM: x86: deliver KVM IOAPIC scan request to target vCPUsNitesh Narayan Lal1-0/+2
2019-11-15KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMCLike Xu1-0/+14
2019-11-15KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counterLike Xu1-0/+5
2019-11-04kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid1-0/+4
2019-11-04kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini1-0/+2
2019-10-22KVM: nVMX: Don't leak L1 MMIO regions to L2Jim Mattson1-1/+1
2019-10-22KVM: x86: Introduce vcpu->arch.xsaves_enabledAaron Lewis1-0/+1
2019-10-22KVM: x86/vPMU: Declare kvm_pmu->reprogram_pmi field using DECLARE_BITMAPLike Xu1-1/+1
2019-10-22kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameterSuthikulpanit, Suravee1-1/+1
2019-10-22KVM: x86: Fold decache_cr3() into cache_reg()Sean Christopherson1-1/+0
2019-10-22KVM: x86: Fold 'enum kvm_ex_reg' definitions into 'enum kvm_reg'Sean Christopherson1-3/+1
2019-09-27KVM: x86: assign two bits to track SPTE kindsPaolo Bonzini1-7/+0
2019-09-25KVM: x86: Don't check kvm_rebooting in __kvm_handle_fault_on_reboot()Sean Christopherson1-7/+1
2019-09-25KVM: x86: Drop ____kvm_handle_fault_on_reboot()Sean Christopherson1-5/+1
2019-09-25KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson1-1/+1
2019-09-24KVM: x86/mmu: Explicitly track only a single invalid mmu generationSean Christopherson1-2/+2
2019-09-24KVM: x86/mmu: Revert "Revert "KVM: MMU: reclaim the zapped-obsolete page first""Sean Christopherson1-0/+1
2019-09-24KVM: x86: Add comments to document various emulation typesSean Christopherson1-0/+30
2019-09-24KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT}Sean Christopherson1-6/+0
2019-09-24KVM: x86: Add explicit flag for forced emulation on #UDSean Christopherson1-0/+1
2019-09-24KVM: x86: Move #GP injection for VMware into x86_emulate_instruction()Sean Christopherson1-2/+1
2019-09-24KVM/Hyper-V/VMX: Add direct tlb flush supportVitaly Kuznetsov1-0/+2
2019-09-24KVM/Hyper-V: Add new KVM capability KVM_CAP_HYPERV_DIRECT_TLBFLUSHTianyu Lan1-0/+1
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+15
2019-09-14KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslotSean Christopherson1-0/+2
2019-09-11KVM: x86: Fix INIT signal handling in various CPU statesLiran Alon1-0/+2
2019-09-10KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM codeSean Christopherson1-0/+2
2019-09-10KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callersSean Christopherson1-2/+2
2019-09-10KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf1-0/+7
2019-08-22KVM: x86: Rename access permissions cache member in struct kvm_vcpu_archSean Christopherson1-1/+1
2019-08-22x86: kvm: svm: propagate errors from skip_emulated_instruction()Vitaly Kuznetsov1-1/+1
2019-08-09Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini1-15/+19
2019-08-05KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini1-0/+2
2019-08-05KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li1-0/+1
2019-07-22KVM: X86: Dynamically allocate user_fpuWanpeng Li1-1/+1
2019-07-22Revert "kvm: x86: Use task structs fpu field for user"Paolo Bonzini1-3/+4
2019-07-18x86/kvm: Don't call kvm_spurious_fault() from .fixupJosh Poimboeuf1-15/+19