Commit Graph

101 Commits (21a78091921915cd1afd0edb2940dd726edefe9b)

Author SHA1 Message Date
Avi Kivity 8d379a7c06 KVM: SVM: Unload guest fpu on vcpu_put() 17 years ago
Avi Kivity cf5a94d133 KVM: SVM: Intercept the 'invd' and 'wbinvd' instructions 17 years ago
Avi Kivity 56ba47ddbd KVM: SVM: Defer nmi processing until switch to host state is complete 17 years ago
Avi Kivity 70433389cc KVM: SVM: Fix SMP with kernel apic 17 years ago
Avi Kivity 054b136967 KVM: Improve emulation failure reporting 18 years ago
Avi Kivity 04d2cc7780 KVM: Move main vcpu loop into subarch independent code 18 years ago
Christian Ehrhardt cbdd1bea2a KVM: Rename kvm_arch_ops to kvm_x86_ops 18 years ago
Rusty Russell 1747fb71fd KVM: Hoist SVM's get_cs_db_l_bits into core code. 18 years ago
Rusty Russell b85b9ee925 KVM: Clean up unloved invlpg emulation 18 years ago
Rusty Russell c9a1185c94 KVM: Remove the unused invlpg member of struct kvm_arch_ops. 18 years ago
Eddie Dong a3d7f85f47 KVM: Migrate lapic hrtimer when vcpu moves to another cpu 18 years ago
Eddie Dong 1b9778dae7 KVM: Keep track of missed timer irq injections 18 years ago
Eddie Dong 2a8067f17b KVM: pending irq save/restore 18 years ago
Eddie Dong b6958ce44a KVM: Emulate hlt in the kernel 18 years ago
Eddie Dong 97222cc831 KVM: Emulate local APIC in kernel 18 years ago
Eddie Dong 7017fc3d1a KVM: Define and use cr8 access functions 18 years ago
Eddie Dong 85f455f7dd KVM: Add support for in-kernel PIC emulation 18 years ago
Avi Kivity 7e66f350cf KVM: Close minor race in signal handling 18 years ago
Laurent Vivier 3090dd7377 KVM: Clean up kvm_setup_pio() 18 years ago
Laurent Vivier e70669abd4 KVM: Cleanup string I/O instruction emulation 18 years ago
Rusty Russell a477034750 KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objects 18 years ago
Rusty Russell f02424785a KVM: Add and use pr_unimpl for standard formatting of unimplemented features 18 years ago
Rusty Russell bfc733a7a3 KVM: SVM: Make set_msr_interception more reliable 18 years ago
Yang, Sheng 002c7f7c32 KVM: VMX: Add cpu consistency check 18 years ago
Rusty Russell b114b0804d KVM: Use alignment properties of vcpu to simplify FPU ops 18 years ago
Rusty Russell c16f862d02 KVM: Use kmem cache for allocating vcpus 18 years ago
Laurent Vivier e7d5d76cae KVM: Remove kvm_{read,write}_guest() 18 years ago
Rusty Russell 0e5017d4ae KVM: SVM: internal function name cleanup 18 years ago
Rusty Russell e756fc626d KVM: SVM: de-containization 18 years ago
Rusty Russell 3077c4513c KVM: Remove three magic numbers 18 years ago
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
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
Jeff Dike 8fc0d085f5 KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized. 18 years ago
Rusty Russell 66aee91aaa KVM: Use standard CR4 flags, tighten checking 18 years ago
Rusty Russell 707d92fa72 KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h 18 years ago
Qing He dad3795d2b KVM: SMP: Add vcpu_id field in struct vcpu 18 years ago
Avi Kivity e495606dd0 KVM: Clean up #includes 18 years ago
Joerg Roedel 6031a61c2e KVM: SVM: Reliably detect if SVM was disabled by BIOS 18 years ago
Avi Kivity 94cea1bb9d KVM: Initialize the BSP bit in the APIC_BASE msr correctly 18 years ago
Shani Moideen 129ee910df KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>) 18 years ago
Avi Kivity d9e368d612 KVM: Flush remote tlbs when reducing shadow pte permissions 18 years ago
Avi Kivity d3bef15f84 KVM: Move duplicate halt handling code into kvm_main.c 18 years ago
Avi Kivity 17c3ba9d37 KVM: Lazy guest cr3 switching 18 years ago
Anthony Liguori c86813393f KVM: SVM: Allow direct guest access to PC debug port 18 years ago
Alexey Dobriyan e8edc6e03a Detach sched.h from mm.h 18 years ago
Anthony Liguori 94dfbdb389 KVM: SVM: Only save/restore MSRs when needed 18 years ago
Anthony Liguori 25c4c2762e KVM: VMX: Properly shadow the CR0 register in the vcpu struct 18 years ago
Anthony Liguori 7807fa6ca5 KVM: Lazy FPU support for SVM 18 years ago