index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
smm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Use emulator callbacks instead of duplicating "host flags"
Maxim Levitsky
2023-02-01
1
-2
/
+0
*
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-12-29
1
-0
/
+1
*
KVM: x86: smm: preserve interrupt shadow in SMRAM
Maxim Levitsky
2022-11-09
1
-4
/
+25
*
KVM: x86: smm: use smram struct for 64 bit smram load/restore
Maxim Levitsky
2022-11-09
1
-90
/
+63
*
KVM: x86: smm: use smram struct for 32 bit smram load/restore
Maxim Levitsky
2022-11-09
1
-94
/
+61
*
KVM: x86: smm: use smram structs in the common code
Maxim Levitsky
2022-11-09
1
-13
/
+14
*
KVM: x86: smm: add structs for KVM's smram layout
Maxim Levitsky
2022-11-09
1
-0
/
+98
*
KVM: x86: smm: check for failures on smm entry
Maxim Levitsky
2022-11-09
1
-4
/
+15
*
KVM: x86: do not define SMM-related constants if SMM disabled
Paolo Bonzini
2022-11-09
1
-0
/
+2
*
KVM: x86: do not go through ctxt->ops when emulating rsm
Paolo Bonzini
2022-11-09
1
-97
/
+85
*
KVM: x86: move SMM exit to a new file
Paolo Bonzini
2022-11-09
1
-0
/
+316
*
KVM: x86: move SMM entry to a new file
Paolo Bonzini
2022-11-09
1
-0
/
+235
*
KVM: x86: start moving SMM-related functions to new files
Paolo Bonzini
2022-11-09
1
-0
/
+37