index
:
illumos-kvm
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kvm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-07
HVM-321 kvm.c and kvm_x86.c are confused
Robert Mustacchi
1
-5168
/
+851
2011-06-07
HVM-317 Unused mmu_memory_cache_alloc in kvm.c
Robert Mustacchi
1
-6
/
+0
2011-06-07
HVM-316 kvm_vcpu_cache should live in kvm_vmx.c
Robert Mustacchi
1
-17
/
+1
2011-06-07
HVM-314 make_all_cpus_request shouldn't be extern in kvm.c
Robert Mustacchi
1
-17
/
+4
2011-06-07
HVM-313 vpid related pieces should all be in kvm_vmx.c
Robert Mustacchi
1
-30
/
+2
2011-06-06
HVM-312 Cleanup extern functions in kvm.c
Robert Mustacchi
1
-368
/
+25
2011-06-06
HVM-311 Cleanup externs and includes in kvm_x86.c
Robert Mustacchi
1
-43
/
+14
2011-06-06
HVM-310 Cleanup includes and extern function definitions in kvm_vmx.c
Robert Mustacchi
1
-41
/
+1
2011-06-06
HVM-308 Cleanup kvm_mmu.c includes and externs
Robert Mustacchi
1
-10
/
+1
2011-06-06
HVM-300 Remove externs from kvm_irq_comm.c
Robert Mustacchi
1
-32
/
+0
2011-06-06
HVM-299 Add kvm_ prefix to apicdef.h and vmx.h
Robert Mustacchi
1
-2
/
+2
2011-06-06
HVM-296 bitops.h shouldn't have code in it
Robert Mustacchi
1
-1
/
+1
2011-06-06
HVM-294 Rename tss.h to kvm_tss.h
Robert Mustacchi
1
-1
/
+1
2011-06-06
HVM-291 irq.h should be kvm_irq.h
Robert Mustacchi
1
-1
/
+1
2011-06-04
HVM-290 regression in KVM_SET_GSI_ROUTING
Robert Mustacchi
1
-7
/
+9
2011-06-04
HVM-288 kvm.h and kvm_host.h should be similar to upstream in content (lint)
Robert Mustacchi
1
-2
/
+4
2011-06-04
HVM-288 kvm.h and kvm_host.h should be similar to upstream in content
Robert Mustacchi
1
-15
/
+18
2011-06-03
HVM-286 Move code into kvm_cache_regs.[ch]
Robert Mustacchi
1
-64
/
+1
2011-06-03
HVM-284 kvm_i8254.h should contain all definitions for the i8254.
Robert Mustacchi
1
-1
/
+1
2011-06-03
HVM-277 Some irq code should be in kvm_irq.c
Robert Mustacchi
1
-44
/
+0
2011-06-03
HVM-276 Common irq code should be in irq_comm.c
Robert Mustacchi
1
-437
/
+1
2011-06-03
HVM-275 coalesced mmio code should be in separate file
Robert Mustacchi
1
-1
/
+1
2011-06-03
HVM-273 pic code should reside in kvm_i8259.c
Robert Mustacchi
1
-571
/
+1
2011-06-02
HVM-271 kicking a VCPU should poke (not cross-call) a remote CPU
Bryan Cantrill
1
-4
/
+4
2011-06-02
HVM-270 mmu code should be in kvm_mmu.[ch]
Robert Mustacchi
1
-1684
/
+10
2011-06-02
HVM-268 iodev.h should be named kvm_iodev.h
Robert Mustacchi
1
-1
/
+1
2011-06-02
HVM-264 vmx code should live in its own file
Robert Mustacchi
1
-3659
/
+26
2011-06-02
HVM-263 vmclear_local_vcpus needs to call __vcpu_clear for each cpu
Max Bruning
1
-10
/
+9
2011-06-01
HVM-260 Separate out ioapic code into separate file
Robert Mustacchi
1
-423
/
+1
2011-06-01
HVM-258 kicking a VCPU needs to cross-call when on remote physical CPU
Bryan Cantrill
1
-1
/
+16
2011-06-01
HVM-255 don't call preempt()
Robert Mustacchi
1
-3
/
+0
2011-05-26
HVM-239 kvm_irq_deliver_to_apic only send to boot vcpu
Max Bruning
1
-1
/
+1
2011-05-25
HVM-236 cleanup kvm-irq-line based ioctls
Robert Mustacchi
1
-13
/
+6
2011-05-25
HVM-234 need to bump q_hiwat on vnic stream
Robert Mustacchi
1
-0
/
+64
2011-05-23
HVM-228 vmx_vcpu_load should not call hat_getpfnum
Max Bruning
1
-2
/
+1
2011-05-22
HVM-222 rephrase KVM's trace facility using SDT probes
Bryan Cantrill
1
-96
/
+63
2011-05-22
HVM-221 move local APIC functionality to kvm_lapic.c
Bryan Cantrill
1
-611
/
+1
2011-05-18
HVM-217 hat_pfnum call results in mutex_enter: adaptive at high PIL panic
Max Bruning
1
-19
/
+10
2011-05-17
HVM-211 need per-VCPU kstats
Bryan Cantrill
1
-60
/
+30
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
1
-30
/
+42
2011-05-15
HVM-202 add support for HPET
Bryan Cantrill
1
-33
/
+114
2011-05-13
HVM-201 all PIT functionality should be in kvm_i8254.c
Bryan Cantrill
1
-677
/
+1
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
1
-28
/
+60
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
1
-32
/
+54
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()
Robert Mustacchi
1
-1
/
+3
[prev]
[next]