index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
smm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
KVM: x86: Forcibly leave nested if RSM to L2 hits shutdown
Sean Christopherson
1
-5
/
+19
2024-07-16
KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_ops
Wei Wang
1
-22
/
+22
2024-02-23
KVM: x86: Open code all direct reads to guest DR6 and DR7
Sean Christopherson
1
-4
/
+4
2024-02-23
KVM: x86: Make kvm_get_dr() return a value, not use an out parameter
Sean Christopherson
1
-11
/
+4
2023-09-27
KVM: x86: Remove redundant vcpu->arch.cr0 assignments
Michal Luczaj
1
-1
/
+0
2023-02-01
KVM: x86: Use emulator callbacks instead of duplicating "host flags"
Maxim Levitsky
1
-2
/
+0
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
1
-0
/
+1
2022-11-09
KVM: x86: smm: preserve interrupt shadow in SMRAM
Maxim Levitsky
1
-4
/
+25
2022-11-09
KVM: x86: smm: use smram struct for 64 bit smram load/restore
Maxim Levitsky
1
-90
/
+63
2022-11-09
KVM: x86: smm: use smram struct for 32 bit smram load/restore
Maxim Levitsky
1
-94
/
+61
2022-11-09
KVM: x86: smm: use smram structs in the common code
Maxim Levitsky
1
-13
/
+14
2022-11-09
KVM: x86: smm: add structs for KVM's smram layout
Maxim Levitsky
1
-0
/
+98
2022-11-09
KVM: x86: smm: check for failures on smm entry
Maxim Levitsky
1
-4
/
+15
2022-11-09
KVM: x86: do not define SMM-related constants if SMM disabled
Paolo Bonzini
1
-0
/
+2
2022-11-09
KVM: x86: do not go through ctxt->ops when emulating rsm
Paolo Bonzini
1
-97
/
+85
2022-11-09
KVM: x86: move SMM exit to a new file
Paolo Bonzini
1
-0
/
+316
2022-11-09
KVM: x86: move SMM entry to a new file
Paolo Bonzini
1
-0
/
+235
2022-11-09
KVM: x86: start moving SMM-related functions to new files
Paolo Bonzini
1
-0
/
+37