index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
svm.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: SVM: Track the per-CPU host save area as a VMCB pointer
Sean Christopherson
2024-08-30
1
-1
/
+1
*
KVM: SVM: Add a helper to convert a SME-aware PA back to a struct page
Sean Christopherson
2024-08-30
1
-1
/
+15
*
Merge branch 'kvm-6.11-sev-attestation' into HEAD
Paolo Bonzini
2024-07-16
1
-0
/
+3
|
\
|
*
KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
Brijesh Singh
2024-07-16
1
-0
/
+3
*
|
Merge tag 'kvm-x86-svm-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
1
-3
/
+15
|
\
\
|
*
|
KVM: SVM: Consider NUMA affinity when allocating per-CPU save_area
Li RongQing
2024-06-04
1
-5
/
+5
|
*
|
KVM: SVM: not account memory allocation for per-CPU svm_data
Li RongQing
2024-06-04
1
-2
/
+13
|
*
|
KVM: SVM: remove useless input parameter in snp_safe_alloc_page
Li RongQing
2024-06-04
1
-2
/
+3
*
|
|
Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
1
-1
/
+1
|
\
\
\
|
*
|
|
KVM: x86: Keep consistent naming for APICv/AVIC inhibit reasons
Alejandro Jimenez
2024-06-05
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'kvm-6.11-sev-snp' into HEAD
Paolo Bonzini
2024-06-03
1
-0
/
+47
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
KVM: SVM: Remove the need to trigger an UNBLOCK event on AP creation
Tom Lendacky
2024-06-03
1
-2
/
+0
|
*
|
KVM: x86: Implement hook for determining max NPT mapping level
Michael Roth
2024-05-12
1
-0
/
+5
|
*
|
KVM: SEV: Implement gmem hook for invalidating private pages
Michael Roth
2024-05-12
1
-0
/
+2
|
*
|
KVM: SEV: Implement gmem hook for initializing private pages
Michael Roth
2024-05-12
1
-0
/
+5
|
*
|
KVM: SEV: Support SEV-SNP AP Creation NAE event
Tom Lendacky
2024-05-12
1
-0
/
+9
|
*
|
KVM: SEV: Add support to handle RMP nested page faults
Brijesh Singh
2024-05-12
1
-0
/
+3
|
*
|
KVM: SEV: Add support to handle Page State Change VMGEXIT
Michael Roth
2024-05-12
1
-0
/
+5
|
*
|
KVM: SEV: Add support to handle GHCB GPA register VMGEXIT
Brijesh Singh
2024-05-12
1
-0
/
+7
|
*
|
KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
Brijesh Singh
2024-05-12
1
-0
/
+1
|
*
|
KVM: SEV: Add initial SEV-SNP support
Brijesh Singh
2024-05-12
1
-0
/
+12
|
|
/
*
|
KVM: SEV-ES: Delegate LBR virtualization to the processor
Ravi Bangoria
2024-06-03
1
-1
/
+2
*
|
KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absent
Ravi Bangoria
2024-06-03
1
-0
/
+1
|
/
*
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2024-05-10
1
-1
/
+2
|
\
|
*
KVM: SVM: Save/restore non-volatile GPRs in SEV-ES VMRUN via host save area
Sean Christopherson
2024-04-09
1
-1
/
+2
*
|
KVM: SEV: Allow per-guest configuration of GHCB protocol version
Michael Roth
2024-05-07
1
-0
/
+1
*
|
KVM: SEV: Add support to handle AP reset MSR protocol
Tom Lendacky
2024-05-07
1
-0
/
+1
*
|
KVM: SEV: define VM types for SEV and SEV-ES
Paolo Bonzini
2024-04-11
1
-0
/
+1
*
|
KVM: SEV: introduce to_kvm_sev_info
Paolo Bonzini
2024-04-11
1
-0
/
+5
*
|
KVM: SEV: store VMSA features in kvm_sev_info
Paolo Bonzini
2024-04-11
1
-1
/
+2
*
|
KVM: SEV: publish supported VMSA features
Paolo Bonzini
2024-04-11
1
-0
/
+2
*
|
KVM: SVM: Compile sev.c if and only if CONFIG_KVM_AMD_SEV=y
Paolo Bonzini
2024-04-11
1
-17
/
+28
|
/
*
KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
Brijesh Singh
2024-01-29
1
-0
/
+1
*
Merge tag 'kvm-x86-hyperv-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-01-08
1
-0
/
+2
|
\
|
*
KVM: nSVM: Hide more stuff under CONFIG_KVM_HYPERV/CONFIG_HYPERV
Vitaly Kuznetsov
2023-12-07
1
-0
/
+2
*
|
KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guests
Michael Roth
2023-12-13
1
-1
/
+1
|
/
*
KVM: SVM: Fix TSC_AUX virtualization setup
Tom Lendacky
2023-09-23
1
-0
/
+1
*
Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-08-31
1
-13
/
+5
|
\
|
*
KVM: nSVM: Use KVM-governed feature framework to track "vNMI enabled"
Sean Christopherson
2023-08-17
1
-4
/
+1
|
*
KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled"
Sean Christopherson
2023-08-17
1
-2
/
+3
|
*
KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled"
Sean Christopherson
2023-08-17
1
-2
/
+0
|
*
KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled"
Sean Christopherson
2023-08-17
1
-1
/
+0
|
*
KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
Sean Christopherson
2023-08-17
1
-1
/
+0
|
*
KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled"
Sean Christopherson
2023-08-17
1
-1
/
+0
|
*
KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled"
Sean Christopherson
2023-08-17
1
-1
/
+0
|
*
KVM: x86: Always write vCPU's current TSC offset/ratio in vendor hooks
Sean Christopherson
2023-08-04
1
-1
/
+1
|
*
KVM: nSVM: Use the "outer" helper for writing multiplier to MSR_AMD64_TSC_RATIO
Sean Christopherson
2023-08-04
1
-1
/
+1
*
|
Merge tag 'kvm-x86-svm-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-08-31
1
-42
/
+1
|
\
\
|
*
|
KVM: SVM: Require nrips support for SEV guests (and beyond)
Sean Christopherson
2023-08-25
1
-0
/
+1
|
*
|
KVM: SEV: move set_dr_intercepts/clr_dr_intercepts from the header
Alexey Kardashevskiy
2023-07-29
1
-42
/
+0
|
|
/
[next]