- 0e5017d KVM: SVM: internal function name cleanup by Rusty Russell · 18 years ago
- e756fc6 KVM: SVM: de-containization by Rusty Russell · 18 years ago
- 3077c451 KVM: Remove three magic numbers by Rusty Russell · 18 years ago
- 8b9cf98 KVM: VMX: pass vcpu_vmx internally by Rusty Russell · 18 years ago
- 9bd0150 KVM: fx_init() needs preemption disabled while it plays with the FPU state by Rusty Russell · 18 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
- 519ef35 KVM: add hypercall nr to kvm_run by Jeff Dike · 18 years ago
- 1c3d14fe KVM: VMX: Improve the method of writing vmcs control by Yang, Sheng · 18 years ago
- fb3f0f5 KVM: Dynamically allocate vcpus by Rusty Russell · 18 years ago
- a2fa3e9 KVM: Remove arch specific components from the general code by Gregory Haskins · 18 years ago
- c820c2a KVM: load_pdptrs() cleanups by Rusty Russell · 18 years ago
- 3ccb882 KVM: Remove dead code in the cmpxchg instruction emulation by Aurelien Jarno · 18 years ago
- 62b3ffb KVM: VMX: Import some constants of vmcs from IA32 SDM by Yang, Sheng · 18 years ago
- fe55188 KVM: Move gfn_to_page out of kmap/unmap pairs by Shaohua Li · 18 years ago
- 9ae0448 KVM: Hoist kvm_mmu_reload() out of the critical section by Shaohua Li · 18 years ago
- 310bc76 KVM: Return if the pdptrs are invalid when the guest turns on PAE. by Rusty Russell · 18 years ago
- 394b6e5 KVM: x86 emulator: fix faulty check for two-byte opcode by Avi Kivity · 18 years ago
- e324345 KVM: x86 emulator: fix cmov for writeback changes by Avi Kivity · 18 years ago
- 7075bc8 KVM: Use standard CR8 flags, and fix TPR definition by Rusty Russell · 18 years ago
- 8fc0d08 KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized. by Jeff Dike · 18 years ago
- 9eb829c KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed header by Rusty Russell · 18 years ago
- 66aee91 KVM: Use standard CR4 flags, tighten checking by Rusty Russell · 18 years ago
- f802a30 KVM: Use standard CR3 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
- 9a2b85c KVM: Trivial: Avoid hardware_disable predeclaration by Rusty Russell · 18 years ago
- dcc0766 KVM: Trivial: Comment spelling may escape grep by Rusty Russell · 18 years ago
- 1e3c5cb KVM: Trivial: Make decode_register() static by Rusty Russell · 18 years ago
- 5eb549a KVM: Trivial: Remove unused struct cpu_user_regs declaration by Rusty Russell · 18 years ago
- 65619eb KVM: In-kernel string pio write support by Eddie Dong · 18 years ago
- dad3795 KVM: SMP: Add vcpu_id field in struct vcpu by Qing He · 18 years ago
- cd0d913 KVM: Fix *nopage() in kvm_main.c by Nguyen Anh Quynh · 18 years ago
- 36a74097 KVM: Fix virtualization menu help text by Avi Kivity · 17 years ago
- 22d95b1 KVM: MMU: Fix rare oops on guest context switch by Avi Kivity · 17 years ago
- 6ec8a856 KVM: Avoid calling smp_call_function_single() with interrupts disabled by Avi Kivity · 18 years ago
- 06bfb7e Add some help texts to recently-introduced kconfig items by Jan Engelhardt · 18 years ago
- bac27d3 KVM: x86 emulator: fix debug reg mov instructions by Avi Kivity · 18 years ago
- d37c855 KVM: disable writeback for 0x0f 0x01 instructions. by Aurelien Jarno · 18 years ago
- 4c981b4 KVM: Fix removal of nx capability from guest cpuid by Avi Kivity · 18 years ago
- 7cfa4b0 Revert "KVM: Avoid useless memory write when possible" by Avi Kivity · 18 years ago
- 5e58cfe KVM: Fix unlikely kvm_create vs decache_vcpus_on_cpu race by Rusty Russell · 18 years ago
- b0fcd90 KVM: Correctly handle writes crossing a page boundary by Avi Kivity · 18 years ago
- 7766879 KVM: Require CONFIG_ANON_INODES by Avi Kivity · 18 years ago
- c4d198d KVM: MMU: Fix cleaning up the shadow page allocation cache by Avi Kivity · 18 years ago
- c1158e6 KVM: MMU: Fix oopses with SLUB by Avi Kivity · 18 years ago
- 35f3f28 KVM: x86 emulator: implement rdmsr and wrmsr by Avi Kivity · 18 years ago
- 90cb052 KVM: Fix memory slot management functions for guest smp by Avi Kivity · 18 years ago
- d55e2cb KVM: MMU: Store nx bit for large page shadows by Avi Kivity · 18 years ago
- 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 18 years ago
- 2d9ce17 i386: Allow KVM on i386 nonpae by Avi Kivity · 18 years ago
- cec9ad2 KVM: Use CPU_DYING for disabling virtualization by Avi Kivity · 18 years ago
- 4267c41 KVM: Tune hotplug/suspend IPIs by Avi Kivity · 18 years ago
- 1b6c016 KVM: Keep track of which cpus have virtualization enabled by Avi Kivity · 18 years ago
- e495606 KVM: Clean up #includes by Avi Kivity · 18 years ago
- d6d2816 KVM: Remove kvmfs in favor of the anonymous inodes source by Avi Kivity · 18 years ago
- 6031a61 KVM: SVM: Reliably detect if SVM was disabled by BIOS by Joerg Roedel · 18 years ago
- 796fd1b KVM: VMX: Remove unnecessary code in vmx_tlb_flush() by Avi Kivity · 18 years ago
- 88a97f0 KVM: MMU: Fix Wrong tlb flush order by Shaohua Li · 18 years ago
- 75880a0 KVM: VMX: Reinitialize the real-mode tss when entering real mode by Avi Kivity · 18 years ago
- a3c870b KVM: Avoid useless memory write when possible by Luca Tettamanti · 18 years ago
- 02c03a3 KVM: Fix x86 emulator writeback by Luca Tettamanti · 18 years ago
- 7490634 KVM: Add support for in-kernel pio handlers by Eddie Dong · 18 years ago
- ff1dc79 KVM: VMX: Fix interrupt checking on lightweight exit by Gregory Haskins · 18 years ago
- 2eeb2e9 KVM: Adds support for in-kernel mmio handlers by Gregory Haskins · 18 years ago
- d9413cd KVM: Implement emulation of instruction "ret" (opcode 0xc3) by Nitin A Kamble · 18 years ago
- 7f0aaee KVM: Implement emulation of "pop reg" instruction (opcode 0x58-0x5f) by Nitin A Kamble · 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
- 129ee91 KVM: SVM: 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
- 39c3b86 KVM: Keep an upper bound of initialized vcpus 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
- ef9254d KVM: Enable guest smp by Avi Kivity · 18 years ago
- 120e9a4 KVM: Fix adding an smp virtual machine to the vm list by Avi Kivity · 18 years ago
- 7b53aa5 KVM: Fix vcpu freeing for guest smp by Avi Kivity · 18 years ago
- 3138994 KVM: Remove unnecessary initialization and checks in mark_page_dirty() by Nguyen Anh Quynh · 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
- bd2b2ba KVM: MMU: Remove unused large page marker by Avi Kivity · 18 years ago
- b64b376 KVM: MMU: Don't cache guest access bits in the shadow page table by Avi Kivity · 18 years ago
- fd97dc5 KVM: MMU: Simpify accessed/dirty/present/nx bit handling by Avi Kivity · 18 years ago
- 4436d46 KVM: MMU: Remove cr0.wp tricks by Avi Kivity · 18 years ago
- e663ee6 KVM: MMU: Make setting shadow ptes atomic on i386 by Avi Kivity · 18 years ago
- 0d551bb KVM: Make shadow pte updates atomic by Avi Kivity · 18 years ago
- a18de5a KVM: Move shadow pte modifications from set_pte/set_pde to set_pde_common() by Avi Kivity · 18 years ago
- 97a0a01 KVM: MMU: Fold fix_write_pf() into set_pte_common() by Avi Kivity · 18 years ago
- 63b1ad2 KVM: MMU: Fold fix_read_pf() into set_pte_common() by Avi Kivity · 18 years ago
- 6598c8b KVM: MMU: Pass the guest pde to set_pte_common by Avi Kivity · 18 years ago
- e60d75e KVM: MMU: Move set_pte_common() to pte width dependent code by Avi Kivity · 18 years ago
- ef0197e KVM: MMU: Simplify fetch() a little bit by Avi Kivity · 18 years ago
- d3d25b0 KVM: MMU: Use slab caches for shadow pages and their headers by Avi Kivity · 18 years ago
- 8d72820 KVM: Use symbolic constants instead of magic numbers by Eddie Dong · 18 years ago
- 06ff0d3 KVM: Fix includes by Markus Rechberger · 18 years ago
- 687fdbf KVM: x86 emulator: implement wbinvd by Avi Kivity · 18 years ago
- de06206 Use menuconfig objects II - KVM/Virt by Jan Engelhardt · 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