Commit Graph

280 Commits (64fb98fc40738ae1a98bcea9ca3145b89fb71524)

Author SHA1 Message Date
Eddie Dong a75beee6e4 KVM: VMX: Avoid saving and restoring msrs on lightweight vmexit 18 years ago
Nitin A Kamble b3f37707b0 KVM: VMX: Handle #SS faults from real mode 18 years ago
Avi Kivity cd2276a795 KVM: VMX: Use local labels in inline assembly 18 years ago
Avi Kivity cd0536d7cb KVM: Fix vmx I/O bitmap initialization on highmem systems 18 years ago
Avi Kivity 653e3108b7 KVM: Avoid corrupting tr in real mode 18 years ago
Avi Kivity eff708bc2b KVM: VMX: Only reload guest msrs if they are already loaded 18 years ago
Avi Kivity 47ad8e689b KVM: MMU: Store shadow page tables as kernel virtual addresses, not physical 18 years ago
Avi Kivity 4b02d6daa1 KVM: MMU: Simplify kvm_mmu_free_page() a tiny bit 18 years ago
Matthew Gregan 2dc7094b56 KVM: Implement IA32_EBL_CR_POWERON msr 18 years ago
Avi Kivity a3a0636725 KVM: Set cr0.mp for guests 18 years ago
Avi Kivity 5fd86fcfc0 KVM: Consolidate guest fpu activation and deactivation 18 years ago
Avi Kivity abd3f2d622 KVM: Rationalize exception bitmap usage 18 years ago
Avi Kivity 707c087430 KVM: Move some more msr mangling into vmx_save_host_state() 18 years ago
Avi Kivity 33ed632921 KVM: Fix potential guest state leak into host 18 years ago
Avi Kivity 7494c0ccbb KVM: Increase mmu shadow cache to 1024 pages 18 years ago
Avi Kivity 0028425f64 KVM: Update shadow pte on write to guest pte 18 years ago
Avi Kivity fce0657ff9 KVM: MMU: Respect nonpae pagetable quadrant when zapping ptes 18 years ago
Avi Kivity 09072daf37 KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write() 18 years ago
Avi Kivity 621358455a KVM: Be more careful restoring fs on lightweight vmexit 18 years ago
Avi Kivity a25f7e1f8c KVM: Reduce misfirings of the fork detector 18 years ago
Avi Kivity 05e0c8c344 KVM: Unindent some code 18 years ago
Avi Kivity e6adf28365 KVM: Avoid saving and restoring some host CPU state on lightweight vmexit 18 years ago
Avi Kivity e925c5ba93 KVM: Assume that writes smaller than 4 bytes are to non-pagetable pages 18 years ago
Anthony Liguori c86813393f KVM: SVM: Allow direct guest access to PC debug port 18 years ago
He, Qing fdef3ad1b3 KVM: VMX: Enable io bitmaps to avoid IO port 0x80 VMEXITs 18 years ago
Avi Kivity 7702fd1f6f KVM: Prevent guest fpu state from leaking into the host 18 years ago
Sam Ravnborg 39959588f5 kvm: fix section mismatch warning in kvm-intel.o 18 years ago
Alexey Dobriyan e8edc6e03a Detach sched.h from mm.h 18 years ago
Martin Schwidefsky eeca7a36a8 [S390] Kconfig: refine depends statements. 18 years ago
Rafael J. Wysocki 8bb7844286 Add suspend-related notifications for CPU hotplug 18 years ago
Avi Kivity 2ff81f70b5 KVM: Remove unused 'instruction_length' 18 years ago
Avi Kivity 02c8320972 KVM: Don't require explicit indication of completion of mmio or pio 18 years ago
Avi Kivity e7df56e4a0 KVM: Remove extraneous guest entry on mmio read 18 years ago
Anthony Liguori 94dfbdb389 KVM: SVM: Only save/restore MSRs when needed 18 years ago
Adrian Bunk 2807696c37 KVM: fix an if() condition 18 years ago
Anthony Liguori 2ab455ccce KVM: VMX: Add lazy FPU support for VT 18 years ago
Anthony Liguori 25c4c2762e KVM: VMX: Properly shadow the CR0 register in the vcpu struct 18 years ago
Avi Kivity e0e5127d06 KVM: Don't complain about cpu erratum AA15 18 years ago
Anthony Liguori 7807fa6ca5 KVM: Lazy FPU support for SVM 18 years ago
Avi Kivity 4c690a1e86 KVM: Allow passing 64-bit values to the emulated read/write API 18 years ago
Avi Kivity 1165f5fec1 KVM: Per-vcpu statistics 18 years ago
Yaozu Dong 3fca036530 KVM: VMX: Avoid unnecessary vcpu_load()/vcpu_put() cycles 18 years ago
Yaozu Dong d6c69ee9a2 KVM: MMU: Avoid heavy ASSERT at non debug mode. 18 years ago
Avi Kivity 4d56c8a787 KVM: VMX: Only save/restore MSR_K6_STAR if necessary 18 years ago
Avi Kivity 35cc7f9711 KVM: Fold drivers/kvm/kvm_vmx.h into drivers/kvm/vmx.c 18 years ago
Avi Kivity e38aea3e93 KVM: VMX: Don't switch 64-bit msrs for 32-bit guests 18 years ago
Avi Kivity 2345df8c55 KVM: VMX: Reduce unnecessary saving of host msrs 18 years ago
Avi Kivity c9047f5333 KVM: Handle guest page faults when emulating mmio 18 years ago
Avi Kivity 364b625b56 KVM: SVM: Report hardware exit reason to userspace instead of dmesg 18 years ago
Avi Kivity 8c4385024d KVM: Retry sleeping allocation if atomic allocation fails 18 years ago