Commit Graph

424 Commits (eb189d8bc9824bcb2187ffdab27d77ab469264c3)

Author SHA1 Message Date
Shaohua Li 11ec280471 KVM: Convert vm lock to a mutex 18 years ago
Avi Kivity 15ad71460d KVM: Use the scheduler preemption notifiers to make kvm preemptible 18 years ago
Jeff Dike 519ef35341 KVM: add hypercall nr to kvm_run 18 years ago
Yang, Sheng 1c3d14fe0a KVM: VMX: Improve the method of writing vmcs control 18 years ago
Rusty Russell fb3f0f51d9 KVM: Dynamically allocate vcpus 18 years ago
Gregory Haskins a2fa3e9f52 KVM: Remove arch specific components from the general code 18 years ago
Rusty Russell c820c2aa27 KVM: load_pdptrs() cleanups 18 years ago
Aurelien Jarno 3ccb8827fb KVM: Remove dead code in the cmpxchg instruction emulation 18 years ago
Yang, Sheng 62b3ffb8b3 KVM: VMX: Import some constants of vmcs from IA32 SDM 18 years ago
Shaohua Li fe55188194 KVM: Move gfn_to_page out of kmap/unmap pairs 18 years ago
Shaohua Li 9ae0448f53 KVM: Hoist kvm_mmu_reload() out of the critical section 18 years ago
Rusty Russell 310bc76c2b KVM: Return if the pdptrs are invalid when the guest turns on PAE. 18 years ago
Avi Kivity 394b6e5944 KVM: x86 emulator: fix faulty check for two-byte opcode 18 years ago
Avi Kivity e3243452f4 KVM: x86 emulator: fix cmov for writeback changes 18 years ago
Rusty Russell 7075bc816c KVM: Use standard CR8 flags, and fix TPR definition 18 years ago
Jeff Dike 8fc0d085f5 KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized. 18 years ago
Rusty Russell 9eb829ced8 KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed header 18 years ago
Rusty Russell 66aee91aaa KVM: Use standard CR4 flags, tighten checking 18 years ago
Rusty Russell f802a307cb KVM: Use standard CR3 flags, tighten checking 18 years ago
Rusty Russell 707d92fa72 KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h 18 years ago
Rusty Russell 9a2b85c620 KVM: Trivial: Avoid hardware_disable predeclaration 18 years ago
Rusty Russell dcc0766b22 KVM: Trivial: Comment spelling may escape grep 18 years ago
Rusty Russell 1e3c5cb0d5 KVM: Trivial: Make decode_register() static 18 years ago
Rusty Russell 5eb549a085 KVM: Trivial: Remove unused struct cpu_user_regs declaration 18 years ago
Eddie Dong 65619eb5a8 KVM: In-kernel string pio write support 18 years ago
Qing He dad3795d2b KVM: SMP: Add vcpu_id field in struct vcpu 18 years ago
Nguyen Anh Quynh cd0d913797 KVM: Fix *nopage() in kvm_main.c 18 years ago
Avi Kivity 36a7409741 KVM: Fix virtualization menu help text 18 years ago
Avi Kivity 22d95b1282 KVM: MMU: Fix rare oops on guest context switch 18 years ago
Avi Kivity 6ec8a856e4 KVM: Avoid calling smp_call_function_single() with interrupts disabled 18 years ago
Jan Engelhardt 06bfb7eb15 Add some help texts to recently-introduced kconfig items 18 years ago
Avi Kivity bac27d35cb KVM: x86 emulator: fix debug reg mov instructions 18 years ago
Aurelien Jarno d37c855719 KVM: disable writeback for 0x0f 0x01 instructions. 18 years ago
Avi Kivity 4c981b43d7 KVM: Fix removal of nx capability from guest cpuid 18 years ago
Avi Kivity 7cfa4b0a43 Revert "KVM: Avoid useless memory write when possible" 18 years ago
Rusty Russell 5e58cfe41c KVM: Fix unlikely kvm_create vs decache_vcpus_on_cpu race 18 years ago
Avi Kivity b0fcd903e6 KVM: Correctly handle writes crossing a page boundary 18 years ago
Avi Kivity 77668791d9 KVM: Require CONFIG_ANON_INODES 18 years ago
Avi Kivity c4d198d518 KVM: MMU: Fix cleaning up the shadow page allocation cache 18 years ago
Avi Kivity c1158e63df KVM: MMU: Fix oopses with SLUB 18 years ago
Avi Kivity 35f3f28613 KVM: x86 emulator: implement rdmsr and wrmsr 18 years ago
Avi Kivity 90cb0529dd KVM: Fix memory slot management functions for guest smp 18 years ago
Avi Kivity d55e2cb201 KVM: MMU: Store nx bit for large page shadows 18 years ago
Paul Mundt 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 18 years ago
Avi Kivity 2d9ce177e6 i386: Allow KVM on i386 nonpae 18 years ago
Avi Kivity cec9ad279b KVM: Use CPU_DYING for disabling virtualization 18 years ago
Avi Kivity 4267c41a45 KVM: Tune hotplug/suspend IPIs 18 years ago
Avi Kivity 1b6c016818 KVM: Keep track of which cpus have virtualization enabled 18 years ago
Avi Kivity e495606dd0 KVM: Clean up #includes 18 years ago
Avi Kivity d6d2816849 KVM: Remove kvmfs in favor of the anonymous inodes source 18 years ago