index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
svm.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: SVM: Add host SEV-ES save area structure into VMCB via a union
Sean Christopherson
2024-08-30
1
-5
/
+15
*
KVM: SEV: Support SEV-SNP AP Creation NAE event
Tom Lendacky
2024-05-12
1
-0
/
+6
*
KVM: SEV: Add initial SEV-SNP support
Brijesh Singh
2024-05-12
1
-1
/
+2
*
KVM: SVM: Rename vmplX_ssp -> plX_ssp
John Allen
2024-02-27
1
-4
/
+4
*
Merge tag 'x86_cpu_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-10-30
1
-6
/
+0
|
\
|
*
x86/cpu: Clear SVM feature if disabled by BIOS
Paolo Bonzini
2023-09-22
1
-6
/
+0
*
|
x86: KVM: SVM: add support for Invalid IPI Vector interception
Maxim Levitsky
2023-10-12
1
-0
/
+1
|
/
*
KVM: SVM: correct the size of spec_ctrl field in VMCB save area
Manali Shukla
2023-08-17
1
-2
/
+2
*
KVM: SEV: Enable data breakpoints in SEV-ES
Alexey Kardashevskiy
2023-07-29
1
-0
/
+1
*
KVM: SVM: Remove a duplicate definition of VMCB_AVIC_APIC_BAR_MASK
Xinghui Li
2023-04-04
1
-1
/
+0
*
KVM: SVM: Add definitions for new bits in VMCB::int_ctrl related to vNMI
Santosh Shukla
2023-03-23
1
-0
/
+9
*
KVM: SVM: Fix a benign off-by-one bug in AVIC physical table mask
Sean Christopherson
2023-03-14
1
-5
/
+7
*
x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
Sean Christopherson
2022-11-18
1
-1
/
+1
*
KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
Sean Christopherson
2022-11-18
1
-1
/
+6
*
KVM: SVM: Name and check reserved fields with structs offset
Carlos Bilbao
2022-11-09
1
-28
/
+65
*
KVM: SVM: Introduce logic to (de)activate x2AVIC mode
Suravee Suthikulpanit
2022-06-24
1
-0
/
+1
*
KVM: SVM: Update max number of vCPUs supported for x2AVIC mode
Suravee Suthikulpanit
2022-06-24
1
-3
/
+9
*
KVM: SVM: Detect X2APIC virtualization (x2AVIC) support
Suravee Suthikulpanit
2022-06-24
1
-0
/
+3
*
Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-05-24
1
-4
/
+4
|
\
|
*
x86/kvm/svm: Force-inline GHCB accessors
Borislav Petkov
2022-04-04
1
-4
/
+4
*
|
KVM: SVM: Update the SEV-ES save area mapping
Tom Lendacky
2022-04-06
1
-16
/
+50
*
|
KVM: SVM: Create a separate mapping for the GHCB save area
Tom Lendacky
2022-04-06
1
-3
/
+45
*
|
KVM: SVM: Create a separate mapping for the SEV-ES save area
Tom Lendacky
2022-04-06
1
-20
/
+67
*
|
KVM: SVM: Define sev_features and VMPL field in the VMSA
Brijesh Singh
2022-04-05
1
-2
/
+4
|
/
*
KVM: x86: SVM: move tsc ratio definitions to svm.h
Maxim Levitsky
2022-04-02
1
-0
/
+6
*
KVM: x86: SVM: fix avic spec based definitions again
Maxim Levitsky
2022-04-02
1
-3
/
+5
*
KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255
Suravee Suthikulpanit
2022-03-08
1
-1
/
+1
*
KVM: x86: SVM: move avic definitions from AMD's spec to svm.h
Maxim Levitsky
2022-02-08
1
-0
/
+36
*
KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
Maxim Levitsky
2021-08-16
1
-0
/
+2
*
KVM: SVM: Software reserved fields
Vineeth Pillai
2021-06-17
1
-2
/
+7
*
KVM: SVM: Add support for Virtual SPEC_CTRL
Babu Moger
2021-03-15
1
-1
/
+3
*
KVM: SVM: Provide support for SEV-ES vCPU loading
Tom Lendacky
2020-12-15
1
-3
/
+7
*
KVM: SVM: Provide support for SEV-ES vCPU creation/loading
Tom Lendacky
2020-12-15
1
-1
/
+14
*
KVM: SVM: Add initial support for a VMGEXIT VMEXIT
Tom Lendacky
2020-12-15
1
-1
/
+1
*
KVM: SVM: Add required changes to support intercepts under SEV-ES
Tom Lendacky
2020-12-15
1
-1
/
+2
*
KVM: SVM: Add GHCB accessor functions for retrieving fields
Tom Lendacky
2020-12-14
1
-0
/
+10
*
KVM: SVM: Add new intercept word in vmcb_control_area
Babu Moger
2020-09-28
1
-0
/
+7
*
KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors
Babu Moger
2020-09-28
1
-7
/
+7
*
KVM: SVM: Modify intercept_exceptions to generic intercepts
Babu Moger
2020-09-28
1
-1
/
+4
*
KVM: SVM: Change intercept_dr to generic intercepts
Babu Moger
2020-09-28
1
-18
/
+18
*
KVM: SVM: Change intercept_cr to generic intercepts
Babu Moger
2020-09-28
1
-10
/
+13
*
KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)
Babu Moger
2020-09-28
1
-0
/
+9
*
KVM: SVM: Use __packed shorthand
Borislav Petkov
2020-09-07
1
-6
/
+6
*
KVM: SVM: Add GHCB Accessor functions
Joerg Roedel
2020-09-07
1
-0
/
+43
*
KVM: SVM: Add GHCB definitions
Tom Lendacky
2020-09-07
1
-2
/
+49
*
KVM: nSVM: remove trailing padding for struct vmcb_control_area
Paolo Bonzini
2020-06-01
1
-1
/
+8
*
kvm: svm: Intercept RDPRU
Jim Mattson
2019-09-24
1
-0
/
+1
*
KVM/x86: Use SVM assembly instruction mnemonics instead of .byte streams
Uros Bizjak
2018-12-21
1
-7
/
+0
*
KVM: SVM: Add pause filter threshold
Babu Moger
2018-03-28
1
-1
/
+2
*
kvm: svm: Add SEV feature definitions to KVM
Tom Lendacky
2017-12-04
1
-0
/
+1
[next]