summaryrefslogtreecommitdiff
path: root/kvm_vmx.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-08HVM-719 kvm should build with gcc 4.4.420120517Robert Mustacchi1-2/+2
2011-11-29HVM-701 need static instrumentation in kvm_ctx_save()/kvm_ctx_restore()Bryan Cantrill1-0/+9
2011-10-19HVM-679 KVM should refuse to load if EPT is not presentBryan Cantrill1-0/+7
2011-09-07HVM-640 Need to implement vmx_disabled_by_biosMax Bruning1-1/+13
2011-09-06OS-590 kvm driver is far too chatty to the consoleBryan Cantrill1-8/+8
2011-08-20HVM-611 per-CPU IDT not properly restored, breaking S10-branded zonesBryan Cantrill1-2/+4
2011-08-12HVM-593 KVM must fail cleanly on non-VMX machinesBryan Cantrill1-1/+22
2011-08-09HVM-590 yet more XXX cleanupBryan Cantrill1-17/+1
2011-08-09HVM-589 XXX cleanup waveRobert Mustacchi1-2/+1
2011-08-09HVM-585 Make sure copyright notices are up to date on all files in kvm repoRobert Mustacchi1-1/+0
2011-08-08HVM-582 remove more XXXsBryan Cantrill1-14/+13
2011-08-01HVM-541 eliminate XXXs around x86 feature checksBryan Cantrill1-10/+2
2011-08-01HVM-540 enabling kvm-vmx-vmread probe induces double faultBryan Cantrill1-3/+15
2011-08-01HVM-326 support (or remove) KVM timer migrationBryan Cantrill1-1/+0
2011-08-01HVM-539 Fixup msr.hRobert Mustacchi1-1/+1
2011-07-25HVM-511 kernel panics on t_preempt assertion failure in vcpu_enter_guest()Bryan Cantrill1-3/+4
2011-07-25HVM-520 vcpus_on_cpu[] array is broken and superfluousBryan Cantrill1-40/+1
2011-07-19HVM-469 panic in vmx_vcpu_runBryan Cantrill1-2/+5
2011-07-19HVM-495 need DTrace probes around instructions that operate on VMCS stateBryan Cantrill1-0/+22
2011-07-12HVM-477 panic in gfn_to_hvaMax Bruning1-2/+9
2011-07-07HVM-472 panic in gfn_to_memslot_unaliasedMax Bruning1-5/+3
2011-06-27HVM-417 kmem_cache_destroy not called for all kmem caches on driver unloadMax Bruning1-1/+2
2011-06-27HVM-417 kmem_cache_destroy not called for all kmem caches on driver unloadMax Bruning1-0/+1
2011-06-24HVM-410 More vcpus than physical cpus causes hangMax Bruning1-1/+6
2011-06-14HVM-370 Cleanup SET_TSS ioctlRobert Mustacchi1-3/+3
2011-06-14HVM-331 Implement XXXs in vmx_create_vcpuMax Bruning1-7/+1
2011-06-14HVM-331 Implement XXXs in vmx_create_vcpuMax Bruning1-8/+1
2011-06-14HVM-329 Implement missing pieces of vmx_finiMax Bruning1-9/+23
2011-06-13HVM-363 kvm has multiple memory leaksMax Bruning1-1/+8
2011-06-08HVM-340 Remove CONFIG_x86_64 from C filesRobert Mustacchi1-74/+8
2011-06-08HVM-328 replace container_of with offsetof calculationsRobert Mustacchi1-7/+2
2011-06-08HVM-334 XXX Triage in kvm_vmx.c Part I (cont.)Robert Mustacchi1-1/+1
2011-06-08HVM-334 XXX Triage in kvm_vmx.c Part IRobert Mustacchi1-31/+2
2011-06-08HVM-325 vmx_io_bitmap stuff should all be in kvm_vmx.cRobert Mustacchi1-13/+17
2011-06-07HVM-321 kvm.c and kvm_x86.c are confusedRobert Mustacchi1-2/+30
2011-06-07HVM-316 kvm_vcpu_cache should live in kvm_vmx.cRobert Mustacchi1-3/+22
2011-06-07HVM-313 vpid related pieces should all be in kvm_vmx.cRobert Mustacchi1-7/+25
2011-06-06HVM-310 Cleanup includes and extern function definitions in kvm_vmx.cRobert Mustacchi1-98/+11
2011-06-06HVM-300 Remove externs from kvm_irq_comm.cRobert Mustacchi1-1/+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-291 irq.h should be kvm_irq.hRobert Mustacchi1-1/+1
2011-06-04HVM-288 kvm.h and kvm_host.h should be similar to upstream in content (lint)Robert Mustacchi1-2/+3
2011-06-04HVM-288 kvm.h and kvm_host.h should be similar to upstream in contentRobert Mustacchi1-10/+23
2011-06-03HVM-281 kvm_lapic_t should be defined in kvm_lapic.hRobert Mustacchi1-0/+1
2011-06-03HVM-263 vmclear_local_vcpus needs to call __vcpu_clear for each cpuMax Bruning1-3/+3
2011-06-02HVM-270 mmu code should be in kvm_mmu.[ch]Robert Mustacchi1-1/+1
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-0/+4741