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-07-08
HVM-472 panic in gfn_to_memslot_unaliased
Max Bruning
1
-6
/
+2
2011-07-07
HVM-472 panic in gfn_to_memslot_unaliased
Max Bruning
1
-1
/
+2
2011-07-07
HVM-472 panic in gfn_to_memslot_unaliased
Max Bruning
1
-1
/
+14
2011-06-28
HVM-432 Want to use constant for XC_HI_PIL
Robert Mustacchi
1
-2
/
+3
2011-06-28
HVM-431 Load/unload/reload sequence does not work properly with kvm driver
Max Bruning
1
-2
/
+17
2011-06-27
HVM-237 qemu prints out an einval from the vnic ioctl but works
Robert Mustacchi
1
-2
/
+2
2011-06-27
HVM-419 Always get ENXIO in kvm_open
Robert Mustacchi
1
-9
/
+5
2011-06-27
HVM-417 kmem_cache_destroy not called for all kmem caches on driver unload
Max Bruning
1
-5
/
+12
2011-06-22
HVM-389 Need support for KVM_NMI ioctl
Robert Mustacchi
1
-37
/
+53
2011-06-20
HVM-383 Begin Big Theory Statement
Robert Mustacchi
1
-1
/
+277
2011-06-17
HVM-381 Rework kvm_segmap and kvm_devmap to be per VCPU
Robert Mustacchi
1
-14
/
+15
2011-06-14
HVM-370 Cleanup SET_TSS ioctl
Robert Mustacchi
1
-9
/
+2
2011-06-14
HVM-368 Clean up KVM_SET_IDENTITY_MAP_ADDR ioctl
Robert Mustacchi
1
-14
/
+6
2011-06-14
HVM-367 Clean up KVM_SET_CPUID2
Robert Mustacchi
1
-6
/
+8
2011-06-14
HVM-329 Implement missing pieces of vmx_fini
Max Bruning
1
-15
/
+6
2011-06-13
HVM-363 kvm has multiple memory leaks
Max Bruning
1
-9
/
+14
2011-06-10
HVM-361 revert KVM_SET_BOOT_CPU_ID ioctl to upstream interface
Robert Mustacchi
1
-15
/
+9
2011-06-10
HVM-358 alloc_page leaks memory - (minor mistake in push)
Max Bruning
1
-2
/
+0
2011-06-10
HVM-358 alloc_page leaks memory
Max Bruning
1
-11
/
+9
2011-06-09
HVM-356 Get rid of kvm_coalesced_mmio_zone_ioc_t
Robert Mustacchi
1
-18
/
+16
2011-06-08
HVM-349 Remove ifdef's around IOMMU
Robert Mustacchi
1
-9
/
+0
2011-06-08
HVM-348 Cleanup ifdefs surrounding KVM_COALESCED_MMIO_PAGE_OFFSET
Robert Mustacchi
1
-6
/
+0
2011-06-08
HVM-347 Always run code ifdef'd with CONFIG_KVM_APIC_ARCHITECTURE
Robert Mustacchi
1
-6
/
+1
2011-06-08
HVM-344 Always include code in KVM_HAVE_KVM_IRQCHIP
Robert Mustacchi
1
-6
/
+1
2011-06-08
HVM-335 kvm_subr.c has reached the end of the line
Robert Mustacchi
1
-1
/
+90
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
[next]