index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-05-01
42
-2450
/
+4212
|
\
|
*
KVM: x86: Take advantage of kvm_arch_dy_has_pending_interrupt()
Haiwei Li
2021-04-26
1
-12
/
+9
|
*
KVM: SVM: Skip SEV cache flush if no ASIDs have been used
Sean Christopherson
2021-04-26
1
-12
/
+13
|
*
KVM: SVM: Remove an unnecessary prototype declaration of sev_flush_asids()
Sean Christopherson
2021-04-26
1
-1
/
+0
|
*
KVM: SVM: Drop redundant svm_sev_enabled() helper
Sean Christopherson
2021-04-26
2
-8
/
+3
|
*
KVM: SVM: Move SEV VMCB tracking allocation to sev.c
Sean Christopherson
2021-04-26
3
-8
/
+20
|
*
KVM: SVM: Explicitly check max SEV ASID during sev_hardware_setup()
Sean Christopherson
2021-04-26
1
-2
/
+1
|
*
KVM: SVM: Unconditionally invoke sev_hardware_teardown()
Sean Christopherson
2021-04-26
1
-2
/
+1
|
*
KVM: SVM: Enable SEV/SEV-ES functionality by default (when supported)
Sean Christopherson
2021-04-26
1
-2
/
+2
|
*
KVM: SVM: Condition sev_enabled and sev_es_enabled on CONFIG_KVM_AMD_SEV=y
Sean Christopherson
2021-04-26
1
-1
/
+8
|
*
KVM: SVM: Append "_enabled" to module-scoped SEV/SEV-ES control variables
Sean Christopherson
2021-04-26
1
-12
/
+12
|
*
KVM: SEV: Mask CPUID[0x8000001F].eax according to supported features
Paolo Bonzini
2021-04-26
5
-1
/
+20
|
*
KVM: SVM: Move SEV module params/variables to sev.c
Sean Christopherson
2021-04-26
3
-16
/
+13
|
*
KVM: SVM: Disable SEV/SEV-ES if NPT is disabled
Sean Christopherson
2021-04-26
1
-15
/
+15
|
*
KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails
Sean Christopherson
2021-04-26
1
-1
/
+4
|
*
KVM: SVM: Zero out the VMCB array used to track SEV ASID association
Sean Christopherson
2021-04-26
1
-3
/
+2
|
*
x86/sev: Drop redundant and potentially misleading 'sev_enabled'
Sean Christopherson
2021-04-26
3
-8
/
+4
|
*
KVM: x86: Move reverse CPUID helpers to separate header file
Ricardo Koller
2021-04-26
2
-176
/
+186
|
*
KVM: x86: Rename GPR accessors to make mode-aware variants the defaults
Sean Christopherson
2021-04-26
7
-36
/
+41
|
*
KVM: SVM: Use default rAX size for INVLPGA emulation
Sean Christopherson
2021-04-26
1
-3
/
+9
|
*
KVM: x86/xen: Drop RAX[63:32] when processing hypercall
Sean Christopherson
2021-04-26
1
-1
/
+1
|
*
KVM: nVMX: Truncate base/index GPR value on address calc in !64-bit
Sean Christopherson
2021-04-26
1
-2
/
+2
|
*
KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bit
Sean Christopherson
2021-04-26
1
-1
/
+1
|
*
KVM: VMX: Truncate GPR value for DR and CR reads in !64-bit mode
Sean Christopherson
2021-04-26
1
-3
/
+3
|
*
KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode
Sean Christopherson
2021-04-26
1
-4
/
+4
|
*
KVM: x86: Check CR3 GPA for validity regardless of vCPU mode
Sean Christopherson
2021-04-26
1
-3
/
+8
|
*
KVM: x86: Remove emulator's broken checks on CR0/CR3/CR4 loads
Sean Christopherson
2021-04-26
1
-77
/
+3
|
*
KVM: VMX: Intercept FS/GS_BASE MSR accesses for 32-bit KVM
Sean Christopherson
2021-04-26
2
-0
/
+6
|
*
KVM: SVM: Delay restoration of host MSR_TSC_AUX until return to userspace
Sean Christopherson
2021-04-26
2
-36
/
+24
|
*
KVM: SVM: Clear MSR_TSC_AUX[63:32] on write
Sean Christopherson
2021-04-26
1
-1
/
+11
|
*
KVM: SVM: Inject #GP on guest MSR_TSC_AUX accesses if RDTSCP unsupported
Sean Christopherson
2021-04-26
1
-0
/
+7
|
*
KVM: VMX: Invert the inlining of MSR interception helpers
Sean Christopherson
2021-04-26
2
-17
/
+15
|
*
KVM: X86: Fix failure to boost kernel lock holder candidate in SEV-ES guests
Wanpeng Li
2021-04-26
1
-0
/
+3
|
*
KVM: x86: Properly handle APF vs disabled LAPIC situation
Vitaly Kuznetsov
2021-04-26
2
-1
/
+7
|
*
KVM: x86: Fix implicit enum conversion goof in scattered reverse CPUID code
Sean Christopherson
2021-04-23
2
-3
/
+4
|
*
KVM: VMX: use EPT_VIOLATION_GVA_TRANSLATED instead of 0x100
Isaku Yamahata
2021-04-23
1
-1
/
+1
|
*
Merge branch 'kvm-sev-cgroup' into HEAD
Paolo Bonzini
2021-04-22
30
-197
/
+395
|
|
\
|
*
|
KVM: SVM: Allocate SEV command structures on local stack
Sean Christopherson
2021-04-21
1
-305
/
+173
|
*
|
KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command
Brijesh Singh
2021-04-21
1
-0
/
+23
|
*
|
KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command
Brijesh Singh
2021-04-21
1
-0
/
+79
|
*
|
KVM: SVM: Add support for KVM_SEV_RECEIVE_START command
Brijesh Singh
2021-04-21
1
-0
/
+81
|
*
|
KVM: SVM: Add support for KVM_SEV_SEND_CANCEL command
Steve Rutherford
2021-04-21
1
-0
/
+23
|
*
|
KVM: SVM: Add KVM_SEV_SEND_FINISH command
Brijesh Singh
2021-04-21
1
-0
/
+23
|
*
|
KVM: SVM: Add KVM_SEND_UPDATE_DATA command
Brijesh Singh
2021-04-21
1
-0
/
+125
|
*
|
KVM: SVM: Add KVM_SEV SEND_START command
Brijesh Singh
2021-04-21
1
-0
/
+128
|
*
|
KVM: Boost vCPU candidate in user mode which is delivering interrupt
Wanpeng Li
2021-04-21
1
-0
/
+8
|
*
|
KVM: x86: Support KVM VMs sharing SEV context
Nathan Tempelman
2021-04-21
5
-1
/
+101
|
*
|
nSVM: Check addresses of MSR and IO permission maps
Krish Sadhukhan
2021-04-21
1
-3
/
+22
|
*
|
KVM: SVM: Define actual size of IOPM and MSRPM tables
Krish Sadhukhan
2021-04-20
2
-10
/
+13
|
*
|
KVM: x86: Add capability to grant VM access to privileged SGX attribute
Sean Christopherson
2021-04-20
2
-1
/
+22
[next]