index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: SVM: Fix the svm vmexit code for WRMSR
Haiwei Li
2020-03-02
1
-1
/
+2
*
KVM: x86: allow compiling as non-module with W=1
Valdis Klētnieks
2020-02-28
1
-0
/
+2
*
KVM: SVM: allocate AVIC data structures based on kvm_amd module parameter
Paolo Bonzini
2020-02-28
1
-1
/
+2
*
KVM: nVMX: Emulate MTF when performing instruction emulation
Oliver Upton
2020-02-23
1
-0
/
+1
*
KVM: fix error handling in svm_hardware_setup
Li RongQing
2020-02-23
1
-21
/
+20
*
KVM: SVM: Fix potential memory leak in svm_cpu_init()
Miaohe Lin
2020-02-21
1
-7
/
+6
*
KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1
Vitaly Kuznetsov
2020-02-21
1
-1
/
+6
*
kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabled
Suravee Suthikulpanit
2020-02-21
1
-0
/
+3
*
KVM: x86: do not reset microcode version on INIT or RESET
Paolo Bonzini
2020-02-12
1
-1
/
+1
*
KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses
Paolo Bonzini
2020-02-05
1
-0
/
+4
*
KVM: SVM: allow AVIC without split irqchip
Paolo Bonzini
2020-02-05
1
-1
/
+1
*
kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode.
Suravee Suthikulpanit
2020-02-05
1
-2
/
+9
*
svm: Temporarily deactivate AVIC during ExtINT handling
Suravee Suthikulpanit
2020-02-05
1
-4
/
+29
*
svm: Deactivate AVIC when launching guest with nested SVM support
Suravee Suthikulpanit
2020-02-05
1
-1
/
+10
*
kvm: x86: hyperv: Use APICv update request interface
Suravee Suthikulpanit
2020-02-05
1
-1
/
+2
*
svm: Add support for dynamic APICv
Suravee Suthikulpanit
2020-02-05
1
-10
/
+28
*
kvm: x86: Introduce x86 ops hook for pre-update APICv
Suravee Suthikulpanit
2020-02-05
1
-0
/
+6
*
kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasons
Suravee Suthikulpanit
2020-02-05
1
-0
/
+8
*
KVM: svm: avic: Add support for dynamic setup/teardown of virtual APIC backin...
Suravee Suthikulpanit
2020-02-05
1
-6
/
+5
*
kvm: x86: svm: Add support to (de)activate posted interrupts
Suravee Suthikulpanit
2020-02-05
1
-1
/
+36
*
KVM: x86: remove get_enable_apicv from kvm_x86_ops
Paolo Bonzini
2020-02-05
1
-6
/
+0
*
kvm: x86: Introduce APICv inhibit reason bits
Suravee Suthikulpanit
2020-02-05
1
-1
/
+13
*
kvm/svm: PKU not currently supported
John Allen
2020-01-27
1
-0
/
+6
*
KVM: x86: Move kvm_vcpu_init() invocation to common code
Sean Christopherson
2020-01-24
1
-10
/
+3
*
KVM: x86: Move FPU allocation to common x86 code
Sean Christopherson
2020-01-24
1
-24
/
+1
*
KVM: x86: Allocate vcpu struct in common x86 code
Sean Christopherson
2020-01-24
1
-19
/
+9
*
KVM: SVM: Use direct vcpu pointer during vCPU create/free
Sean Christopherson
2020-01-24
1
-14
/
+16
*
KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRL
Paolo Bonzini
2020-01-24
1
-6
/
+3
*
KVM: SVM: Override default MMIO mask if memory encryption is enabled
Tom Lendacky
2020-01-21
1
-0
/
+43
*
KVM: x86: Refactor and rename bit() to feature_bit() macro
Sean Christopherson
2020-01-21
1
-2
/
+2
*
KVM: x86: Drop special XSAVE handling from guest_cpuid_has()
Sean Christopherson
2020-01-21
1
-0
/
+1
*
KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpath
Wanpeng Li
2020-01-21
1
-4
/
+11
*
KVM: X86: Drop KVM_APIC_SHORT_MASK and KVM_APIC_DEST_MASK
Peter Xu
2020-01-08
1
-2
/
+2
*
KVM x86: Move kvm cpuid support out of svm
Peter Gonda
2019-11-27
1
-7
/
+0
*
Merge branch 'kvm-tsx-ctrl' into HEAD
Paolo Bonzini
2019-11-21
1
-5
/
+11
|
\
|
*
KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active
Paolo Bonzini
2019-10-31
1
-2
/
+8
|
*
KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_update
Miaohe Lin
2019-10-22
1
-3
/
+3
*
|
KVM: SVM: Remove check if APICv enabled in SVM update_cr8_intercept() handler
Liran Alon
2019-11-15
1
-2
/
+1
*
|
KVM: retpolines: x86: eliminate retpoline from svm.c exit handlers
Andrea Arcangeli
2019-11-15
1
-0
/
+12
*
|
kvm: svm: Update svm_xsaves_supported
Aaron Lewis
2019-10-22
1
-1
/
+1
*
|
KVM: x86: Move IA32_XSS-swapping on VM-entry/VM-exit to common x86 code
Aaron Lewis
2019-10-22
1
-25
/
+2
*
|
KVM: SVM: Use wrmsr for switching between guest and host IA32_XSS on AMD
Aaron Lewis
2019-10-22
1
-0
/
+23
*
|
KVM: x86: Introduce vcpu->arch.xsaves_enabled
Aaron Lewis
2019-10-22
1
-0
/
+3
*
|
kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameter
Suthikulpanit, Suravee
2019-10-22
1
-2
/
+2
*
|
KVM: x86: Fold decache_cr3() into cache_reg()
Sean Christopherson
2019-10-22
1
-6
/
+1
*
|
KVM: SVM: Reduce WBINVD/DF_FLUSH invocations
Tom Lendacky
2019-10-22
1
-15
/
+66
*
|
KVM: SVM: Remove unneeded WBINVD and DF_FLUSH when starting SEV guests
Tom Lendacky
2019-10-22
1
-15
/
+0
*
|
KVM: SVM: Guard against DEACTIVATE when performing WBINVD/DF_FLUSH
Tom Lendacky
2019-10-22
1
-0
/
+20
*
|
KVM: SVM: Serialize access to the SEV ASID bitmap
Tom Lendacky
2019-10-22
1
-12
/
+17
|
/
*
kvm: svm: Intercept RDPRU
Jim Mattson
2019-09-24
1
-0
/
+8
[next]