Commit Graph

69 Commits (49cdee0ed0fce9e1bda81f5dcad8d5cce6aec983)

Author SHA1 Message Date
Avi Kivity 7702fd1f6f KVM: Prevent guest fpu state from leaking into the host 18 years ago
Sam Ravnborg 39959588f5 kvm: fix section mismatch warning in kvm-intel.o 18 years ago
Alexey Dobriyan e8edc6e03a Detach sched.h from mm.h 18 years ago
Avi Kivity 2ff81f70b5 KVM: Remove unused 'instruction_length' 18 years ago
Anthony Liguori 2ab455ccce KVM: VMX: Add lazy FPU support for VT 18 years ago
Anthony Liguori 25c4c2762e KVM: VMX: Properly shadow the CR0 register in the vcpu struct 18 years ago
Avi Kivity e0e5127d06 KVM: Don't complain about cpu erratum AA15 18 years ago
Avi Kivity 1165f5fec1 KVM: Per-vcpu statistics 18 years ago
Avi Kivity 4d56c8a787 KVM: VMX: Only save/restore MSR_K6_STAR if necessary 18 years ago
Avi Kivity 35cc7f9711 KVM: Fold drivers/kvm/kvm_vmx.h into drivers/kvm/vmx.c 18 years ago
Avi Kivity e38aea3e93 KVM: VMX: Don't switch 64-bit msrs for 32-bit guests 18 years ago
Avi Kivity 2345df8c55 KVM: VMX: Reduce unnecessary saving of host msrs 18 years ago
Eric Sesterhenn / Snakebyte 3964994bb5 KVM: Fix overflow bug in overflow detection code 18 years ago
Avi Kivity 954bbbc236 KVM: Simply gfn_to_page() 18 years ago
Avi Kivity afeb1f14c5 KVM: Remove debug message 18 years ago
Avi Kivity 038881c8be KVM: Hack real-mode segments on vmx from KVM_SET_SREGS 18 years ago
Avi Kivity f6528b03f1 KVM: Remove set_cr0_no_modeswitch() arch op 18 years ago
Avi Kivity 8cb5b03332 KVM: Workaround vmx inability to virtualize the reset state 18 years ago
Avi Kivity 039576c03c KVM: Avoid guest virtual addresses in string pio userspace interface 18 years ago
Avi Kivity 1b19f3e61d KVM: Add a special exit reason when exiting due to an interrupt 18 years ago
Avi Kivity 8eb7d334bd KVM: Fold kvm_run::exit_type into kvm_run::exit_reason 18 years ago
Avi Kivity 06465c5a3a KVM: Handle cpuid in the kernel instead of punting to userspace 18 years ago
Avi Kivity 46fc147788 KVM: Do not communicate to userspace through cpu registers during PIO 18 years ago
Dor Laor 510043da85 KVM: Use the generic skip_emulated_instruction() in hypercall code 18 years ago
Ingo Molnar 6d9658df07 KVM: always reload segment selectors 18 years ago
Avi Kivity 6af11b9e82 KVM: Prevent system selectors leaking into guest on real->protected mode transition on vmx 18 years ago
Avi Kivity f5b42c3324 KVM: Fix guest sysenter on vmx 18 years ago
Avi Kivity bccf2150fe KVM: Per-vcpu inodes 18 years ago
Avi Kivity 270fd9b96f KVM: Wire up hypercall handlers to a central arch-independent location 18 years ago
Ingo Molnar c21415e843 KVM: Add host hypercall support for vmx 18 years ago
Ingo Molnar 102d8325a1 KVM: add MSR based hypercall API 18 years ago
Ahmed S. Darwish 9d8f549dc6 KVM: Use ARRAY_SIZE macro instead of manual calculation. 18 years ago
Joerg Roedel de979caacc KVM: vmx: hack set_cr0_no_modeswitch() to actually do modeswitch 18 years ago
Avi Kivity d27d4aca18 KVM: Cosmetics 18 years ago
Jeremy Fitzhardinge 464d1a78fb [PATCH] i386: Convert i386 PDA code to use %fs 18 years ago
Avi Kivity 774c47f1d7 [PATCH] KVM: cpu hotplug support 18 years ago
Avi Kivity 8d0be2b3bf [PATCH] KVM: VMX: add vcpu_clear() 18 years ago
Avi Kivity 26bb83a755 [PATCH] kvm: VMX: Reload ds and es even in 64-bit mode 18 years ago
Avi Kivity 988ad74ff6 [PATCH] kvm: vmx: handle triple faults by returning EXIT_REASON_SHUTDOWN to userspace 18 years ago
Ingo Molnar 96958231ce [PATCH] kvm: optimize inline assembly 18 years ago
Al Viro 8b6d44c7bd [PATCH] kvm: NULL noise removal 18 years ago
Avi Kivity 432bd6cbf9 [PATCH] KVM: fix lockup on 32-bit intel hosts with nx disabled in the bios 18 years ago
Avi Kivity cccf748b81 [PATCH] KVM: fix race between mmio reads and injected interrupts 18 years ago
Herbert Xu e001548911 [PATCH] vmx: Fix register constraint in launch code 18 years ago
Ingo Molnar 07031e14c1 [PATCH] KVM: add VM-exit profiling 18 years ago
Dor Laor 022a93080c [PATCH] KVM: Simplify test for interrupt window 18 years ago
Avi Kivity 4db9c47c05 [PATCH] KVM: Don't set guest cr3 from vmx_vcpu_setup() 18 years ago
Avi Kivity e52de1b8cf [PATCH] KVM: Improve reporting of vmwrite errors 18 years ago
Avi Kivity e2dec939db [PATCH] KVM: MMU: Detect oom conditions and propagate error to userspace 18 years ago
Avi Kivity 5f015a5b28 [PATCH] KVM: MMU: Remove invlpg interception 18 years ago