summaryrefslogtreecommitdiff
path: root/kvm_x86.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-11HVM-553 Qemu isn't cleaning up properly on kvm_run failure with errno 22 (EIN...Max Bruning1-0/+5
2011-08-09HVM-590 yet more XXX cleanupBryan Cantrill1-7/+1
2011-08-09HVM-589 XXX cleanup waveRobert Mustacchi1-4/+0
2011-08-09HVM-585 Make sure copyright notices are up to date on all files in kvm repoRobert Mustacchi1-0/+18
2011-08-08HVM-582 remove more XXXsBryan Cantrill1-125/+19
2011-08-06HVM-572 KVM: x86: Inject #GP with the right rip on efer writesBryan Cantrill1-17/+11
2011-08-06HVM-571 KVM: x86: Add missing locking to arch specific vcpu ioctlsBryan Cantrill1-2/+10
2011-08-06HVM-570 KVM: Fix wallclock version writing raceBryan Cantrill1-1/+7
2011-08-06HVM-567 KVM: x86: Check LMA bit before set_eferBryan Cantrill1-2/+2
2011-08-06HVM-566 KVM: Don't allow lmsw to clear cr0.peBryan Cantrill1-1/+1
2011-08-05HVM-554 vm and vcpu kstats should contain a zonename field (fix lint)Robert Mustacchi1-2/+4
2011-08-04HVM-554 vm and vcpu kstats should contain a zonename fieldRobert Mustacchi1-0/+4
2011-08-02HVM-206 need to eliminate "mm" field from kvm structureBryan Cantrill1-29/+1
2011-08-01HVM-542 eliminate XXXs around variable clock frequenciesBryan Cantrill1-41/+7
2011-08-01HVM-541 eliminate XXXs around x86 feature checksBryan Cantrill1-15/+0
2011-08-01HVM-326 support (or remove) KVM timer migrationBryan Cantrill1-4/+0
2011-08-01HVM-539 Fixup msr.hRobert Mustacchi1-1/+1
2011-08-01HVM-538 Implement smp_rmb/smp_wmb in kvmMax Bruning1-4/+1
2011-07-30HVM-535 random core dumps seen from non-VMs when VMs are runningBryan Cantrill1-0/+1
2011-07-27HVM-530 Have kvm_tss.h match <sys/tss.h>Robert Mustacchi1-22/+22
2011-07-26HVM-528 kvm_tss.h should use the same structure names as <sys/tss.h>Robert Mustacchi1-84/+84
2011-07-25HVM-517 Remove unused irqflags.hRobert Mustacchi1-1/+0
2011-07-08HVM-472 panic in gfn_to_memslot_unaliasedMax Bruning1-6/+2
2011-06-27HVM-417 kmem_cache_destroy not called for all kmem caches on driver unloadMax Bruning1-1/+11
2011-06-22HVM-389 Need support for KVM_NMI ioctlRobert Mustacchi1-1/+11
2011-06-14HVM-370 Cleanup SET_TSS ioctlRobert Mustacchi1-1/+1
2011-06-14HVM-367 Clean up KVM_SET_CPUID2Robert Mustacchi1-3/+9
2011-06-14HVM-329 Implement missing pieces of vmx_finiMax Bruning1-0/+18
2011-06-13HVM-364 regression in kvm_arch_destroy_vm_compsRobert Mustacchi1-0/+1
2011-06-10HVM-362 Clean up additional CONFIG options in kvmRobert Mustacchi1-6/+0
2011-06-10HVM-358 alloc_page leaks memoryMax Bruning1-4/+0
2011-06-08HVM-349 Remove ifdef's around IOMMURobert Mustacchi1-5/+0
2011-06-08HVM-348 Cleanup ifdefs surrounding KVM_COALESCED_MMIO_PAGE_OFFSETRobert Mustacchi1-5/+0
2011-06-08HVM-347 Always run code ifdef'd with CONFIG_KVM_APIC_ARCHITECTURERobert Mustacchi1-2/+0
2011-06-08HVM-340 Remove CONFIG_x86_64 from C filesRobert Mustacchi1-58/+3
2011-06-08HVM-336 floating point code can be tighterRobert Mustacchi1-49/+27
2011-06-08HVM-335 kvm_subr.c has reached the end of the lineRobert Mustacchi1-5/+325
2011-06-08HVM-325 vmx_io_bitmap stuff should all be in kvm_vmx.cRobert Mustacchi1-18/+0
2011-06-07HVM-321 kvm.c and kvm_x86.c are confusedRobert Mustacchi1-739/+4680
2011-06-07HVM-314 make_all_cpus_request shouldn't be extern in kvm.cRobert Mustacchi1-0/+6
2011-06-06HVM-312 Cleanup extern functions in kvm.cRobert Mustacchi1-1/+1
2011-06-06HVM-311 Cleanup externs and includes in kvm_x86.cRobert Mustacchi1-184/+11
2011-06-06HVM-310 Cleanup includes and extern function definitions in kvm_vmx.cRobert Mustacchi1-5/+1
2011-06-06HVM-299 Add kvm_ prefix to apicdef.h and vmx.hRobert Mustacchi1-2/+2
2011-06-06HVM-296 bitops.h shouldn't have code in itRobert Mustacchi1-1/+1
2011-06-06HVM-293 Remove percpu-defs.hRobert Mustacchi1-4/+0
2011-06-06HVM-291 irq.h should be kvm_irq.hRobert Mustacchi1-15/+1
2011-06-04HVM-289 make_all_cpus_request() does not iterate over all VCPUsBryan Cantrill1-10/+2
2011-06-04HVM-288 kvm.h and kvm_host.h should be similar to upstream in contentRobert Mustacchi1-1/+2
2011-06-03HVM-286 Move code into kvm_cache_regs.[ch]Robert Mustacchi1-13/+1