summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-01HVM-258 kicking a VCPU needs to cross-call when on remote physical CPUBryan Cantrill3-28/+38
2011-06-01HVM-255 don't call preempt()Robert Mustacchi1-3/+0
2011-05-31HVM-251 would like a tool to graph number of XXXs in native KVM over timeBryan Cantrill1-0/+116
2011-05-26HVM-239 kvm_irq_deliver_to_apic only send to boot vcpuMax Bruning2-16/+13
2011-05-25HVM-236 cleanup kvm-irq-line based ioctlsRobert Mustacchi2-19/+8
2011-05-25HVM-234 need to bump q_hiwat on vnic streamRobert Mustacchi4-10/+65
2011-05-24HVM-231 need to use cyclic_reprogram() to emulate local APIC one-shotsBryan Cantrill1-36/+39
2011-05-23HVM-228 vmx_vcpu_load should not call hat_getpfnumMax Bruning2-5/+5
2011-05-22HVM-222 rephrase KVM's trace facility using SDT probesBryan Cantrill3-106/+90
2011-05-22HVM-221 move local APIC functionality to kvm_lapic.cBryan Cantrill6-1448/+1446
2011-05-18HVM-217 hat_pfnum call results in mutex_enter: adaptive at high PIL panicMax Bruning7-76/+117
2011-05-17HVM-211 need per-VCPU kstatsBryan Cantrill3-68/+120
2011-05-17HVM-210 Need to use a shared_msrs per processorMax Bruning1-14/+8
2011-05-16HVM-209 need kstats for kvm instancesBryan Cantrill3-70/+75
2011-05-15HVM-202 add support for HPETBryan Cantrill5-65/+151
2011-05-13HVM-201 all PIT functionality should be in kvm_i8254.cBryan Cantrill4-703/+697
2011-05-13HVM-199 _PRE_EFLAGS performs an andl on an illegal addressBryan Cantrill1-1/+2
2011-05-12HVM-196 Not correctly zapping all active mmu pagesRobert Mustacchi1-28/+0
2011-05-12hvm-195 Implement account_shadowed/unaccount_shadowedMax Bruning2-29/+61
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 Bruning4-35/+88
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() (fix cstyle)Bryan Cantrill1-2/+1
2011-05-10realmode_lmsw() not implementedBryan Cantrill1-4/+1
2011-05-10HVM-183 Add equivalent of BUG()Robert Mustacchi2-3/+6
2011-05-10HVM-181 passing in garbage to avl_destroy_nodesRobert Mustacchi1-0/+3
2011-05-09HVM-177 kvm_dirty_bitmap_bytes() miscalculates size, induces data corruptionBryan Cantrill1-3/+1
2011-05-09HVM-173 convert KVM ioctls to reflect HVM-170 (final phase)Bryan Cantrill4-189/+59
2011-05-09HVM-173 convert KVM ioctls to reflect HVM-170 (phase 3)Bryan Cantrill2-266/+38
2011-05-09HVM-173 convert KVM ioctls to reflect HVM-170 (phase 2)Bryan Cantrill2-336/+59
2011-05-09HVM-174 Remove use of p_privateRobert Mustacchi4-30/+71
2011-05-09HVM-172 KVM_SET_SIGNAL_MASK results in spurious EFAULT for KVM_RUNBryan Cantrill3-58/+79
2011-05-08HVM-170 each VCPU should have its own open of /dev/kvmBryan Cantrill2-18/+82
2011-05-08HVM-166 Cleanup #ifdef NOTNOWMax Bruning3-65/+8
2011-05-07HVM-118 kvm.c should be cstyle-clean (phase 5)Bryan Cantrill1-981/+1104
2011-05-06HVM-169 page_address should use hat_kpm_mapin_pfn (missing comment)Robert Mustacchi1-1/+9
2011-05-06HVM-169 page_address should use hat_kpm_mapin_pfnRobert Mustacchi4-14/+15
2011-05-05HVM-165 kvm_pit_ack_irq() can result in negative pending countBryan Cantrill1-1/+1
2011-05-05HVM-164 apic_get_tmcct() confuses remaining with elapsedBryan Cantrill1-2/+3
2011-05-05HVM-163 timer pending count should be a signed integerRobert Mustacchi1-1/+1
2011-05-05HVM-160 add support for KVM_SET_SIGNAL_MASK ioctlBryan Cantrill1-6/+34
2011-05-05HVM-158 kvm_inject_pit_timer_irqs incorrectly checks for pit timer interruptsMax Bruning1-1/+1
2011-05-04HVM-158 Missing CONFIG_x86Robert Mustacchi1-1/+1
2011-05-04HVM-157 kvm_read_guest_page should return negative values on errorRobert Mustacchi1-2/+2
2011-05-03HVM-155 kvm_ioctl() can be cleaned upBryan Cantrill1-514/+575
2011-05-03HVM-154 kvm should implement KVM_PIT_SPEAKER_DUMMYMax Bruning1-4/+98
2011-05-03HVM-153 iodev.h should be a header fileRobert Mustacchi3-25/+71
2011-05-03HVM-152 Add mdb walker for kvm structsRobert Mustacchi1-0/+39
2011-05-03HVM-151 want dcmd for dumping the GSI routesRobert Mustacchi1-0/+39