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-08
HVM-340 Remove CONFIG_x86_64 from C files
Robert Mustacchi
1
-58
/
+3
2011-06-08
HVM-336 floating point code can be tighter
Robert Mustacchi
1
-49
/
+27
2011-06-08
HVM-335 kvm_subr.c has reached the end of the line
Robert Mustacchi
1
-5
/
+325
2011-06-08
HVM-325 vmx_io_bitmap stuff should all be in kvm_vmx.c
Robert Mustacchi
1
-18
/
+0
2011-06-07
HVM-321 kvm.c and kvm_x86.c are confused
Robert Mustacchi
1
-739
/
+4680
2011-06-07
HVM-314 make_all_cpus_request shouldn't be extern in kvm.c
Robert Mustacchi
1
-0
/
+6
2011-06-06
HVM-312 Cleanup extern functions in kvm.c
Robert Mustacchi
1
-1
/
+1
2011-06-06
HVM-311 Cleanup externs and includes in kvm_x86.c
Robert Mustacchi
1
-184
/
+11
2011-06-06
HVM-310 Cleanup includes and extern function definitions in kvm_vmx.c
Robert Mustacchi
1
-5
/
+1
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-293 Remove percpu-defs.h
Robert Mustacchi
1
-4
/
+0
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
[next]