summaryrefslogtreecommitdiff
path: root/kvm.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-06HVM-294 Rename tss.h to kvm_tss.hRobert Mustacchi1-1/+1
2011-06-06HVM-291 irq.h should be kvm_irq.hRobert Mustacchi1-1/+1
2011-06-04HVM-290 regression in KVM_SET_GSI_ROUTINGRobert Mustacchi1-7/+9
2011-06-04HVM-288 kvm.h and kvm_host.h should be similar to upstream in content (lint)Robert Mustacchi1-2/+4
2011-06-04HVM-288 kvm.h and kvm_host.h should be similar to upstream in contentRobert Mustacchi1-15/+18
2011-06-03HVM-286 Move code into kvm_cache_regs.[ch]Robert Mustacchi1-64/+1
2011-06-03HVM-284 kvm_i8254.h should contain all definitions for the i8254.Robert Mustacchi1-1/+1
2011-06-03HVM-277 Some irq code should be in kvm_irq.cRobert Mustacchi1-44/+0
2011-06-03HVM-276 Common irq code should be in irq_comm.cRobert Mustacchi1-437/+1
2011-06-03HVM-275 coalesced mmio code should be in separate fileRobert Mustacchi1-1/+1
2011-06-03HVM-273 pic code should reside in kvm_i8259.cRobert Mustacchi1-571/+1
2011-06-02HVM-271 kicking a VCPU should poke (not cross-call) a remote CPUBryan Cantrill1-4/+4
2011-06-02HVM-270 mmu code should be in kvm_mmu.[ch]Robert Mustacchi1-1684/+10
2011-06-02HVM-268 iodev.h should be named kvm_iodev.hRobert Mustacchi1-1/+1
2011-06-02HVM-264 vmx code should live in its own fileRobert Mustacchi1-3659/+26
2011-06-02HVM-263 vmclear_local_vcpus needs to call __vcpu_clear for each cpuMax Bruning1-10/+9