Commit Graph

17 Commits (eb69aca5d3370b81450d68edeebc2bb9a3eb9689)

Author SHA1 Message Date
Izik Eidus 72dc67a696 KVM: remove the usage of the mmap_sem for the protection of the memory slots. 17 years ago
Joerg Roedel c7ac679c16 KVM: emulate access to MSR_IA32_MCG_CTL 17 years ago
Avi Kivity 674eea0fc4 KVM: Make the supported cpuid list a host property rather than a vm property 17 years ago
Paul Knowles d730616384 KVM: Fix kvm_arch_vcpu_ioctl_set_sregs so that set_cr0 works properly 17 years ago
Andrew Morton c0b49b0d16 kvm: i386 fix 17 years ago
Avi Kivity 2f52d58c92 KVM: Move apic timer migration away from critical section 17 years ago
Avi Kivity 6c14280125 KVM: Fix unbounded preemption latency 17 years ago
Avi Kivity 97db56ce6c KVM: Initialize the mmu caches only after verifying cpu support 17 years ago
Sheng Yang 571008dacc KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UD 17 years ago
Marcelo Tosatti 10589a4699 KVM: MMU: Concurrent guest walkers 17 years ago
Avi Kivity 774ead3ad9 KVM: Disable vapic support on Intel machines with FlexPriority 17 years ago
Avi Kivity b93463aa59 KVM: Accelerated apic support 17 years ago
Avi Kivity b209749f52 KVM: local APIC TPR access reporting facility 17 years ago
Avi Kivity 565f1fbd9d KVM: Print data for unimplemented wrmsr 17 years ago
Avi Kivity dfc5aa00cb KVM: MMU: Add cache miss statistic 17 years ago
Zhang Xiantao 5736199afb KVM: Move kvm_vcpu_kick() to x86.c 17 years ago
Avi Kivity edf884172e KVM: Move arch dependent files to new directory arch/x86/kvm/ 17 years ago
Zhang Xiantao d7deeeb02c KVM: Portability: move vpic and vioapic to kvm_arch 17 years ago
Zhang Xiantao f05e70ac03 KVM: Portability: Move mmu-related fields to kvm_arch 17 years ago
Zhang Xiantao d69fb81f05 KVM: Portability: Move memslot aliases to new struct kvm_arch 17 years ago
Zhang Xiantao 1d737c8a68 KVM: Portability: Split mmu-related static inline functions to mmu.h 17 years ago
Zhang Xiantao ad312c7c79 KVM: Portability: Introduce kvm_vcpu_arch 17 years ago
Marcelo Tosatti 2bacc55c7c KVM: MMU: emulated cmpxchg8b should be atomic on i386 17 years ago
Joerg Roedel 152ff9be2e KVM: SVM: Emulate read/write access to cr8 17 years ago
Avi Kivity c1a5d4f990 KVM: Replace #GP injection by the generalized exception queue 17 years ago
Avi Kivity c3c91fee51 KVM: Replace page fault injection by the generalized exception queue 17 years ago
Avi Kivity 298101da2f KVM: Generalize exception injection mechanism 17 years ago
Zhang Xiantao f77bc6a420 KVM: Portability: Move KVM_INTERRUPT vcpu ioctl to x86.c 17 years ago
Sheng Yang e8d8d7fe88 KVM: x86 emulator: Rename 'cr2' to 'memop' 17 years ago
Avi Kivity eb9774f0d6 KVM: Remove misleading check for mmio during event injection 17 years ago
Zhang Xiantao e9f85cde99 KVM: Portability: Move unalias_gfn to arch dependent file 17 years ago
Dan Kenigsberg 0771671749 KVM: Enhance guest cpuid management 17 years ago
Avi Kivity d835dfecd0 KVM: Don't bother the mmu if cr3 load doesn't change cr3 17 years ago
Avi Kivity 0f74a24c59 KVM: Add statistic for remote tlb flushes 17 years ago
Avi Kivity 26e5215fdc KVM: Split vcpu creation to avoid vcpu_load() before preemption setup 17 years ago
Zhang Xiantao 0de10343b3 KVM: Portability: Split kvm_set_memory_region() to have an arch callout 17 years ago
Avi Kivity 93a0039c8d KVM: x86 emulator: retire ->write_std() 17 years ago
Izik Eidus b4231d6180 KVM: MMU: Selectively set PageDirty when releasing guest memory 17 years ago
Hollis Blanchard d40ccc6246 KVM: Correct consistent typo: "destory" -> "destroy" 17 years ago
Zhang Xiantao 56c6d28a9a KVM: Portability: MMU initialization and teardown split 17 years ago
Zhang Xiantao 5bb064dcde KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific file 17 years ago
Amit Shah 9327fd1195 KVM: Make unloading of FPU state when putting vcpu arch-independent 17 years ago
Avi Kivity 4cee576493 KVM: MMU: Add some mmu statistics 17 years ago
Avi Kivity ba1389b7a0 KVM: Extend stats support for VM stats 17 years ago
Avi Kivity f2b5756bb3 KVM: Add instruction emulation statistics 17 years ago
Avi Kivity f096ed8588 KVM: Add fpu_reload counter 17 years ago
Avi Kivity e1beb1d37c KVM: Replace 'light_exits' stat with 'host_state_reload' 17 years ago
Zhang Xiantao d19a9cd275 KVM: Portability: Add two hooks to handle kvm_create and destroy vm 17 years ago
Zhang Xiantao a16b043cc9 KVM: Remove __init attributes for kvm_init_debug and kvm_init_msr_list 17 years ago
Zhang Xiantao 8b0067913d KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependent 17 years ago