summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/svm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: SVM: Add host SEV-ES save area structure into VMCB via a unionSean Christopherson2024-08-301-5/+15
* KVM: SEV: Support SEV-SNP AP Creation NAE eventTom Lendacky2024-05-121-0/+6
* KVM: SEV: Add initial SEV-SNP supportBrijesh Singh2024-05-121-1/+2
* KVM: SVM: Rename vmplX_ssp -> plX_sspJohn Allen2024-02-271-4/+4
* Merge tag 'x86_cpu_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-301-6/+0
|\
| * x86/cpu: Clear SVM feature if disabled by BIOSPaolo Bonzini2023-09-221-6/+0
* | x86: KVM: SVM: add support for Invalid IPI Vector interceptionMaxim Levitsky2023-10-121-0/+1
|/
* KVM: SVM: correct the size of spec_ctrl field in VMCB save areaManali Shukla2023-08-171-2/+2
* KVM: SEV: Enable data breakpoints in SEV-ESAlexey Kardashevskiy2023-07-291-0/+1
* KVM: SVM: Remove a duplicate definition of VMCB_AVIC_APIC_BAR_MASKXinghui Li2023-04-041-1/+0
* KVM: SVM: Add definitions for new bits in VMCB::int_ctrl related to vNMISantosh Shukla2023-03-231-0/+9
* KVM: SVM: Fix a benign off-by-one bug in AVIC physical table maskSean Christopherson2023-03-141-5/+7
* x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"Sean Christopherson2022-11-181-1/+1
* KVM: SVM: Add a proper field for Hyper-V VMCB enlightenmentsSean Christopherson2022-11-181-1/+6
* KVM: SVM: Name and check reserved fields with structs offsetCarlos Bilbao2022-11-091-28/+65
* KVM: SVM: Introduce logic to (de)activate x2AVIC modeSuravee Suthikulpanit2022-06-241-0/+1
* KVM: SVM: Update max number of vCPUs supported for x2AVIC modeSuravee Suthikulpanit2022-06-241-3/+9
* KVM: SVM: Detect X2APIC virtualization (x2AVIC) supportSuravee Suthikulpanit2022-06-241-0/+3
* Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-241-4/+4
|\
| * x86/kvm/svm: Force-inline GHCB accessorsBorislav Petkov2022-04-041-4/+4
* | KVM: SVM: Update the SEV-ES save area mappingTom Lendacky2022-04-061-16/+50
* | KVM: SVM: Create a separate mapping for the GHCB save areaTom Lendacky2022-04-061-3/+45
* | KVM: SVM: Create a separate mapping for the SEV-ES save areaTom Lendacky2022-04-061-20/+67
* | KVM: SVM: Define sev_features and VMPL field in the VMSABrijesh Singh2022-04-051-2/+4
|/
* KVM: x86: SVM: move tsc ratio definitions to svm.hMaxim Levitsky2022-04-021-0/+6
* KVM: x86: SVM: fix avic spec based definitions againMaxim Levitsky2022-04-021-3/+5
* KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255Suravee Suthikulpanit2022-03-081-1/+1
* KVM: x86: SVM: move avic definitions from AMD's spec to svm.hMaxim Levitsky2022-02-081-0/+36
* KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Maxim Levitsky2021-08-161-0/+2
* KVM: SVM: Software reserved fieldsVineeth Pillai2021-06-171-2/+7
* KVM: SVM: Add support for Virtual SPEC_CTRLBabu Moger2021-03-151-1/+3
* KVM: SVM: Provide support for SEV-ES vCPU loadingTom Lendacky2020-12-151-3/+7
* KVM: SVM: Provide support for SEV-ES vCPU creation/loadingTom Lendacky2020-12-151-1/+14
* KVM: SVM: Add initial support for a VMGEXIT VMEXITTom Lendacky2020-12-151-1/+1
* KVM: SVM: Add required changes to support intercepts under SEV-ESTom Lendacky2020-12-151-1/+2
* KVM: SVM: Add GHCB accessor functions for retrieving fieldsTom Lendacky2020-12-141-0/+10
* KVM: SVM: Add new intercept word in vmcb_control_areaBabu Moger2020-09-281-0/+7
* KVM: SVM: Modify 64 bit intercept field to two 32 bit vectorsBabu Moger2020-09-281-7/+7
* KVM: SVM: Modify intercept_exceptions to generic interceptsBabu Moger2020-09-281-1/+4
* KVM: SVM: Change intercept_dr to generic interceptsBabu Moger2020-09-281-18/+18
* KVM: SVM: Change intercept_cr to generic interceptsBabu Moger2020-09-281-10/+13
* KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)Babu Moger2020-09-281-0/+9
* KVM: SVM: Use __packed shorthandBorislav Petkov2020-09-071-6/+6
* KVM: SVM: Add GHCB Accessor functionsJoerg Roedel2020-09-071-0/+43
* KVM: SVM: Add GHCB definitionsTom Lendacky2020-09-071-2/+49
* KVM: nSVM: remove trailing padding for struct vmcb_control_areaPaolo Bonzini2020-06-011-1/+8
* kvm: svm: Intercept RDPRUJim Mattson2019-09-241-0/+1
* KVM/x86: Use SVM assembly instruction mnemonics instead of .byte streamsUros Bizjak2018-12-211-7/+0
* KVM: SVM: Add pause filter thresholdBabu Moger2018-03-281-1/+2
* kvm: svm: Add SEV feature definitions to KVMTom Lendacky2017-12-041-0/+1