index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
svm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-26
KVM: x86: disallow pre-fault for SNP VMs before initialization
Paolo Bonzini
1
-0
/
+1
2024-07-16
Merge tag 'kvm-x86-svm-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-13
/
+10
2024-07-16
Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-7
/
+8
2024-07-16
Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-8
/
+3
2024-07-12
Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-2
/
+2
2024-06-28
KVM: SVM: Use sev_es_host_save_area() helper when initializing tsc_aux
Sean Christopherson
1
-9
/
+6
2024-06-28
KVM: SVM: Force sev_es_host_save_area() to be inlined (for noinstr usage)
Sean Christopherson
1
-1
/
+1
2024-06-28
KVM: x86: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-06-21
KVM: SEV-ES: Fix svm_get_msr()/svm_set_msr() for KVM_SEV_ES_INIT guests
Michael Roth
1
-2
/
+2
2024-06-11
KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
Sean Christopherson
1
-8
/
+3
2024-06-10
KVM: SVM: Emulate SYSENTER RIP/RSP behavior for all Intel compat vCPUs
Sean Christopherson
1
-7
/
+7
2024-06-03
KVM: SVM: Consider NUMA affinity when allocating per-CPU save_area
Li RongQing
1
-1
/
+1
2024-06-03
KVM: SVM: not account memory allocation for per-CPU svm_data
Li RongQing
1
-1
/
+1
2024-06-03
KVM: SVM: remove useless input parameter in snp_safe_alloc_page
Li RongQing
1
-4
/
+4
2024-06-03
Merge branch 'kvm-6.11-sev-snp' into HEAD
Paolo Bonzini
1
-5
/
+24
2024-06-03
KVM: SEV-ES: Delegate LBR virtualization to the processor
Ravi Bangoria
1
-1
/
+7
2024-06-03
KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absent
Ravi Bangoria
1
-9
/
+7
2024-06-03
KVM: SEV-ES: Prevent MSR access post VMSA encryption
Nikunj A Dadhania
1
-0
/
+18
2024-06-03
KVM: SVM: Remove the need to trigger an UNBLOCK event on AP creation
Tom Lendacky
1
-7
/
+1
2024-05-23
KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked
Sean Christopherson
1
-8
/
+19
2024-05-12
KVM: x86: Implement hook for determining max NPT mapping level
Michael Roth
1
-0
/
+1
2024-05-12
KVM: SEV: Implement gmem hook for invalidating private pages
Michael Roth
1
-0
/
+1
2024-05-12
KVM: SEV: Implement gmem hook for initializing private pages
Michael Roth
1
-0
/
+2
2024-05-12
KVM: SEV: Support SEV-SNP AP Creation NAE event
Tom Lendacky
1
-1
/
+10
2024-05-12
KVM: SEV: Add support to handle RMP nested page faults
Brijesh Singh
1
-4
/
+10
2024-05-12
KVM: SEV: Add initial SEV-SNP support
Brijesh Singh
1
-1
/
+7
2024-05-10
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-7
/
+10
2024-05-07
KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handler
Sean Christopherson
1
-0
/
+9
2024-04-11
KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA time
Paolo Bonzini
1
-8
/
+0
2024-04-11
KVM: SEV: define VM types for SEV and SEV-ES
Paolo Bonzini
1
-0
/
+11
2024-04-11
KVM: SEV: store VMSA features in kvm_sev_info
Paolo Bonzini
1
-1
/
+1
2024-04-11
KVM: SEV: publish supported VMSA features
Paolo Bonzini
1
-0
/
+1
2024-04-11
KVM: SVM: Compile sev.c if and only if CONFIG_KVM_AMD_SEV=y
Paolo Bonzini
1
-1
/
+4
2024-04-09
KVM: SVM: Save/restore non-volatile GPRs in SEV-ES VMRUN via host save area
Sean Christopherson
1
-7
/
+10
2024-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-13
/
+12
2024-03-11
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2024-02-22
KVM: x86: Fully defer to vendor code to decide how to force immediate exit
Sean Christopherson
1
-3
/
+4
2024-02-22
KVM: x86: Move handling of is_guest_mode() into fastpath exit handlers
Sean Christopherson
1
-3
/
+3
2024-02-22
KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepoint
Sean Christopherson
1
-2
/
+3
2024-02-22
KVM: x86: Make kvm_get_dr() return a value, not use an out parameter
Sean Christopherson
1
-5
/
+2
2024-02-14
Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...
Ingo Molnar
1
-1
/
+1
2024-01-29
KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
Brijesh Singh
1
-3
/
+14
2024-01-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+16
2024-01-10
x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE
Breno Leitao
1
-1
/
+1
2024-01-08
Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2024-01-08
Merge tag 'kvm-x86-svm-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+16
2024-01-03
arch/x86: Fix typos
Bjorn Helgaas
1
-1
/
+1
2023-12-13
KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guests
Michael Roth
1
-0
/
+1
2023-12-08
KVM: SVM: Update EFER software model on CR0 trap for SEV-ES
Sean Christopherson
1
-3
/
+5
2023-11-30
KVM: SVM: Don't intercept IRET when injecting NMI and vNMI is enabled
Sean Christopherson
1
-2
/
+9
[prev]
[next]