summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/svm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* UAPI: (Scripted) Disintegrate arch/x86/include/asmDavid Howells2012-12-141-130/+2
* KVM: x86: Export svm/vmx exit code and vector code to userspaceXiao Guangrong2012-09-211-75/+130
* KVM: SVM: copy instruction bytes from VMCBAndre Przywara2011-01-121-1/+3
* KVM: SVM: enhance MOV CR intercept handlerAndre Przywara2011-01-121-0/+2
* KVM: SVM: Add xsetbv interceptJoerg Roedel2011-01-121-0/+2
* KVM: SVM: Implement Flush-By-Asid featureJoerg Roedel2011-01-121-0/+2
* KVM: SVM: Add clean-bits infrastructure codeRoedel, Joerg2011-01-121-1/+2
* KVM: SVM: Add manipulation functions for DRx interceptsJoerg Roedel2011-01-121-10/+17
* KVM: SVM: Add manipulation functions for CRx interceptsRoedel, Joerg2011-01-121-6/+9
* KVM: x86: Push potential exception error code on task switchesJan Kiszka2010-05-171-0/+1
* KVM: SVM: implement NEXTRIPsave SVM featureAndre Przywara2010-05-171-1/+3
* KVM: SVM: Implement emulation of vm_cr msrJoerg Roedel2010-04-251-0/+4
* KVM: SVM: Fix SVM_CR0_SELECTIVE_MASKAvi Kivity2010-03-011-1/+1
* KVM: SVM: Support Pause Filter in AMD processorsMark Langsdorf2009-12-031-1/+2
* KVM: Fix unneeded instruction skipping during task switching.Gleb Natapov2009-06-101-0/+1
* KVM: SVM: Move EFER and MSR constants to generic x86 codeAlexander Graf2009-03-241-4/+0
* KVM: SVM: move svm.h to include/asmEduardo Habkost2008-12-311-0/+328