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-08-11
HVM-553 Qemu isn't cleaning up properly on kvm_run failure with errno 22 (EIN...
Max Bruning
1
-0
/
+5
2011-08-09
HVM-590 yet more XXX cleanup
Bryan Cantrill
1
-7
/
+1
2011-08-09
HVM-589 XXX cleanup wave
Robert Mustacchi
1
-4
/
+0
2011-08-09
HVM-585 Make sure copyright notices are up to date on all files in kvm repo
Robert Mustacchi
1
-0
/
+18
2011-08-08
HVM-582 remove more XXXs
Bryan Cantrill
1
-125
/
+19
2011-08-06
HVM-572 KVM: x86: Inject #GP with the right rip on efer writes
Bryan Cantrill
1
-17
/
+11
2011-08-06
HVM-571 KVM: x86: Add missing locking to arch specific vcpu ioctls
Bryan Cantrill
1
-2
/
+10
2011-08-06
HVM-570 KVM: Fix wallclock version writing race
Bryan Cantrill
1
-1
/
+7
2011-08-06
HVM-567 KVM: x86: Check LMA bit before set_efer
Bryan Cantrill
1
-2
/
+2
2011-08-06
HVM-566 KVM: Don't allow lmsw to clear cr0.pe
Bryan Cantrill
1
-1
/
+1
2011-08-05
HVM-554 vm and vcpu kstats should contain a zonename field (fix lint)
Robert Mustacchi
1
-2
/
+4
2011-08-04
HVM-554 vm and vcpu kstats should contain a zonename field
Robert Mustacchi
1
-0
/
+4
2011-08-02
HVM-206 need to eliminate "mm" field from kvm structure
Bryan Cantrill
1
-29
/
+1
2011-08-01
HVM-542 eliminate XXXs around variable clock frequencies
Bryan Cantrill
1
-41
/
+7
2011-08-01
HVM-541 eliminate XXXs around x86 feature checks
Bryan Cantrill
1
-15
/
+0
2011-08-01
HVM-326 support (or remove) KVM timer migration
Bryan Cantrill
1
-4
/
+0
2011-08-01
HVM-539 Fixup msr.h
Robert Mustacchi
1
-1
/
+1
2011-08-01
HVM-538 Implement smp_rmb/smp_wmb in kvm
Max Bruning
1
-4
/
+1
2011-07-30
HVM-535 random core dumps seen from non-VMs when VMs are running
Bryan Cantrill
1
-0
/
+1
2011-07-27
HVM-530 Have kvm_tss.h match <sys/tss.h>
Robert Mustacchi
1
-22
/
+22
2011-07-26
HVM-528 kvm_tss.h should use the same structure names as <sys/tss.h>
Robert Mustacchi
1
-84
/
+84
2011-07-25
HVM-517 Remove unused irqflags.h
Robert Mustacchi
1
-1
/
+0
2011-07-08
HVM-472 panic in gfn_to_memslot_unaliased
Max Bruning
1
-6
/
+2
2011-06-27
HVM-417 kmem_cache_destroy not called for all kmem caches on driver unload
Max Bruning
1
-1
/
+11
2011-06-22
HVM-389 Need support for KVM_NMI ioctl
Robert Mustacchi
1
-1
/
+11
2011-06-14
HVM-370 Cleanup SET_TSS ioctl
Robert Mustacchi
1
-1
/
+1
2011-06-14
HVM-367 Clean up KVM_SET_CPUID2
Robert Mustacchi
1
-3
/
+9
2011-06-14
HVM-329 Implement missing pieces of vmx_fini
Max Bruning
1
-0
/
+18
2011-06-13
HVM-364 regression in kvm_arch_destroy_vm_comps
Robert Mustacchi
1
-0
/
+1
2011-06-10
HVM-362 Clean up additional CONFIG options in kvm
Robert Mustacchi
1
-6
/
+0
2011-06-10
HVM-358 alloc_page leaks memory
Max Bruning
1
-4
/
+0
2011-06-08
HVM-349 Remove ifdef's around IOMMU
Robert Mustacchi
1
-5
/
+0
2011-06-08
HVM-348 Cleanup ifdefs surrounding KVM_COALESCED_MMIO_PAGE_OFFSET
Robert Mustacchi
1
-5
/
+0
2011-06-08
HVM-347 Always run code ifdef'd with CONFIG_KVM_APIC_ARCHITECTURE
Robert Mustacchi
1
-2
/
+0
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
[next]