index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-27
KVM x86: Move kvm cpuid support out of svm
Peter Gonda
1
-7
/
+0
2019-11-21
Merge branch 'kvm-tsx-ctrl' into HEAD
Paolo Bonzini
1
-5
/
+11
2019-11-15
KVM: SVM: Remove check if APICv enabled in SVM update_cr8_intercept() handler
Liran Alon
1
-2
/
+1
2019-11-15
KVM: retpolines: x86: eliminate retpoline from svm.c exit handlers
Andrea Arcangeli
1
-0
/
+12
2019-10-31
KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active
Paolo Bonzini
1
-2
/
+8
2019-10-22
KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_update
Miaohe Lin
1
-3
/
+3
2019-10-22
kvm: svm: Update svm_xsaves_supported
Aaron Lewis
1
-1
/
+1
2019-10-22
KVM: x86: Move IA32_XSS-swapping on VM-entry/VM-exit to common x86 code
Aaron Lewis
1
-25
/
+2
2019-10-22
KVM: SVM: Use wrmsr for switching between guest and host IA32_XSS on AMD
Aaron Lewis
1
-0
/
+23
2019-10-22
KVM: x86: Introduce vcpu->arch.xsaves_enabled
Aaron Lewis
1
-0
/
+3
2019-10-22
kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameter
Suthikulpanit, Suravee
1
-2
/
+2
2019-10-22
KVM: x86: Fold decache_cr3() into cache_reg()
Sean Christopherson
1
-6
/
+1
2019-10-22
KVM: SVM: Reduce WBINVD/DF_FLUSH invocations
Tom Lendacky
1
-15
/
+66
2019-10-22
KVM: SVM: Remove unneeded WBINVD and DF_FLUSH when starting SEV guests
Tom Lendacky
1
-15
/
+0
2019-10-22
KVM: SVM: Guard against DEACTIVATE when performing WBINVD/DF_FLUSH
Tom Lendacky
1
-0
/
+20
2019-10-22
KVM: SVM: Serialize access to the SEV ASID bitmap
Tom Lendacky
1
-12
/
+17
2019-09-24
kvm: svm: Intercept RDPRU
Jim Mattson
1
-0
/
+8
2019-09-24
KVM: VMX: Handle single-step #DB for EMULTYPE_SKIP on EPT misconfig
Sean Christopherson
1
-8
/
+9
2019-09-24
KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT}
Sean Christopherson
1
-13
/
+9
2019-09-24
KVM: x86: Handle emulation failure directly in kvm_task_switch()
Sean Christopherson
1
-9
/
+2
2019-09-24
KVM: x86: Exit to userspace on emulation skip failure
Sean Christopherson
1
-2
/
+2
2019-09-24
KVM: x86: Move #GP injection for VMware into x86_emulate_instruction()
Sean Christopherson
1
-8
/
+2
2019-09-24
KVM: x86: Don't attempt VMWare emulation on #GP with non-zero error code
Sean Christopherson
1
-1
/
+9
2019-09-24
KVM: x86: svm: remove unneeded nested_enable_evmcs() hook
Vitaly Kuznetsov
1
-8
/
+1
2019-09-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-105
/
+93
2019-09-11
KVM: x86: Fix INIT signal handling in various CPU states
Liran Alon
1
-0
/
+17
2019-09-11
x86: KVM: svm: Fix a check in nested_svm_vmrun()
Dan Carpenter
1
-1
/
+1
2019-09-11
KVM: x86: Return to userspace with internal error on unexpected exit reason
Liran Alon
1
-3
/
+8
2019-09-10
KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM code
Sean Christopherson
1
-27
/
+2
2019-09-10
KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callers
Sean Christopherson
1
-6
/
+1
2019-09-10
KVM: X86: Tune PLE Window tracepoint
Peter Xu
1
-8
/
+8
2019-09-10
KVM: x86: Disable posted interrupts for non-standard IRQs delivery modes
Alexander Graf
1
-1
/
+3
2019-08-27
KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.n...
Vitaly Kuznetsov
1
-7
/
+1
2019-08-22
KVM: Assert that struct kvm_vcpu is always as offset zero
Sean Christopherson
1
-0
/
+3
2019-08-22
x86: KVM: svm: eliminate hardcoded RIP advancement from vmrun_interception()
Vitaly Kuznetsov
1
-10
/
+10
2019-08-22
x86: KVM: svm: eliminate weird goto from vmrun_interception()
Vitaly Kuznetsov
1
-22
/
+14
2019-08-22
x86: KVM: svm: remove hardcoded instruction length from intercepts
Vitaly Kuznetsov
1
-11
/
+0
2019-08-22
x86: KVM: add xsetbv to the emulator
Vitaly Kuznetsov
1
-0
/
+1
2019-08-22
x86: kvm: svm: propagate errors from skip_emulated_instruction()
Vitaly Kuznetsov
1
-16
/
+20
2019-08-22
x86: KVM: svm: don't pretend to advance RIP in case wrmsr_interception() resu...
Vitaly Kuznetsov
1
-1
/
+1
2019-08-22
KVM: x86: always expose VIRT_SSBD to guests
Paolo Bonzini
1
-4
/
+9
2019-08-14
KVM: x86: svm: remove redundant assignment of var new_entry
Miaohe Lin
1
-1
/
+0
2019-08-05
KVM: Fix leak vCPU's VMCS value into other pCPU
Wanpeng Li
1
-0
/
+6
2019-07-22
KVM: X86: Dynamically allocate user_fpu
Wanpeng Li
1
-1
/
+12
2019-07-20
KVM: SVM: Fix detection of AMD Errata 1096
Liran Alon
1
-7
/
+35
2019-07-11
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
1
-4
/
+1
2019-07-11
KVM: x86: Unconditionally enable irqs in guest context
Sean Christopherson
1
-9
/
+1
2019-07-03
KVM: svm: add nrips module parameter
Paolo Bonzini
1
-3
/
+12
2019-07-02
KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LIST
Paolo Bonzini
1
-0
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
1
-4
/
+1
[next]