summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2018-01-31x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov
2018-01-16KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()Liran Alon
2018-01-16Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini
2018-01-16KVM: x86: avoid unnecessary XSETBV on guest entryPaolo Bonzini
2018-01-16KVM: x86: fix escape of guest dr6 to the hostWanpeng Li
2018-01-16KVM: X86: support paravirtualized help for TLB shootdownsWanpeng Li
2018-01-16KVM: X86: introduce invalidate_gpa argument to tlb flushWanpeng Li
2018-01-16KVM: X86: Add KVM_VCPU_PREEMPTEDWanpeng Li
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctlChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpuChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpuChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translateChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstateChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstateChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregsChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregsChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_runChristoffer Dall
2017-12-14KVM: Take vcpu->mutex outside vcpu_loadChristoffer Dall
2017-12-14KVM: X86: Reduce the overhead when lapic_timer_advance is disabledWanpeng Li
2017-12-14KVM: x86: Add emulation of MSR_SMI_COUNTLiran Alon
2017-12-14KVM: x86: add support for UMIPPaolo Bonzini
2017-12-14kvm: x86: fix WARN due to uninitialized guest FPU statePeter Xu
2017-12-14KVM: X86: Fix load RFLAGS w/o the fixed bitWanpeng Li
2017-12-06KVM: x86: fix APIC page invalidationRadim Krčmář
2017-12-05x86,kvm: remove KVM emulator get_fpu / put_fpuRik van Riel
2017-12-05x86,kvm: move qemu/guest FPU switching out to vcpu_runRik van Riel
2017-12-04KVM: Introduce KVM_MEMORY_ENCRYPT_{UN,}REG_REGION ioctlBrijesh Singh
2017-12-04KVM: Introduce KVM_MEMORY_ENCRYPT_OP ioctlBrijesh Singh
2017-11-27KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr
2017-11-27KVM: X86: Fix softlockup when get the current kvmclockWanpeng Li
2017-11-17KVM: x86: inject exceptions produced by x86_decode_insnPaolo Bonzini
2017-11-17KVM: x86: Allow suppressing prints on RDMSR/WRMSR of unhandled MSRsEyal Moscovici
2017-11-17KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failureLiran Alon
2017-11-17KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junkLiran Alon
2017-10-20KVM: X86: #GP when guest attempts to write MCi_STATUS register w/o 0Wanpeng Li
2017-10-18KVM: SVM: detect opening of SMI window using STGI interceptLadi Prosek
2017-10-12KVM: nSVM: fix SMI injection in guest modeLadi Prosek
2017-10-12KVM: x86: introduce ISA specific smi_allowed callbackLadi Prosek
2017-10-12KVM: x86: introduce ISA specific SMM entry/exit callbacksLadi Prosek
2017-10-12KVM: X86: Processor States following Reset or INITWanpeng Li
2017-10-12KVM: x86: allow setting identity map addr with no vcpus onlyDavid Hildenbrand
2017-10-12KVM: x86: no need to inititalize vcpu members to 0David Hildenbrand
2017-10-12KVM: x86: drop BUG_ON(vcpu->kvm)David Hildenbrand
2017-09-26x86/fpu: Rename fpu__activate_curr() to fpu__initialize()Ingo Molnar
2017-09-14KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce...Wanpeng Li
2017-09-14KVM: X86: Don't block vCPU if there is pending exceptionWanpeng Li
2017-09-13KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()Suravee Suthikulpanit