summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2020-04-213-8/+45
|\
| * KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guestXiaoyao Li2020-04-111-3/+34
| * KVM: x86: Emulate split-lock access as a write in emulatorXiaoyao Li2020-04-111-1/+11
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-0814-3513/+3737
| |\
| * \ Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-04-081-4/+0
| |\ \
| | * | vhost: refine vhost and vringh kconfigJason Wang2020-04-011-4/+0
* | | | kvm: Disable objtool frame pointer checking for vmenter.SJosh Poimboeuf2020-04-201-0/+4
* | | | kvm: Handle reads of SandyBridge RAPL PMU MSRs rather than injecting #GPVenkatesh Srinivas2020-04-171-0/+11
* | | | KVM: Remove CREATE_IRQCHIP/SET_PIT2 raceSteve Rutherford2020-04-171-2/+8
* | | | KVM: SVM: Fix __svm_vcpu_run declaration.Uros Bizjak2020-04-151-1/+1
* | | | KVM: SVM: Do not setup frame pointer in __svm_vcpu_runUros Bizjak2020-04-151-1/+0
* | | | KVM: SVM: Fix build error due to missing release_pages() includeBorislav Petkov2020-04-151-0/+1
* | | | KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARDUros Bizjak2020-04-151-1/+0
* | | | kvm: nVMX: match comment with return type for nested_vmx_exit_reflectedOliver Upton2020-04-151-1/+1
* | | | kvm: nVMX: reflect MTF VM-exits if injected by L1Oliver Upton2020-04-151-1/+18
* | | | KVM: VMX: Enable machine check support for 32bit targetsUros Bizjak2020-04-141-1/+1
* | | | KVM: SVM: move more vmentry code to assemblyPaolo Bonzini2020-04-142-7/+9
* | | | KVM: SVM: fix compilation with modular PSP and non-modular KVMPaolo Bonzini2020-04-141-1/+4
| |_|/ |/| |
* | | KVM: VMX: fix crash cleanup when KVM wasn't usedVitaly Kuznetsov2020-04-071-5/+7
* | | KVM: X86: Filter out the broadcast dest for IPI fastpathWanpeng Li2020-04-073-4/+5
* | | KVM: nVMX: don't clear mtf_pending when nested events are blockedOliver Upton2020-04-071-1/+2
* | | KVM: VMX: Remove unnecessary exception trampoline in vmx_vmenterUros Bizjak2020-04-071-6/+2
* | | KVM: SVM: Split svm_vcpu_run inline assembly to separate fileUros Bizjak2020-04-033-90/+166
* | | KVM: SVM: Move SEV code to separate fileJoerg Roedel2020-04-034-1221/+1257
* | | KVM: SVM: Move AVIC code to separate fileJoerg Roedel2020-04-034-1050/+1091
* | | KVM: SVM: Move Nested SVM Implementation to nested.cJoerg Roedel2020-04-034-1145/+1216
* | | kVM SVM: Move SVM related files to own sub-directoryJoerg Roedel2020-04-033-1/+1
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-0228-1778/+2549
|\ \
| * | x86/kvm: fix a missing-prototypes "vmread_error"Qian Cai2020-04-021-0/+1
| * | KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=ySean Christopherson2020-03-312-5/+5
| * | KVM: VMX: Add a trampoline to fix VMREAD error handlingSean Christopherson2020-03-312-7/+79
| * | KVM: SVM: Annotate svm_x86_ops as __initdataSean Christopherson2020-03-311-1/+1
| * | KVM: VMX: Annotate vmx_x86_ops as __initdataSean Christopherson2020-03-311-1/+1
| * | KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()Sean Christopherson2020-03-311-1/+1
| * | KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson2020-03-3114-248/+248
| * | KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completesSean Christopherson2020-03-311-2/+2
| * | KVM: VMX: Configure runtime hooks using vmx_x86_opsSean Christopherson2020-03-313-21/+24
| * | KVM: VMX: Move hardware_setup() definition below vmx_x86_opsSean Christopherson2020-03-311-153/+153
| * | KVM: x86: Move init-only kvm_x86_ops to separate structSean Christopherson2020-03-313-14/+27
| * | KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson2020-03-311-2/+2
| * | Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-03-315-9/+42
| |\ \
| * | | KVM: X86: Micro-optimize IPI fastpath delayWanpeng Li2020-03-263-3/+8
| * | | KVM: X86: Delay read msr data iff writes ICR MSRWanpeng Li2020-03-261-1/+2
| * | | KVM: VMX: Gracefully handle faults on VMXONSean Christopherson2020-03-231-3/+21
| * | | KVM: VMX: Fold loaded_vmcs_init() into alloc_loaded_vmcs()Sean Christopherson2020-03-232-11/+4
| * | | KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec supportSean Christopherson2020-03-231-51/+16
| * | | KVM: x86: Expose fast short REP MOV for supported cpuidZhenyu Wang2020-03-231-1/+1
| * | | KVM: x86: Code style cleanup in kvm_arch_dev_ioctl()Xiaoyao Li2020-03-181-2/+2
| * | | KVM: x86: Add blurb to CPUID tracepoint when using max basic leaf valuesSean Christopherson2020-03-182-7/+13
| * | | KVM: x86: Add requested index to the CPUID tracepointSean Christopherson2020-03-182-6/+9