aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/smm.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22KVM: x86: Open code all direct reads to guest DR6 and DR7Gravatar Sean Christopherson 1-4/+4
2024-02-22KVM: x86: Make kvm_get_dr() return a value, not use an out parameterGravatar Sean Christopherson 1-11/+4
2023-09-27KVM: x86: Remove redundant vcpu->arch.cr0 assignmentsGravatar Michal Luczaj 1-1/+0
2023-01-31KVM: x86: Use emulator callbacks instead of duplicating "host flags"Gravatar Maxim Levitsky 1-2/+0
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesGravatar Sean Christopherson 1-0/+1
2022-11-09KVM: x86: smm: preserve interrupt shadow in SMRAMGravatar Maxim Levitsky 1-4/+25
2022-11-09KVM: x86: smm: use smram struct for 64 bit smram load/restoreGravatar Maxim Levitsky 1-90/+63
2022-11-09KVM: x86: smm: use smram struct for 32 bit smram load/restoreGravatar Maxim Levitsky 1-94/+61
2022-11-09KVM: x86: smm: use smram structs in the common codeGravatar Maxim Levitsky 1-13/+14
2022-11-09KVM: x86: smm: add structs for KVM's smram layoutGravatar Maxim Levitsky 1-0/+98
2022-11-09KVM: x86: smm: check for failures on smm entryGravatar Maxim Levitsky 1-4/+15
2022-11-09KVM: x86: do not define SMM-related constants if SMM disabledGravatar Paolo Bonzini 1-0/+2
2022-11-09KVM: x86: do not go through ctxt->ops when emulating rsmGravatar Paolo Bonzini 1-97/+85
2022-11-09KVM: x86: move SMM exit to a new fileGravatar Paolo Bonzini 1-0/+316
2022-11-09KVM: x86: move SMM entry to a new fileGravatar Paolo Bonzini 1-0/+235
2022-11-09KVM: x86: start moving SMM-related functions to new filesGravatar Paolo Bonzini 1-0/+37