index
:
illumos-kvm
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kvm_x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-06
HVM-291 irq.h should be kvm_irq.h
Robert Mustacchi
1
-15
/
+1
2011-06-04
HVM-289 make_all_cpus_request() does not iterate over all VCPUs
Bryan Cantrill
1
-10
/
+2
2011-06-04
HVM-288 kvm.h and kvm_host.h should be similar to upstream in content
Robert Mustacchi
1
-1
/
+2
2011-06-03
HVM-286 Move code into kvm_cache_regs.[ch]
Robert Mustacchi
1
-13
/
+1
2011-06-03
HVM-278 remove duplicate ioapic code
Robert Mustacchi
1
-79
/
+0
2011-06-03
HVM-276 Common irq code should be in irq_comm.c
Robert Mustacchi
1
-45
/
+0
2011-06-03
HVM-275 coalesced mmio code should be in separate file
Robert Mustacchi
1
-199
/
+1
2011-06-02
HVM-270 mmu code should be in kvm_mmu.[ch]
Robert Mustacchi
1
-1296
/
+2
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
-839
/
+3
2011-06-02
HVM-263 vmclear_local_vcpus needs to call __vcpu_clear for each cpu
Max Bruning
1
-7
/
+9
2011-06-01
HVM-260 Separate out ioapic code into separate file
Robert Mustacchi
1
-1
/
+1
2011-05-26
HVM-239 kvm_irq_deliver_to_apic only send to boot vcpu
Max Bruning
1
-15
/
+12
2011-05-25
HVM-234 need to bump q_hiwat on vnic stream
Robert Mustacchi
1
-6
/
+0
2011-05-23
HVM-228 vmx_vcpu_load should not call hat_getpfnum
Max Bruning
1
-3
/
+4
2011-05-22
HVM-221 move local APIC functionality to kvm_lapic.c
Bryan Cantrill
1
-813
/
+0
2011-05-18
HVM-217 hat_pfnum call results in mutex_enter: adaptive at high PIL panic
Max Bruning
1
-30
/
+35
2011-05-17
HVM-211 need per-VCPU kstats
Bryan Cantrill
1
-7
/
+57
2011-05-16
HVM-209 need kstats for kvm instances
Bryan Cantrill
1
-38
/
+9
2011-05-15
HVM-202 add support for HPET
Bryan Cantrill
1
-23
/
+0
2011-05-12
hvm-195 Implement account_shadowed/unaccount_shadowed
Max Bruning
1
-1
/
+1
2011-05-12
HVM-167 kvm should run on multiple processors
Max Bruning
1
-3
/
+3
2011-05-10
HVM-183 Add equivalent of BUG() (fix cstyle)
Bryan Cantrill
1
-2
/
+1
2011-05-10
HVM-183 Add equivalent of BUG()
Robert Mustacchi
1
-2
/
+3
2011-05-09
HVM-174 Remove use of p_private
Robert Mustacchi
1
-8
/
+8
2011-05-08
HVM-166 Cleanup #ifdef NOTNOW
Max Bruning
1
-19
/
+3
2011-05-06
HVM-169 page_address should use hat_kpm_mapin_pfn
Robert Mustacchi
1
-9
/
+5
2011-05-05
HVM-164 apic_get_tmcct() confuses remaining with elapsed
Bryan Cantrill
1
-2
/
+3
2011-04-29
HVM-137 Need to be able to unload kvm driver and load a new one and use KVM f...
Robert Mustacchi
1
-1
/
+6
2011-04-28
HVM-143 kvm C files should all have the kvm_ prefix on them
Robert Mustacchi
1
-2
/
+2
2011-04-28
HVM-137 Need to be able to unload kvm driver and load a new one and use KVM f...
Robert Mustacchi
1
-23
/
+101
2011-04-28
HVM-141 On subsequent attach after detach, vm initialization fails.
Max Bruning
1
-4
/
+34
2011-04-27
HVM-140 HLT does not cause KVM to block
Bryan Cantrill
1
-46
/
+3
2011-04-27
HVM-138 cleanup kvm_destroy_vm and pit
Robert Mustacchi
1
-21
/
+54
2011-04-25
HVM-130 kvm_timer_fn() mistakenly reprograms cbe_hres_tick() to never fire
Bryan Cantrill
1
-4
/
+2
2011-04-25
HVM-124 need to use kmem_cache_free instead of kmem_free
Robert Mustacchi
1
-1
/
+1
2011-04-22
HVM-116 one shot cyclics should use CY_INFINITY
Robert Mustacchi
1
-4
/
+13
2011-04-22
HVM-115 Missing code in kvm_apic_post_state_restore
Robert Mustacchi
1
-2
/
+2
2011-04-22
HVM-114 Fix confusing void * usage and correct apic stuff
Robert Mustacchi
1
-22
/
+19
2011-04-21
HVM-112 Need something for kvm_vcpu_block (cstyle)
Bryan Cantrill
1
-6
/
+4
2011-04-21
HVM-112 Need something for kvm_vcpu_block
Robert Mustacchi
1
-0
/
+11
2011-04-21
Initialize shared msrs HVM-106
Max Bruning
1
-3
/
+7
2011-04-20
HVM-97 kvm_x86.c should be cstyle-clean
Bryan Cantrill
1
-446
/
+443
2011-04-20
HVM-104 Implement apic_get_tmcct
Robert Mustacchi
1
-13
/
+12
2011-04-20
HVM-103 Guest panic in microfind: cpu too fast
Robert Mustacchi
1
-0
/
+2
2011-04-20
HVM-98 Need to support one shot timers
Robert Mustacchi
1
-1
/
+1
2011-04-20
HVM-99 Need to clear the timer bits
Robert Mustacchi
1
-18
/
+6
2011-04-20
HVM-97 kvm_x86.c should be cstyle-clean (phase 1)
Bryan Cantrill
1
-508
/
+609
2011-04-19
HVM-95 not saving cyclic id in create_pit_timer
Robert Mustacchi
1
-2
/
+7
2011-04-19
HVM-93 Change cyclics to fire at CY_LOW_LEVEL for now
Robert Mustacchi
1
-1
/
+1
[prev]
[next]