summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: use preemption timer to force immediate VMExitSean Christopherson2018-09-201-0/+2
* KVM: SVM: Switch to bitmap_zalloc()Andy Shevchenko2018-09-201-3/+2Star
* KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()Sean Christopherson2018-08-301-6/+6
* KVM: x86: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulationSean Christopherson2018-08-301-2/+2
* KVM: SVM: remove unused variable dst_vaddr_endColin Ian King2018-08-301-2/+1Star
* KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabledThomas Gleixner2018-08-221-4/+4
* kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*Junaid Shahid2018-08-061-0/+8
* kvm: x86: Add ability to skip TLB flush when switching CR3Junaid Shahid2018-08-061-4/+0Star
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-131-1/+3
|\
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-5/+11
|\ \ | |/ |/|
| * kvm: Make VM ioctl do valloc for some archsMarc Orr2018-06-011-2/+2
| * KVM: x86: prevent integer overflows in KVM_MEMORY_ENCRYPT_REG_REGIONDan Carpenter2018-05-241-1/+7
| * kvm: vmx: Basic APIC virtualization controls have three settingsJim Mattson2018-05-141-2/+2
* | x86/bugs: Add AMD's SPEC_CTRL MSR usageKonrad Rzeszutek Wilk2018-06-061-3/+5
* | KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky2018-05-171-2/+19
* | x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner2018-05-171-2/+9
* | x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov2018-05-171-3/+3
* | KVM: SVM: Move spec control call after restore of GSThomas Gleixner2018-05-171-12/+12
* | x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner2018-05-031-1/+1
* | x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk2018-05-031-4/+2Star
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-161-13/+18
|\
| * kvm: x86: move MSR_IA32_TSC handling to x86.cPaolo Bonzini2018-04-161-9/+0Star
| * X86/KVM: Properly update 'tsc_offset' to represent the running guestKarimAllah Ahmed2018-04-161-1/+16
| * KVM: X86: fix incorrect reference of trace_kvm_pi_irte_updatehu huajun2018-04-111-3/+2Star
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-091-77/+235
|\|
| * KVM: X86: Introduce handle_ud()Wanpeng Li2018-04-041-8/+1Star
| * KVM: SVM: Implement pause loop exit logic in SVMBabu Moger2018-03-281-3/+103
| * KVM: SVM: Add pause filter thresholdBabu Moger2018-03-281-0/+2
| * KVM: x86: Fix perf timer mode IP reportingAndi Kleen2018-03-281-2/+2
| * KVM: SVM: add struct kvm_svm to hold SVM specific KVM varsSean Christopherson2018-03-231-55/+79
| * KVM: x86: move setting of ept_identity_map_addr to vmx.cSean Christopherson2018-03-231-0/+6
| * KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vmSean Christopherson2018-03-231-0/+12
| * KVM: X86: Provide a capability to disable PAUSE interceptsWanpeng Li2018-03-161-1/+2
| * KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li2018-03-161-1/+3
| * KVM: X86: Provide a capability to disable MWAIT interceptsWanpeng Li2018-03-161-1/+1
| * KVM: x86: SVM: Intercept #GP to support access to VMware backdoor portsLiran Alon2018-03-161-0/+26
| * KVM: x86: add kvm_fast_pio() to consolidate fast PIO codeSean Christopherson2018-03-161-10/+2Star
* | x86/MSR: Move native_* variants to msr.hBorislav Petkov2018-03-081-1/+0Star
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-03-031-3/+41
|\
| * KVM: X86: Allow userspace to define the microcode versionWanpeng Li2018-03-011-3/+1Star
| * KVM: SVM: Add MSR-based feature support for serializing LFENCETom Lendacky2018-03-011-1/+35
| * KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky2018-03-011-0/+6
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-261-4/+5
|\ \ | |/ |/|
| * KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path...Paolo Bonzini2018-02-231-1/+1
| * KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini2018-02-231-3/+4
* | KVM: SVM: Fix SEV LAUNCH_SECRET commandBrijesh Singh2018-02-241-3/+7
* | KVM: SVM: install RSM interceptBrijesh Singh2018-02-241-1/+10
* | KVM: SVM: no need to call access_ok() in LAUNCH_MEASURE commandBrijesh Singh2018-02-241-9/+7Star
|/
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-17/+1182
|\