summaryrefslogtreecommitdiff
path: root/kvm_x86.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-21HVM-770 ioapic should return zero reads for bogus pinsHEAD20130919201309052013082220130725201307112013062720130515201304182013040420130321masterRobert Mustacchi1-0/+6
2012-03-08HVM-719 kvm should build with gcc 4.4.420120517Robert Mustacchi1-10/+10
2012-01-26HVM-715 Enable AES supportRobert Mustacchi1-2/+3
2011-12-06HVM-700 Panic in module "kvm" due to a NULL pointer dereferenceBryan Cantrill1-5/+24
2011-11-28OS-745 system hung doing crosscallsRobert Mustacchi1-3/+2
2011-10-19HVM-677 emulation failure shouldn't be logged to the consoleBryan Cantrill1-1/+1
2011-10-13HVM-666 VMs will panic/hang with more than 64GBBryan Cantrill1-47/+43
2011-09-06OS-590 kvm driver is far too chatty to the consoleBryan Cantrill1-11/+11
2011-09-06HVM-638 Non-GZ can see kstatsRobert Mustacchi1-2/+2
2011-08-19HVM-610 sdt:::kvm-cpuid adds too much performance overheadRobert Mustacchi1-6/+0
2011-08-12HVM-458 kvm_tss.h should dieRobert Mustacchi1-1/+1
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