index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-26
KVM: x86: Move reverse CPUID helpers to separate header file
Ricardo Koller
2
-176
/
+186
2021-04-26
KVM: x86: Rename GPR accessors to make mode-aware variants the defaults
Sean Christopherson
7
-36
/
+41
2021-04-26
KVM: SVM: Use default rAX size for INVLPGA emulation
Sean Christopherson
1
-3
/
+9
2021-04-26
KVM: x86/xen: Drop RAX[63:32] when processing hypercall
Sean Christopherson
1
-1
/
+1
2021-04-26
KVM: nVMX: Truncate base/index GPR value on address calc in !64-bit
Sean Christopherson
1
-2
/
+2
2021-04-26
KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bit
Sean Christopherson
1
-1
/
+1
2021-04-26
KVM: VMX: Truncate GPR value for DR and CR reads in !64-bit mode
Sean Christopherson
1
-3
/
+3
2021-04-26
KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode
Sean Christopherson
1
-4
/
+4
2021-04-26
KVM: x86: Check CR3 GPA for validity regardless of vCPU mode
Sean Christopherson
1
-3
/
+8
2021-04-26
KVM: x86: Remove emulator's broken checks on CR0/CR3/CR4 loads
Sean Christopherson
1
-77
/
+3
2021-04-26
KVM: VMX: Intercept FS/GS_BASE MSR accesses for 32-bit KVM
Sean Christopherson
2
-0
/
+6
2021-04-26
KVM: SVM: Delay restoration of host MSR_TSC_AUX until return to userspace
Sean Christopherson
2
-36
/
+24
2021-04-26
KVM: SVM: Clear MSR_TSC_AUX[63:32] on write
Sean Christopherson
1
-1
/
+11
2021-04-26
KVM: SVM: Inject #GP on guest MSR_TSC_AUX accesses if RDTSCP unsupported
Sean Christopherson
1
-0
/
+7
2021-04-26
KVM: VMX: Invert the inlining of MSR interception helpers
Sean Christopherson
2
-17
/
+15
2021-04-26
KVM: X86: Fix failure to boost kernel lock holder candidate in SEV-ES guests
Wanpeng Li
1
-0
/
+3
2021-04-26
KVM: x86: Properly handle APF vs disabled LAPIC situation
Vitaly Kuznetsov
2
-1
/
+7
2021-04-23
KVM: x86/xen: Take srcu lock when accessing kvm_memslots()
Wanpeng Li
1
-11
/
+9
2021-04-23
KVM: x86: Fix implicit enum conversion goof in scattered reverse CPUID code
Sean Christopherson
2
-3
/
+4
2021-04-23
KVM: VMX: use EPT_VIOLATION_GVA_TRANSLATED instead of 0x100
Isaku Yamahata
1
-1
/
+1
2021-04-22
Merge branch 'kvm-sev-cgroup' into HEAD
Paolo Bonzini
9
-94
/
+264
2021-04-21
KVM: SVM: Allocate SEV command structures on local stack
Sean Christopherson
1
-304
/
+172
2021-04-21
KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command
Brijesh Singh
1
-0
/
+23
2021-04-21
KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command
Brijesh Singh
1
-0
/
+79
2021-04-21
KVM: SVM: Add support for KVM_SEV_RECEIVE_START command
Brijesh Singh
1
-0
/
+81
2021-04-21
KVM: SVM: Add support for KVM_SEV_SEND_CANCEL command
Steve Rutherford
1
-0
/
+23
2021-04-21
KVM: SVM: Add KVM_SEV_SEND_FINISH command
Brijesh Singh
1
-0
/
+23
2021-04-21
KVM: SVM: Add KVM_SEND_UPDATE_DATA command
Brijesh Singh
1
-0
/
+125
2021-04-21
KVM: SVM: Add KVM_SEV SEND_START command
Brijesh Singh
1
-0
/
+128
2021-04-21
KVM: Boost vCPU candidate in user mode which is delivering interrupt
Wanpeng Li
1
-0
/
+8
2021-04-21
KVM: x86: Support KVM VMs sharing SEV context
Nathan Tempelman
4
-1
/
+100
2021-04-21
nSVM: Check addresses of MSR and IO permission maps
Krish Sadhukhan
1
-3
/
+22
2021-04-20
KVM: SVM: Define actual size of IOPM and MSRPM tables
Krish Sadhukhan
2
-10
/
+13
2021-04-20
KVM: x86: Add capability to grant VM access to privileged SGX attribute
Sean Christopherson
2
-1
/
+22
2021-04-20
KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC
Sean Christopherson
8
-9
/
+204
2021-04-20
KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC)
Sean Christopherson
1
-0
/
+64
2021-04-20
KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs
Sean Christopherson
4
-0
/
+75
2021-04-20
KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions
Sean Christopherson
1
-0
/
+275
2021-04-20
KVM: VMX: Frame in ENCLS handler for SGX virtualization
Sean Christopherson
4
-3
/
+73
2021-04-20
KVM: VMX: Add basic handling of VM-Exit from SGX enclave
Sean Christopherson
2
-2
/
+45
2021-04-20
KVM: x86: Add reverse-CPUID lookup support for scattered SGX features
Sean Christopherson
1
-2
/
+13
2021-04-20
KVM: x86: Add support for reverse CPUID lookup of scattered features
Sean Christopherson
2
-10
/
+61
2021-04-20
KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)
Sean Christopherson
1
-0
/
+2
2021-04-20
KVM: vmx: add mismatched size assertions in vmcs_check32()
Haiwei Li
1
-0
/
+4
2021-04-20
KVM: SVM: Enhance and clean up the vmcb tracking comment in pre_svm_run()
Sean Christopherson
1
-5
/
+4
2021-04-20
KVM: SVM: Add a comment to clarify what vcpu_svm.vmcb points at
Sean Christopherson
1
-0
/
+1
2021-04-20
KVM: SVM: Drop vcpu_svm.vmcb_pa
Sean Christopherson
2
-4
/
+9
2021-04-20
KVM: SVM: Don't set current_vmcb->cpu when switching vmcb
Sean Christopherson
1
-8
/
+0
2021-04-19
KVM: SVM: Make sure GHCB is mapped before updating
Tom Lendacky
2
-1
/
+4
2021-04-19
KVM: X86: Do not yield to self
Wanpeng Li
1
-0
/
+4
[prev]
[next]