summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/svm.h
Commit message (Expand)AuthorAgeFilesLines
* 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-221-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
* kvm: svm: prepare for new bit definition in nested_ctlTom Lendacky2017-12-041-0/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* KVM: SVM: Enable Virtual GIF featureJanakarajan Natarajan2017-08-231-0/+6
* KVM: SVM: Enable Virtual VMLOAD VMSAVE featureJanakarajan Natarajan2017-07-121-0/+1
* KVM: SVM: Rename lbr_ctl field in the vmcb control areaJanakarajan Natarajan2017-07-121-1/+1
* KVM: SVM: Prepare for new bit definition in lbr_ctlJanakarajan Natarajan2017-07-121-0/+2
* x86/kvm/svm: Simplify cpu_has_svm()Borislav Petkov2016-06-161-1/+0
* KVM: x86: Detect and Initialize AVIC supportSuravee Suthikulpanit2016-05-181-0/+3
* svm: Introduce new AVIC VMCB registersSuravee Suthikulpanit2016-05-181-2/+7