summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-69/+128
2019-09-14KVM: x86: work around leak of uninitialized stack contentsFuqian Huang1-0/+7
2019-09-11KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich1-0/+6
2019-09-11KVM: x86: always stop emulation on page faultJan Dakinevich1-1/+3
2019-09-11KVM: nVMX: add tracepoint for failed nested VM-EnterSean Christopherson1-0/+1
2019-09-10KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM codeSean Christopherson1-0/+35
2019-09-10KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callersSean Christopherson1-51/+50
2019-09-10KVM: X86: Tune PLE Window tracepointPeter Xu1-1/+1
2019-09-10KVM: x86: Manually calculate reserved bits when loading PDPTRSSean Christopherson1-3/+8
2019-08-27KVM: x86: Don't update RIP or do single-step on faulting emulationSean Christopherson1-4/+5
2019-08-22KVM: X86: Add pv tlb shootdown tracepointWanpeng Li1-0/+2
2019-08-22KVM: x86: Unconditionally call x86 ops that are always implementedSean Christopherson1-10/+3
2019-08-22KVM: x86: Rename access permissions cache member in struct kvm_vcpu_archSean Christopherson1-1/+1
2019-08-22x86: KVM: add xsetbv to the emulatorVitaly Kuznetsov1-0/+6
2019-08-22x86: KVM: clear interrupt shadow on EMULTYPE_SKIPVitaly Kuznetsov1-0/+1
2019-08-22x86: kvm: svm: propagate errors from skip_emulated_instruction()Vitaly Kuznetsov1-2/+4
2019-08-22KVM: x86: use Intel speculation bugs and features as derived in generic x86 codePaolo Bonzini1-0/+7
2019-08-05KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li1-0/+16
2019-07-24KVM: X86: Boost queue head vCPU to mitigate lock waiter preemptionWanpeng Li1-1/+2
2019-07-22KVM: X86: Dynamically allocate user_fpuWanpeng Li1-2/+2
2019-07-22KVM: X86: Fix fpu state crash in kvm guestWanpeng Li1-3/+6
2019-07-22Revert "kvm: x86: Use task structs fpu field for user"Paolo Bonzini1-2/+2
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li1-0/+6
2019-07-17KVM: LAPIC: Make lapic timer unpinnedWanpeng Li1-5/+1
2019-07-15kvm: x86: some tsc debug cleanupYi Wang1-8/+0
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-62/+167
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini1-4/+1
2019-07-11KVM: x86: Unconditionally enable irqs in guest contextSean Christopherson1-0/+11
2019-07-11KVM: x86: PMU Event FilterEric Hankland1-0/+5
2019-07-08Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+7
2019-07-03clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticMichael Kelley1-0/+1
2019-07-03Merge branch 'timers/vdso' into timers/coreThomas Gleixner1-4/+1
2019-07-02KVM: x86: degrade WARN to pr_warn_ratelimitedPaolo Bonzini1-3/+3
2019-07-02KVM: X86: Implement PV sched yield hypercallWanpeng Li1-0/+21
2019-07-02KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LISTPaolo Bonzini1-0/+20
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld1-6/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner1-4/+1
2019-06-18KVM: x86: introduce is_pae_pagingPaolo Bonzini1-4/+4
2019-06-18KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fnSean Christopherson1-1/+1
2019-06-18KVM: x86: Move kvm_{before,after}_interrupt() calls to vendor codeSean Christopherson1-2/+0
2019-06-18KVM: x86: move MSR_IA32_POWER_CTL handling to common codePaolo Bonzini1-0/+6
2019-06-18kvm: x86: add host poll control msrsMarcelo Tosatti1-0/+23
2019-06-18KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15Liran Alon1-1/+1
2019-06-13KVM: x86: clean up conditions for asynchronous page fault handlingPaolo Bonzini1-5/+42
2019-06-05kvm: Convert kvm_lock to a mutexJunaid Shahid1-7/+7
2019-06-04KVM: X86: Emulate MSR_IA32_MISC_ENABLE MWAIT bitWanpeng Li1-1/+9
2019-06-04KVM: X86: Provide a capability to disable cstate msr read interceptsWanpeng Li1-1/+4
2019-06-04kvm: x86: refine kvm_get_arch_capabilities()Xiaoyao Li1-4/+4
2019-06-04KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson1-2/+2
2019-06-04KVM: LAPIC: Optimize timer latency furtherWanpeng Li1-3/+0