aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/svm.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-27KVM: SVM: Rename vmplX_ssp -> plX_sspGravatar John Allen 1-4/+4
2023-10-30Merge tag 'x86_cpu_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-6/+0
2023-10-12x86: KVM: SVM: add support for Invalid IPI Vector interceptionGravatar Maxim Levitsky 1-0/+1
2023-09-22x86/cpu: Clear SVM feature if disabled by BIOSGravatar Paolo Bonzini 1-6/+0
2023-08-17KVM: SVM: correct the size of spec_ctrl field in VMCB save areaGravatar Manali Shukla 1-2/+2
2023-07-28KVM: SEV: Enable data breakpoints in SEV-ESGravatar Alexey Kardashevskiy 1-0/+1
2023-04-04KVM: SVM: Remove a duplicate definition of VMCB_AVIC_APIC_BAR_MASKGravatar Xinghui Li 1-1/+0
2023-03-22KVM: SVM: Add definitions for new bits in VMCB::int_ctrl related to vNMIGravatar Santosh Shukla 1-0/+9
2023-03-14KVM: SVM: Fix a benign off-by-one bug in AVIC physical table maskGravatar Sean Christopherson 1-5/+7
2022-11-18x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"Gravatar Sean Christopherson 1-1/+1
2022-11-18KVM: SVM: Add a proper field for Hyper-V VMCB enlightenmentsGravatar Sean Christopherson 1-1/+6
2022-11-09KVM: SVM: Name and check reserved fields with structs offsetGravatar Carlos Bilbao 1-28/+65
2022-06-24KVM: SVM: Introduce logic to (de)activate x2AVIC modeGravatar Suravee Suthikulpanit 1-0/+1
2022-06-24KVM: SVM: Update max number of vCPUs supported for x2AVIC modeGravatar Suravee Suthikulpanit 1-3/+9
2022-06-24KVM: SVM: Detect X2APIC virtualization (x2AVIC) supportGravatar Suravee Suthikulpanit 1-0/+3
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+4
2022-04-06KVM: SVM: Update the SEV-ES save area mappingGravatar Tom Lendacky 1-16/+50
2022-04-06KVM: SVM: Create a separate mapping for the GHCB save areaGravatar Tom Lendacky 1-3/+45
2022-04-06KVM: SVM: Create a separate mapping for the SEV-ES save areaGravatar Tom Lendacky 1-20/+67
2022-04-05KVM: SVM: Define sev_features and VMPL field in the VMSAGravatar Brijesh Singh 1-2/+4
2022-04-04x86/kvm/svm: Force-inline GHCB accessorsGravatar Borislav Petkov 1-4/+4
2022-04-02KVM: x86: SVM: move tsc ratio definitions to svm.hGravatar Maxim Levitsky 1-0/+6
2022-04-02KVM: x86: SVM: fix avic spec based definitions againGravatar Maxim Levitsky 1-3/+5
2022-03-08KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255Gravatar Suravee Suthikulpanit 1-1/+1
2022-02-08KVM: x86: SVM: move avic definitions from AMD's spec to svm.hGravatar Maxim Levitsky 1-0/+36
2021-08-16KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Gravatar Maxim Levitsky 1-0/+2
2021-06-17KVM: SVM: Software reserved fieldsGravatar Vineeth Pillai 1-2/+7
2021-03-15KVM: SVM: Add support for Virtual SPEC_CTRLGravatar Babu Moger 1-1/+3
2020-12-15KVM: SVM: Provide support for SEV-ES vCPU loadingGravatar Tom Lendacky 1-3/+7
2020-12-15KVM: SVM: Provide support for SEV-ES vCPU creation/loadingGravatar Tom Lendacky 1-1/+14
2020-12-15KVM: SVM: Add initial support for a VMGEXIT VMEXITGravatar Tom Lendacky 1-1/+1
2020-12-15KVM: SVM: Add required changes to support intercepts under SEV-ESGravatar Tom Lendacky 1-1/+2
2020-12-14KVM: SVM: Add GHCB accessor functions for retrieving fieldsGravatar Tom Lendacky 1-0/+10
2020-09-28KVM: SVM: Add new intercept word in vmcb_control_areaGravatar Babu Moger 1-0/+7
2020-09-28KVM: SVM: Modify 64 bit intercept field to two 32 bit vectorsGravatar Babu Moger 1-7/+7
2020-09-28KVM: SVM: Modify intercept_exceptions to generic interceptsGravatar Babu Moger 1-1/+4
2020-09-28KVM: SVM: Change intercept_dr to generic interceptsGravatar Babu Moger 1-18/+18
2020-09-28KVM: SVM: Change intercept_cr to generic interceptsGravatar Babu Moger 1-10/+13
2020-09-28KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)Gravatar Babu Moger 1-0/+9
2020-09-07KVM: SVM: Use __packed shorthandGravatar Borislav Petkov 1-6/+6
2020-09-07KVM: SVM: Add GHCB Accessor functionsGravatar Joerg Roedel 1-0/+43
2020-09-07KVM: SVM: Add GHCB definitionsGravatar Tom Lendacky 1-2/+49
2020-06-01KVM: nSVM: remove trailing padding for struct vmcb_control_areaGravatar Paolo Bonzini 1-1/+8
2019-09-24kvm: svm: Intercept RDPRUGravatar Jim Mattson 1-0/+1
2018-12-21KVM/x86: Use SVM assembly instruction mnemonics instead of .byte streamsGravatar Uros Bizjak 1-7/+0
2018-03-28KVM: SVM: Add pause filter thresholdGravatar Babu Moger 1-1/+2
2017-12-04kvm: svm: Add SEV feature definitions to KVMGravatar Tom Lendacky 1-0/+1
2017-12-04kvm: svm: prepare for new bit definition in nested_ctlGravatar Tom Lendacky 1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-23KVM: SVM: Enable Virtual GIF featureGravatar Janakarajan Natarajan 1-0/+6