summaryrefslogtreecommitdiff
path: root/kvm.c
AgeCommit message (Expand)AuthorFilesLines
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-03HVM-551 Add synchronization for buses member of kvm_tMax Bruning1-28/+33
2011-08-02HVM-206 need to eliminate "mm" field from kvm structureBryan Cantrill1-54/+1
2011-08-01HVM-542 eliminate XXXs around variable clock frequenciesBryan Cantrill1-2/+2
2011-08-01HVM-541 eliminate XXXs around x86 feature checksBryan Cantrill1-121/+7
2011-08-01HVM-326 support (or remove) KVM timer migrationBryan Cantrill1-6/+0
2011-08-01HVM-539 Fixup msr.hRobert Mustacchi1-1/+1
2011-08-01HVM-538 Implement smp_rmb/smp_wmb in kvmMax Bruning1-16/+3
2011-07-27HVM-533 Remove drv_priv checkRobert Mustacchi1-6/+0
2011-07-25HVM-517 Remove unused irqflags.hRobert Mustacchi1-1/+0
2011-07-21HVM-501 hard-hang when starting many VMs concurrentlyBryan Cantrill1-17/+6
2011-07-12HVM-477 panic in gfn_to_hvaMax Bruning1-7/+7
2011-07-08HVM-472 panic in gfn_to_memslot_unaliasedMax Bruning1-6/+2
2011-07-07HVM-472 panic in gfn_to_memslot_unaliasedMax Bruning1-1/+2
2011-07-07HVM-472 panic in gfn_to_memslot_unaliasedMax Bruning1-1/+14
2011-06-28HVM-432 Want to use constant for XC_HI_PILRobert Mustacchi1-2/+3
2011-06-28HVM-431 Load/unload/reload sequence does not work properly with kvm driverMax Bruning1-2/+17
2011-06-27HVM-237 qemu prints out an einval from the vnic ioctl but worksRobert Mustacchi1-2/+2
2011-06-27HVM-419 Always get ENXIO in kvm_openRobert Mustacchi1-9/+5
2011-06-27HVM-417 kmem_cache_destroy not called for all kmem caches on driver unloadMax Bruning1-5/+12
2011-06-22HVM-389 Need support for KVM_NMI ioctlRobert Mustacchi1-37/+53
2011-06-20HVM-383 Begin Big Theory StatementRobert Mustacchi1-1/+277
2011-06-17HVM-381 Rework kvm_segmap and kvm_devmap to be per VCPURobert Mustacchi1-14/+15
2011-06-14HVM-370 Cleanup SET_TSS ioctlRobert Mustacchi1-9/+2
2011-06-14HVM-368 Clean up KVM_SET_IDENTITY_MAP_ADDR ioctlRobert Mustacchi1-14/+6
2011-06-14HVM-367 Clean up KVM_SET_CPUID2Robert Mustacchi1-6/+8
2011-06-14HVM-329 Implement missing pieces of vmx_finiMax Bruning1-15/+6
2011-06-13HVM-363 kvm has multiple memory leaksMax Bruning1-9/+14
2011-06-10HVM-361 revert KVM_SET_BOOT_CPU_ID ioctl to upstream interfaceRobert Mustacchi1-15/+9
2011-06-10HVM-358 alloc_page leaks memory - (minor mistake in push)Max Bruning1-2/+0
2011-06-10HVM-358 alloc_page leaks memoryMax Bruning1-11/+9
2011-06-09HVM-356 Get rid of kvm_coalesced_mmio_zone_ioc_tRobert Mustacchi1-18/+16
2011-06-08HVM-349 Remove ifdef's around IOMMURobert Mustacchi1-9/+0
2011-06-08HVM-348 Cleanup ifdefs surrounding KVM_COALESCED_MMIO_PAGE_OFFSETRobert Mustacchi1-6/+0
2011-06-08HVM-347 Always run code ifdef'd with CONFIG_KVM_APIC_ARCHITECTURERobert Mustacchi1-6/+1
2011-06-08HVM-344 Always include code in KVM_HAVE_KVM_IRQCHIPRobert Mustacchi1-6/+1
2011-06-08HVM-335 kvm_subr.c has reached the end of the lineRobert Mustacchi1-1/+90
2011-06-07HVM-321 kvm.c and kvm_x86.c are confusedRobert Mustacchi1-5168/+851
2011-06-07HVM-317 Unused mmu_memory_cache_alloc in kvm.cRobert Mustacchi1-6/+0
2011-06-07HVM-316 kvm_vcpu_cache should live in kvm_vmx.cRobert Mustacchi1-17/+1
2011-06-07HVM-314 make_all_cpus_request shouldn't be extern in kvm.cRobert Mustacchi1-17/+4
2011-06-07HVM-313 vpid related pieces should all be in kvm_vmx.cRobert Mustacchi1-30/+2
2011-06-06HVM-312 Cleanup extern functions in kvm.cRobert Mustacchi1-368/+25
2011-06-06HVM-311 Cleanup externs and includes in kvm_x86.cRobert Mustacchi1-43/+14
2011-06-06HVM-310 Cleanup includes and extern function definitions in kvm_vmx.cRobert Mustacchi1-41/+1
2011-06-06HVM-308 Cleanup kvm_mmu.c includes and externsRobert Mustacchi1-10/+1
2011-06-06HVM-300 Remove externs from kvm_irq_comm.cRobert Mustacchi1-32/+0
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