index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-05
KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses
Paolo Bonzini
1
-0
/
+4
2020-02-05
KVM: SVM: allow AVIC without split irqchip
Paolo Bonzini
1
-1
/
+1
2020-02-05
kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode.
Suravee Suthikulpanit
1
-2
/
+9
2020-02-05
svm: Temporarily deactivate AVIC during ExtINT handling
Suravee Suthikulpanit
1
-4
/
+29
2020-02-05
svm: Deactivate AVIC when launching guest with nested SVM support
Suravee Suthikulpanit
1
-1
/
+10
2020-02-05
kvm: x86: hyperv: Use APICv update request interface
Suravee Suthikulpanit
1
-1
/
+2
2020-02-05
svm: Add support for dynamic APICv
Suravee Suthikulpanit
1
-10
/
+28
2020-02-05
kvm: x86: Introduce x86 ops hook for pre-update APICv
Suravee Suthikulpanit
1
-0
/
+6
2020-02-05
kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasons
Suravee Suthikulpanit
1
-0
/
+8
2020-02-05
KVM: svm: avic: Add support for dynamic setup/teardown of virtual APIC backin...
Suravee Suthikulpanit
1
-6
/
+5
2020-02-05
kvm: x86: svm: Add support to (de)activate posted interrupts
Suravee Suthikulpanit
1
-1
/
+36
2020-02-05
KVM: x86: remove get_enable_apicv from kvm_x86_ops
Paolo Bonzini
1
-6
/
+0
2020-02-05
kvm: x86: Introduce APICv inhibit reason bits
Suravee Suthikulpanit
1
-1
/
+13
2020-01-27
kvm/svm: PKU not currently supported
John Allen
1
-0
/
+6
2020-01-24
KVM: x86: Move kvm_vcpu_init() invocation to common code
Sean Christopherson
1
-10
/
+3
2020-01-24
KVM: x86: Move FPU allocation to common x86 code
Sean Christopherson
1
-24
/
+1
2020-01-24
KVM: x86: Allocate vcpu struct in common x86 code
Sean Christopherson
1
-19
/
+9
2020-01-24
KVM: SVM: Use direct vcpu pointer during vCPU create/free
Sean Christopherson
1
-14
/
+16
2020-01-24
KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRL
Paolo Bonzini
1
-6
/
+3
2020-01-21
KVM: SVM: Override default MMIO mask if memory encryption is enabled
Tom Lendacky
1
-0
/
+43
2020-01-21
KVM: x86: Refactor and rename bit() to feature_bit() macro
Sean Christopherson
1
-2
/
+2
2020-01-21
KVM: x86: Drop special XSAVE handling from guest_cpuid_has()
Sean Christopherson
1
-0
/
+1
2020-01-21
KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpath
Wanpeng Li
1
-4
/
+11
2020-01-08
KVM: X86: Drop KVM_APIC_SHORT_MASK and KVM_APIC_DEST_MASK
Peter Xu
1
-2
/
+2
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
[next]