Commit Graph

112 Commits (9a39e273d4df0560c724c5fe71f6314a0583ca2b)

Author SHA1 Message Date
Avi Kivity 6ec8a856e4 KVM: Avoid calling smp_call_function_single() with interrupts disabled 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 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 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
Luca Tettamanti a3c870bdce KVM: Avoid useless memory write when possible 18 years ago
Eddie Dong 74906345ff KVM: Add support for in-kernel pio handlers 18 years ago
Gregory Haskins 2eeb2e94eb KVM: Adds support for in-kernel mmio handlers 18 years ago
Avi Kivity d9e368d612 KVM: Flush remote tlbs when reducing shadow pte permissions 18 years ago
Avi Kivity 39c3b86e5c KVM: Keep an upper bound of initialized vcpus 18 years ago
Avi Kivity d3bef15f84 KVM: Move duplicate halt handling code into kvm_main.c 18 years ago
Avi Kivity 120e9a453b KVM: Fix adding an smp virtual machine to the vm list 18 years ago
Avi Kivity 7b53aa5650 KVM: Fix vcpu freeing for guest smp 18 years ago
Nguyen Anh Quynh 313899477f KVM: Remove unnecessary initialization and checks in mark_page_dirty() 18 years ago
Avi Kivity d3d25b048b KVM: MMU: Use slab caches for shadow pages and their headers 18 years ago
Eddie Dong 2cc51560ae KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexit 18 years ago
Matthew Gregan 2dc7094b56 KVM: Implement IA32_EBL_CR_POWERON msr 18 years ago
Avi Kivity 09072daf37 KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write() 18 years ago
Avi Kivity e6adf28365 KVM: Avoid saving and restoring some host CPU state on lightweight vmexit 18 years ago
Avi Kivity 7702fd1f6f KVM: Prevent guest fpu state from leaking into the host 18 years ago
Alexey Dobriyan e8edc6e03a Detach sched.h from mm.h 18 years ago
Rafael J. Wysocki 8bb7844286 Add suspend-related notifications for CPU hotplug 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 25c4c2762e KVM: VMX: Properly shadow the CR0 register in the vcpu struct 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
Avi Kivity c9047f5333 KVM: Handle guest page faults when emulating mmio 18 years ago
Avi Kivity b5a33a7572 KVM: Use slab caches to allocate mmu data structures 18 years ago
Avi Kivity d917a6b92d KVM: Initialize cr0 to indicate an fpu is present 18 years ago
Avi Kivity b8836737d9 KVM: Add fpu get/set operations 18 years ago
Avi Kivity e8207547d2 KVM: Add physical memory aliasing feature 18 years ago
Avi Kivity 954bbbc236 KVM: Simply gfn_to_page() 18 years ago
Sergey Kiselev 0e5bf0d0e4 KVM: Handle writes to MCG_STATUS msr 18 years ago
Avi Kivity 024aa1c02f KVM: Modify guest segments after potentially switching modes 18 years ago
Avi Kivity f6528b03f1 KVM: Remove set_cr0_no_modeswitch() arch op 18 years ago
Avi Kivity 039576c03c KVM: Avoid guest virtual addresses in string pio userspace interface 18 years ago
Avi Kivity f0fe510864 KVM: Future-proof argument-less ioctls 18 years ago
Avi Kivity 07c45a366d KVM: Allow kernel to select size of mmap() buffer 18 years ago
Avi Kivity 1961d276c8 KVM: Add guest mode signal mask 18 years ago
Avi Kivity 8eb7d334bd KVM: Fold kvm_run::exit_type into kvm_run::exit_reason 18 years ago
Avi Kivity b4e63f560b KVM: Allow userspace to process hypercalls which have no kernel handler 18 years ago