- e5edaa0 KVM: VMX: wbinvd exiting by Eddie Dong · 17 years ago
- 9c8cba3 KVM: Fix faults during injection of real-mode interrupts by Avi Kivity · 17 years ago
- 1155f76 KVM: VMX: Read & store IDT_VECTORING_INFO_FIELD by Avi Kivity · 17 years ago
- 9c5623e KVM: VMX: Use vmx to inject real-mode interrupts by Avi Kivity · 17 years ago
- f78e0e2 KVM: VMX: Enable memory mapped TPR shadow (FlexPriority) by Sheng Yang · 17 years ago
- 3067714 KVM: Move page fault processing to common code by Avi Kivity · 17 years ago
- ff593e5 KVM: VMX: Let gcc to choose which registers to save (i386) by Laurent Vivier · 17 years ago
- c203630 KVM: VMX: Let gcc to choose which registers to save (x86_64) by Laurent Vivier · 17 years ago
- cbc9402 KVM: Add ioctl to tss address from userspace, by Izik Eidus · 17 years ago
- e00c8cf KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup() by Avi Kivity · 17 years ago
- 34c16ee KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1) by Zhang Xiantao · 17 years ago
- ab6ef34 KVM: Move apic timer interrupt backlog processing to common code by Avi Kivity · 17 years ago
- d77c26f KVM: CodingStyle cleanup by Mike Day · 17 years ago
- 76fafa5 KVM: Hoist kvm_create_lapic() into kvm_vcpu_init() by Rusty Russell · 17 years ago
- 195aefd KVM: Add general accessors to read and write guest memory by Izik Eidus · 17 years ago
- f566e09 KVM: VMX: Simplify vcpu_clear() by Avi Kivity · 17 years ago
- eae5ecb KVM: VMX: Don't clear the vmcs if the vcpu is not loaded on any processor by Avi Kivity · 17 years ago
- c7addb9 KVM: Allow not-present guest page faults to bypass kvm by Avi Kivity · 17 years ago
- 51c6cf6 KVM: VMX: Further reduce efer reloads by Avi Kivity · 17 years ago
- 3427318 KVM: Call x86_decode_insn() only when needed by Laurent Vivier · 17 years ago
- 7aa81cc KVM: Refactor hypercall infrastructure (v3) by Anthony Liguori · 17 years ago
- 053de04 x86: get rid of _MASK flags by Glauber de Oliveira Costa · 17 years ago
- 78f7826868 KVM: VMX: Force vm86 mode if setting flags during real mode by Avi Kivity · 17 years ago
- 8668a3c KVM: VMX: Reset mmu context when entering real mode by Eddie Dong · 17 years ago
- 1b6269d KVM: VMX: Handle NMIs before enabling interrupts and preemption by Avi Kivity · 17 years ago
- 054b136 KVM: Improve emulation failure reporting by Avi Kivity · 17 years ago
- bfdaab0 KVM: VMX: Fix exit qualification width on i386 by He, Qing · 17 years ago
- 04d2cc7 KVM: Move main vcpu loop into subarch independent code by Avi Kivity · 17 years ago
- 29bd8a7 KVM: VMX: Move vm entry failure handling to the exit handler by Avi Kivity · 17 years ago
- cbdd1be KVM: Rename kvm_arch_ops to kvm_x86_ops by Christian Ehrhardt · 17 years ago
- c5ec153 KVM: enable in-kernel APIC INIT/SIPI handling by He, Qing · 17 years ago
- a3d7f85 KVM: Migrate lapic hrtimer when vcpu moves to another cpu by Eddie Dong · 17 years ago
- 1b9778d KVM: Keep track of missed timer irq injections by Eddie Dong · 17 years ago
- 6e5d865 KVM: VMX: Use shadow TPR/cr8 for 64-bits guests by Yang, Sheng · 17 years ago
- 2a8067f KVM: pending irq save/restore by Eddie Dong · 17 years ago
- b6958ce KVM: Emulate hlt in the kernel by Eddie Dong · 18 years ago
- 97222cc KVM: Emulate local APIC in kernel by Eddie Dong · 17 years ago
- 7017fc3 KVM: Define and use cr8 access functions by Eddie Dong · 18 years ago
- 85f455f KVM: Add support for in-kernel PIC emulation by Eddie Dong · 18 years ago
- 152d3f2 KVM: VMX: Split segments reload in vmx_load_host_state() by Laurent Vivier · 17 years ago
- 33f5fa1 KVM: VMX: allow rmode_tss_base() to work with >2G of guest memory by Izik Eidus · 17 years ago
- 253abde KVM: Communicate cr8 changes to userspace by Yang, Sheng · 17 years ago
- 7e66f35 KVM: Close minor race in signal handling by Avi Kivity · 17 years ago
- 3090dd7 KVM: Clean up kvm_setup_pio() by Laurent Vivier · 17 years ago
- e70669a KVM: Cleanup string I/O instruction emulation by Laurent Vivier · 17 years ago
- 1e4e6e0 KVM: VMX: Remove a duplicated ia32e mode vm entry control by Li, Xin B · 17 years ago
- a477034 KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objects by Rusty Russell · 17 years ago
- f024247 KVM: Add and use pr_unimpl for standard formatting of unimplemented features by Rusty Russell · 17 years ago
- 54e11fa KVM: Fix defined but not used warning in drivers/kvm/vmx.c by Gabriel C · 17 years ago
- 37c0005 KVM: Remove redundant alloc_vmcs_cpu declaration by Rusty Russell · 17 years ago
- 002c7f7 KVM: VMX: Add cpu consistency check by Yang, Sheng · 17 years ago
- c16f862 KVM: Use kmem cache for allocating vcpus by Rusty Russell · 17 years ago
- e7d5d76 KVM: Remove kvm_{read,write}_guest() by Laurent Vivier · 17 years ago
- 8b9cf98 KVM: VMX: pass vcpu_vmx internally by Rusty Russell · 17 years ago
- 11ec280 KVM: Convert vm lock to a mutex by Shaohua Li · 18 years ago
- 15ad714 KVM: Use the scheduler preemption notifiers to make kvm preemptible by Avi Kivity · 18 years ago
- 1c3d14fe KVM: VMX: Improve the method of writing vmcs control by Yang, Sheng · 17 years ago
- fb3f0f5 KVM: Dynamically allocate vcpus by Rusty Russell · 17 years ago
- a2fa3e9 KVM: Remove arch specific components from the general code by Gregory Haskins · 17 years ago
- 62b3ffb KVM: VMX: Import some constants of vmcs from IA32 SDM by Yang, Sheng · 17 years ago
- 9ae0448 KVM: Hoist kvm_mmu_reload() out of the critical section by Shaohua Li · 18 years ago
- 8fc0d08 KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized. by Jeff Dike · 18 years ago
- 66aee91 KVM: Use standard CR4 flags, tighten checking by Rusty Russell · 18 years ago
- 707d92fa KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h by Rusty Russell · 18 years ago
- dad3795 KVM: SMP: Add vcpu_id field in struct vcpu by Qing He · 18 years ago
- e495606 KVM: Clean up #includes by Avi Kivity · 18 years ago
- 796fd1b KVM: VMX: Remove unnecessary code in vmx_tlb_flush() by Avi Kivity · 18 years ago
- 75880a0 KVM: VMX: Reinitialize the real-mode tss when entering real mode by Avi Kivity · 18 years ago
- ff1dc79 KVM: VMX: Fix interrupt checking on lightweight exit by Gregory Haskins · 18 years ago
- 7700270 KVM: VMX: Ensure vcpu time stamp counter is monotonous by Avi Kivity · 18 years ago
- 94cea1b KVM: Initialize the BSP bit in the APIC_BASE msr correctly by Avi Kivity · 18 years ago
- a3870c4 KVM: VMX: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>) by Shani Moideen · 18 years ago
- d9e368d KVM: Flush remote tlbs when reducing shadow pte permissions by Avi Kivity · 18 years ago
- 72d6e5a KVM: Emulate hlt on real mode for Intel by Avi Kivity · 18 years ago
- d3bef15 KVM: Move duplicate halt handling code into kvm_main.c by Avi Kivity · 18 years ago
- 50a3485 KVM: Replace C code with call to ARRAY_SIZE() macro. by Robert P. J. Day · 18 years ago
- 17c3ba9 KVM: Lazy guest cr3 switching by Avi Kivity · 18 years ago
- 2cc5156 KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexit by Eddie Dong · 18 years ago
- f2be4dd KVM: VMX: Cleanup redundant code in MSR set by Eddie Dong · 18 years ago
- a75beee KVM: VMX: Avoid saving and restoring msrs on lightweight vmexit by Eddie Dong · 18 years ago
- b3f3770 KVM: VMX: Handle #SS faults from real mode by Nitin A Kamble · 18 years ago
- cd2276a KVM: VMX: Use local labels in inline assembly by Avi Kivity · 18 years ago
- cd0536d KVM: Fix vmx I/O bitmap initialization on highmem systems by Avi Kivity · 18 years ago
- 653e310 KVM: Avoid corrupting tr in real mode by Avi Kivity · 18 years ago
- eff708b KVM: VMX: Only reload guest msrs if they are already loaded by Avi Kivity · 18 years ago
- 5fd86fc KVM: Consolidate guest fpu activation and deactivation by Avi Kivity · 18 years ago
- abd3f2d KVM: Rationalize exception bitmap usage by Avi Kivity · 18 years ago
- 707c087 KVM: Move some more msr mangling into vmx_save_host_state() by Avi Kivity · 18 years ago
- 33ed632 KVM: Fix potential guest state leak into host by Avi Kivity · 18 years ago
- 62135845 KVM: Be more careful restoring fs on lightweight vmexit by Avi Kivity · 18 years ago
- 05e0c8c KVM: Unindent some code by Avi Kivity · 18 years ago
- e6adf28 KVM: Avoid saving and restoring some host CPU state on lightweight vmexit by Avi Kivity · 18 years ago
- fdef3ad KVM: VMX: Enable io bitmaps to avoid IO port 0x80 VMEXITs by He, Qing · 18 years ago
- 7702fd1 KVM: Prevent guest fpu state from leaking into the host by Avi Kivity · 18 years ago
- 3995958 kvm: fix section mismatch warning in kvm-intel.o by Sam Ravnborg · 18 years ago
- e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 18 years ago
- 2ff81f7 KVM: Remove unused 'instruction_length' by Avi Kivity · 18 years ago
- 2ab455c KVM: VMX: Add lazy FPU support for VT by Anthony Liguori · 18 years ago
- 25c4c27 KVM: VMX: Properly shadow the CR0 register in the vcpu struct by Anthony Liguori · 18 years ago
- e0e5127 KVM: Don't complain about cpu erratum AA15 by Avi Kivity · 18 years ago