summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-08HVM-334 XXX Triage in kvm_vmx.c Part IRobert Mustacchi1-31/+2
2011-06-08HVM-332 XXX Triage in kvm_lapic.cRobert Mustacchi1-35/+3
2011-06-08HVM-333 XXX triage in kvm_i8254.cRobert Mustacchi1-41/+7
2011-06-08HVM-325 vmx_io_bitmap stuff should all be in kvm_vmx.cRobert Mustacchi2-31/+17
2011-06-07HVM-324 kvm-xxx doesn't generate correct gnuplot control fileBryan Cantrill1-6/+6
2011-06-07HVM-322 kvm.h should be cstyle-cleanBryan Cantrill3-233/+215
2011-06-07HVM-321 kvm.c and kvm_x86.c are confusedRobert Mustacchi9-6014/+5811
2011-06-07HVM-319 rm kvm_para.hRobert Mustacchi1-45/+0
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 Mustacchi3-22/+24
2011-06-07HVM-314 make_all_cpus_request shouldn't be extern in kvm.cRobert Mustacchi2-17/+10
2011-06-07HVM-313 vpid related pieces should all be in kvm_vmx.cRobert Mustacchi3-38/+29
2011-06-06HVM-312 Cleanup extern functions in kvm.cRobert Mustacchi6-372/+38
2011-06-06HVM-311 Cleanup externs and includes in kvm_x86.cRobert Mustacchi4-227/+59
2011-06-06HVM-310 Cleanup includes and extern function definitions in kvm_vmx.cRobert Mustacchi8-224/+114
2011-06-06HVM-308 Cleanup kvm_mmu.c includes and externsRobert Mustacchi5-55/+19
2011-06-06HVM-307 Clean up includes/externs in kvm_lapic.cRobert Mustacchi1-20/+7
2011-06-06HVM-306 kvm_cache_regs.h missing forward declarationsRobert Mustacchi1-1/+4
2011-06-06HVM-305 Need header file equivalent of x86/x86.hRobert Mustacchi1-0/+30
2011-06-06HVM-304 Clean up includes for kvm_coalesced_mmio.cRobert Mustacchi3-25/+2
2011-06-06HVM-301 Clean up externs/includes for kvm_i825[49].c and kvm_ioapic.cRobert Mustacchi5-35/+12
2011-06-06HVM-300 Remove externs from kvm_irq_comm.cRobert Mustacchi5-48/+33
2011-06-06HVM-299 Add kvm_ prefix to apicdef.h and vmx.hRobert Mustacchi13-14/+14
2011-06-06HVM-298 remove unused segment.hRobert Mustacchi1-217/+0
2011-06-06HVM-296 bitops.h shouldn't have code in itRobert Mustacchi11-255/+416
2011-06-06HVM-294 Rename tss.h to kvm_tss.hRobert Mustacchi3-159/+1
2011-06-06HVM-293 Remove percpu-defs.hRobert Mustacchi2-158/+0
2011-06-06HVM-291 irq.h should be kvm_irq.hRobert Mustacchi14-52/+39
2011-06-04HVM-289 make_all_cpus_request() does not iterate over all VCPUsBryan Cantrill1-10/+2
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 Mustacchi5-30/+40
2011-06-04HVM-288 kvm.h and kvm_host.h should be similar to upstream in contentRobert Mustacchi22-2235/+1642
2011-06-03HVM-286 Move code into kvm_cache_regs.[ch]Robert Mustacchi5-82/+124
2011-06-03HVM-284 kvm_i8254.h should contain all definitions for the i8254.Robert Mustacchi4-53/+54
2011-06-03HVM-281 kvm_lapic_t should be defined in kvm_lapic.hRobert Mustacchi5-21/+18
2011-06-03HVM-280 timer should be defined in kvm_timer.hRobert Mustacchi3-23/+37
2011-06-03HVM-279 paging_tmpl.h should have a kvm prefixRobert Mustacchi2-2/+2
2011-06-03HVM-278 remove duplicate ioapic codeRobert Mustacchi2-110/+33
2011-06-03HVM-277 Some irq code should be in kvm_irq.cRobert Mustacchi2-44/+46
2011-06-03HVM-276 Common irq code should be in irq_comm.cRobert Mustacchi5-521/+563
2011-06-03HVM-275 coalesced mmio code should be in separate fileRobert Mustacchi6-221/+243
2011-06-03HVM-273 pic code should reside in kvm_i8259.cRobert Mustacchi4-576/+627
2011-06-03HVM-263 vmclear_local_vcpus needs to call __vcpu_clear for each cpuMax Bruning1-3/+3
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 Mustacchi9-3099/+3100
2011-06-02HVM-268 iodev.h should be named kvm_iodev.hRobert Mustacchi13-12/+12
2011-06-02HVM-266 kvm_types.h missing includesRobert Mustacchi2-9/+2
2011-06-02HVM-264 vmx code should live in its own fileRobert Mustacchi8-4622/+4794
2011-06-02HVM-263 vmclear_local_vcpus needs to call __vcpu_clear for each cpuMax Bruning2-17/+18
2011-06-01HVM-260 Separate out ioapic code into separate fileRobert Mustacchi7-433/+482