index
:
illumos-kvm
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-01
HVM-258 kicking a VCPU needs to cross-call when on remote physical CPU
Bryan Cantrill
3
-28
/
+38
2011-06-01
HVM-255 don't call preempt()
Robert Mustacchi
1
-3
/
+0
2011-05-31
HVM-251 would like a tool to graph number of XXXs in native KVM over time
Bryan Cantrill
1
-0
/
+116
2011-05-26
HVM-239 kvm_irq_deliver_to_apic only send to boot vcpu
Max Bruning
2
-16
/
+13
2011-05-25
HVM-236 cleanup kvm-irq-line based ioctls
Robert Mustacchi
2
-19
/
+8
2011-05-25
HVM-234 need to bump q_hiwat on vnic stream
Robert Mustacchi
4
-10
/
+65
2011-05-24
HVM-231 need to use cyclic_reprogram() to emulate local APIC one-shots
Bryan Cantrill
1
-36
/
+39
2011-05-23
HVM-228 vmx_vcpu_load should not call hat_getpfnum
Max Bruning
2
-5
/
+5
2011-05-22
HVM-222 rephrase KVM's trace facility using SDT probes
Bryan Cantrill
3
-106
/
+90
2011-05-22
HVM-221 move local APIC functionality to kvm_lapic.c
Bryan Cantrill
6
-1448
/
+1446
2011-05-18
HVM-217 hat_pfnum call results in mutex_enter: adaptive at high PIL panic
Max Bruning
7
-76
/
+117
2011-05-17
HVM-211 need per-VCPU kstats
Bryan Cantrill
3
-68
/
+120
2011-05-17
HVM-210 Need to use a shared_msrs per processor
Max Bruning
1
-14
/
+8
2011-05-16
HVM-209 need kstats for kvm instances
Bryan Cantrill
3
-70
/
+75
2011-05-15
HVM-202 add support for HPET
Bryan Cantrill
5
-65
/
+151
2011-05-13
HVM-201 all PIT functionality should be in kvm_i8254.c
Bryan Cantrill
4
-703
/
+697
2011-05-13
HVM-199 _PRE_EFLAGS performs an andl on an illegal address
Bryan Cantrill
1
-1
/
+2
2011-05-12
HVM-196 Not correctly zapping all active mmu pages
Robert Mustacchi
1
-28
/
+0
2011-05-12
hvm-195 Implement account_shadowed/unaccount_shadowed
Max Bruning
2
-29
/
+61
2011-05-12
HVM-194 kvm does not implement KVM_GET_DIRTY_LOG ioctl
Max Bruning
1
-0
/
+85
2011-05-12
HVM-167 kvm should run on multiple processors
Max Bruning
4
-35
/
+88
2011-05-10
HVM-118 kvm.c should be cstyle-clean (final phase)
Bryan Cantrill
1
-372
/
+486
2011-05-10
HVM-118 kvm.c should be cstyle-clean (phase 6)
Bryan Cantrill
1
-156
/
+201
2011-05-10
HVM-183 Add equivalent of BUG() (fix cstyle)
Bryan Cantrill
1
-2
/
+1
2011-05-10
realmode_lmsw() not implemented
Bryan Cantrill
1
-4
/
+1
2011-05-10
HVM-183 Add equivalent of BUG()
Robert Mustacchi
2
-3
/
+6
2011-05-10
HVM-181 passing in garbage to avl_destroy_nodes
Robert Mustacchi
1
-0
/
+3
2011-05-09
HVM-177 kvm_dirty_bitmap_bytes() miscalculates size, induces data corruption
Bryan Cantrill
1
-3
/
+1
2011-05-09
HVM-173 convert KVM ioctls to reflect HVM-170 (final phase)
Bryan Cantrill
4
-189
/
+59
2011-05-09
HVM-173 convert KVM ioctls to reflect HVM-170 (phase 3)
Bryan Cantrill
2
-266
/
+38
2011-05-09
HVM-173 convert KVM ioctls to reflect HVM-170 (phase 2)
Bryan Cantrill
2
-336
/
+59
2011-05-09
HVM-174 Remove use of p_private
Robert Mustacchi
4
-30
/
+71
2011-05-09
HVM-172 KVM_SET_SIGNAL_MASK results in spurious EFAULT for KVM_RUN
Bryan Cantrill
3
-58
/
+79
2011-05-08
HVM-170 each VCPU should have its own open of /dev/kvm
Bryan Cantrill
2
-18
/
+82
2011-05-08
HVM-166 Cleanup #ifdef NOTNOW
Max Bruning
3
-65
/
+8
2011-05-07
HVM-118 kvm.c should be cstyle-clean (phase 5)
Bryan Cantrill
1
-981
/
+1104
2011-05-06
HVM-169 page_address should use hat_kpm_mapin_pfn (missing comment)
Robert Mustacchi
1
-1
/
+9
2011-05-06
HVM-169 page_address should use hat_kpm_mapin_pfn
Robert Mustacchi
4
-14
/
+15
2011-05-05
HVM-165 kvm_pit_ack_irq() can result in negative pending count
Bryan Cantrill
1
-1
/
+1
2011-05-05
HVM-164 apic_get_tmcct() confuses remaining with elapsed
Bryan Cantrill
1
-2
/
+3
2011-05-05
HVM-163 timer pending count should be a signed integer
Robert Mustacchi
1
-1
/
+1
2011-05-05
HVM-160 add support for KVM_SET_SIGNAL_MASK ioctl
Bryan Cantrill
1
-6
/
+34
2011-05-05
HVM-158 kvm_inject_pit_timer_irqs incorrectly checks for pit timer interrupts
Max Bruning
1
-1
/
+1
2011-05-04
HVM-158 Missing CONFIG_x86
Robert Mustacchi
1
-1
/
+1
2011-05-04
HVM-157 kvm_read_guest_page should return negative values on error
Robert Mustacchi
1
-2
/
+2
2011-05-03
HVM-155 kvm_ioctl() can be cleaned up
Bryan Cantrill
1
-514
/
+575
2011-05-03
HVM-154 kvm should implement KVM_PIT_SPEAKER_DUMMY
Max Bruning
1
-4
/
+98
2011-05-03
HVM-153 iodev.h should be a header file
Robert Mustacchi
3
-25
/
+71
2011-05-03
HVM-152 Add mdb walker for kvm structs
Robert Mustacchi
1
-0
/
+39
2011-05-03
HVM-151 want dcmd for dumping the GSI routes
Robert Mustacchi
1
-0
/
+39
[prev]
[next]