summaryrefslogtreecommitdiff
path: root/kvm.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-01HVM-260 Separate out ioapic code into separate fileRobert Mustacchi1-423/+1
2011-06-01HVM-258 kicking a VCPU needs to cross-call when on remote physical CPUBryan Cantrill1-1/+16
2011-06-01HVM-255 don't call preempt()Robert Mustacchi1-3/+0
2011-05-26HVM-239 kvm_irq_deliver_to_apic only send to boot vcpuMax Bruning1-1/+1
2011-05-25HVM-236 cleanup kvm-irq-line based ioctlsRobert Mustacchi1-13/+6
2011-05-25HVM-234 need to bump q_hiwat on vnic streamRobert Mustacchi1-0/+64
2011-05-23HVM-228 vmx_vcpu_load should not call hat_getpfnumMax Bruning1-2/+1
2011-05-22HVM-222 rephrase KVM's trace facility using SDT probesBryan Cantrill1-96/+63
2011-05-22HVM-221 move local APIC functionality to kvm_lapic.cBryan Cantrill1-611/+1
2011-05-18HVM-217 hat_pfnum call results in mutex_enter: adaptive at high PIL panicMax Bruning1-19/+10
2011-05-17HVM-211 need per-VCPU kstatsBryan Cantrill1-60/+30
2011-05-17HVM-210 Need to use a shared_msrs per processorMax Bruning1-14/+8
2011-05-16HVM-209 need kstats for kvm instancesBryan Cantrill1-30/+42
2011-05-15HVM-202 add support for HPETBryan Cantrill1-33/+114
2011-05-13HVM-201 all PIT functionality should be in kvm_i8254.cBryan Cantrill1-677/+1
2011-05-12HVM-196 Not correctly zapping all active mmu pagesRobert Mustacchi1-28/+0
2011-05-12hvm-195 Implement account_shadowed/unaccount_shadowedMax Bruning1-28/+60
2011-05-12HVM-194 kvm does not implement KVM_GET_DIRTY_LOG ioctlMax Bruning1-0/+85
2011-05-12HVM-167 kvm should run on multiple processorsMax Bruning1-32/+54
2011-05-10HVM-118 kvm.c should be cstyle-clean (final phase)Bryan Cantrill1-372/+486
2011-05-10HVM-118 kvm.c should be cstyle-clean (phase 6)Bryan Cantrill1-156/+201
2011-05-10HVM-183 Add equivalent of BUG()Robert Mustacchi1-1/+3
2011-05-10HVM-181 passing in garbage to avl_destroy_nodesRobert Mustacchi1-0/+3
2011-05-09HVM-173 convert KVM ioctls to reflect HVM-170 (final phase)Bryan Cantrill1-119/+14
2011-05-09HVM-173 convert KVM ioctls to reflect HVM-170 (phase 3)Bryan Cantrill1-239/+32
2011-05-09HVM-173 convert KVM ioctls to reflect HVM-170 (phase 2)Bryan Cantrill1-308/+51
2011-05-09HVM-174 Remove use of p_privateRobert Mustacchi1-21/+57
2011-05-09HVM-172 KVM_SET_SIGNAL_MASK results in spurious EFAULT for KVM_RUNBryan Cantrill1-49/+56
2011-05-08HVM-170 each VCPU should have its own open of /dev/kvmBryan Cantrill1-18/+79
2011-05-08HVM-166 Cleanup #ifdef NOTNOWMax Bruning1-41/+5
2011-05-07HVM-118 kvm.c should be cstyle-clean (phase 5)Bryan Cantrill1-981/+1104