summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/smm.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Remove redundant vcpu->arch.cr0 assignmentsMichal Luczaj2023-09-271-1/+0
* KVM: x86: Use emulator callbacks instead of duplicating "host flags"Maxim Levitsky2023-01-311-2/+0
* KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson2022-12-291-0/+1
* KVM: x86: smm: preserve interrupt shadow in SMRAMMaxim Levitsky2022-11-091-4/+25
* KVM: x86: smm: use smram struct for 64 bit smram load/restoreMaxim Levitsky2022-11-091-90/+63
* KVM: x86: smm: use smram struct for 32 bit smram load/restoreMaxim Levitsky2022-11-091-94/+61
* KVM: x86: smm: use smram structs in the common codeMaxim Levitsky2022-11-091-13/+14
* KVM: x86: smm: add structs for KVM's smram layoutMaxim Levitsky2022-11-091-0/+98
* KVM: x86: smm: check for failures on smm entryMaxim Levitsky2022-11-091-4/+15
* KVM: x86: do not define SMM-related constants if SMM disabledPaolo Bonzini2022-11-091-0/+2
* KVM: x86: do not go through ctxt->ops when emulating rsmPaolo Bonzini2022-11-091-97/+85
* KVM: x86: move SMM exit to a new filePaolo Bonzini2022-11-091-0/+316
* KVM: x86: move SMM entry to a new filePaolo Bonzini2022-11-091-0/+235
* KVM: x86: start moving SMM-related functions to new filesPaolo Bonzini2022-11-091-0/+37