Avi Kivity
|
15ad71460d
KVM: Use the scheduler preemption notifiers to make kvm preemptible
|
18 年之前 |
Yang, Sheng
|
1c3d14fe0a
KVM: VMX: Improve the method of writing vmcs control
|
18 年之前 |
Rusty Russell
|
fb3f0f51d9
KVM: Dynamically allocate vcpus
|
18 年之前 |
Gregory Haskins
|
a2fa3e9f52
KVM: Remove arch specific components from the general code
|
18 年之前 |
Yang, Sheng
|
62b3ffb8b3
KVM: VMX: Import some constants of vmcs from IA32 SDM
|
18 年之前 |
Shaohua Li
|
9ae0448f53
KVM: Hoist kvm_mmu_reload() out of the critical section
|
18 年之前 |
Jeff Dike
|
8fc0d085f5
KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized.
|
18 年之前 |
Rusty Russell
|
66aee91aaa
KVM: Use standard CR4 flags, tighten checking
|
18 年之前 |
Rusty Russell
|
707d92fa72
KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h
|
18 年之前 |
Qing He
|
dad3795d2b
KVM: SMP: Add vcpu_id field in struct vcpu
|
18 年之前 |
Avi Kivity
|
e495606dd0
KVM: Clean up #includes
|
18 年之前 |
Avi Kivity
|
796fd1b23e
KVM: VMX: Remove unnecessary code in vmx_tlb_flush()
|
18 年之前 |
Avi Kivity
|
75880a0112
KVM: VMX: Reinitialize the real-mode tss when entering real mode
|
18 年之前 |
Gregory Haskins
|
ff1dc7942b
KVM: VMX: Fix interrupt checking on lightweight exit
|
18 年之前 |
Avi Kivity
|
7700270ee3
KVM: VMX: Ensure vcpu time stamp counter is monotonous
|
18 年之前 |
Avi Kivity
|
94cea1bb9d
KVM: Initialize the BSP bit in the APIC_BASE msr correctly
|
18 年之前 |
Shani Moideen
|
a3870c4789
KVM: VMX: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)
|
18 年之前 |
Avi Kivity
|
d9e368d612
KVM: Flush remote tlbs when reducing shadow pte permissions
|
18 年之前 |
Avi Kivity
|
72d6e5a08a
KVM: Emulate hlt on real mode for Intel
|
18 年之前 |
Avi Kivity
|
d3bef15f84
KVM: Move duplicate halt handling code into kvm_main.c
|
18 年之前 |
Robert P. J. Day
|
50a3485c59
KVM: Replace C code with call to ARRAY_SIZE() macro.
|
18 年之前 |
Avi Kivity
|
17c3ba9d37
KVM: Lazy guest cr3 switching
|
18 年之前 |
Eddie Dong
|
2cc51560ae
KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexit
|
18 年之前 |
Eddie Dong
|
f2be4dd654
KVM: VMX: Cleanup redundant code in MSR set
|
18 年之前 |
Eddie Dong
|
a75beee6e4
KVM: VMX: Avoid saving and restoring msrs on lightweight vmexit
|
18 年之前 |
Nitin A Kamble
|
b3f37707b0
KVM: VMX: Handle #SS faults from real mode
|
18 年之前 |
Avi Kivity
|
cd2276a795
KVM: VMX: Use local labels in inline assembly
|
18 年之前 |
Avi Kivity
|
cd0536d7cb
KVM: Fix vmx I/O bitmap initialization on highmem systems
|
18 年之前 |
Avi Kivity
|
653e3108b7
KVM: Avoid corrupting tr in real mode
|
18 年之前 |
Avi Kivity
|
eff708bc2b
KVM: VMX: Only reload guest msrs if they are already loaded
|
18 年之前 |