summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/smm.c
AgeCommit message (Expand)Author
2024-09-09KVM: x86: Forcibly leave nested if RSM to L2 hits shutdownSean Christopherson
2024-07-16KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_opsWei Wang
2024-02-22KVM: x86: Open code all direct reads to guest DR6 and DR7Sean Christopherson
2024-02-22KVM: x86: Make kvm_get_dr() return a value, not use an out parameterSean Christopherson
2023-09-27KVM: x86: Remove redundant vcpu->arch.cr0 assignmentsMichal Luczaj
2023-01-31KVM: x86: Use emulator callbacks instead of duplicating "host flags"Maxim Levitsky
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson
2022-11-09KVM: x86: smm: preserve interrupt shadow in SMRAMMaxim Levitsky
2022-11-09KVM: x86: smm: use smram struct for 64 bit smram load/restoreMaxim Levitsky
2022-11-09KVM: x86: smm: use smram struct for 32 bit smram load/restoreMaxim Levitsky
2022-11-09KVM: x86: smm: use smram structs in the common codeMaxim Levitsky
2022-11-09KVM: x86: smm: add structs for KVM's smram layoutMaxim Levitsky
2022-11-09KVM: x86: smm: check for failures on smm entryMaxim Levitsky
2022-11-09KVM: x86: do not define SMM-related constants if SMM disabledPaolo Bonzini
2022-11-09KVM: x86: do not go through ctxt->ops when emulating rsmPaolo Bonzini
2022-11-09KVM: x86: move SMM exit to a new filePaolo Bonzini
2022-11-09KVM: x86: move SMM entry to a new filePaolo Bonzini
2022-11-09KVM: x86: start moving SMM-related functions to new filesPaolo Bonzini