index
:
illumos-kvm
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-01
HVM-539 Fixup msr.h
Robert Mustacchi
1
-1
/
+2
2011-07-27
HVM-530 Have kvm_tss.h match <sys/tss.h>
Robert Mustacchi
1
-0
/
+5
2011-07-26
HVM-521 Need proper variable paths for building devfsadm plugin
Robert Mustacchi
1
-2
/
+3
2011-07-25
HVM-503 SmartOS kvm driver should create /dev entry for /dev/kvm
Robert Mustacchi
1
-4
/
+9
2011-07-16
[HVM-488] add install target that works with DESTDIR
Josh Wilsdon
1
-1
/
+9
2011-07-15
HVM-487 Remove install and load targets from Makefile
Robert Mustacchi
1
-14
/
+0
2011-07-01
HVM-466 Finish hdrchk cleanup
Robert Mustacchi
1
-16
/
+28
2011-07-01
HVM-464 kvm_tss.h should be hdrchk clean
Robert Mustacchi
1
-0
/
+2
2011-07-01
HVM-463 Want tool to check header files
Robert Mustacchi
1
-0
/
+14
2011-07-01
HVM-462 kvm_x86impl.h should be cstyle clean
Robert Mustacchi
1
-1
/
+2
2011-07-01
HVM-461 kvm_x86host.h should be cstyle clean
Robert Mustacchi
1
-1
/
+2
2011-07-01
HVM-460 kvm_vmx.h should be cstyle clean
Robert Mustacchi
1
-0
/
+1
2011-07-01
HVM-459 kvm_types.h should be cstyle clean
Robert Mustacchi
1
-0
/
+1
2011-07-01
HVM-456 kvm_tss.h should be cstyle clean
Robert Mustacchi
1
-0
/
+1
2011-07-01
HVM-455 kvm_timer.h should be cstyle clean
Robert Mustacchi
1
-0
/
+1
2011-07-01
HVM-454 kvm_paging_tmpl.h should be cstyle clean
Robert Mustacchi
1
-0
/
+1
2011-06-29
HVM-448 kvm_msidef.h should be cstyle clean
Robert Mustacchi
1
-0
/
+1
2011-06-29
HVM-447 kvm_mmu.h should be cstyle clean
Robert Mustacchi
1
-0
/
+1
2011-06-29
HVM-445 kvm_lapic.h should be cstyle clean
Robert Mustacchi
1
-0
/
+1
2011-06-29
HVM-442 kvm_irq.h should be cstyle clean
Robert Mustacchi
1
-0
/
+1
2011-06-28
HVM-439 kvm_iodev.h should be cstyle clean
Robert Mustacchi
1
-0
/
+1
2011-06-28
HVM-435 kvm_ioapic.h should be cstyle clean
Robert Mustacchi
1
-0
/
+1
2011-06-28
HVM-433 kvm_i8254.h should be c-style clean
Robert Mustacchi
1
-1
/
+2
2011-06-28
HVM-433 kvm_i8254.h should be c-style clean
Robert Mustacchi
1
-0
/
+1
2011-06-27
HVM-428 kvm_host.h should be cstyle clean
Robert Mustacchi
1
-0
/
+1
2011-06-27
HVM-427 kvm_emulate.h should be cstyle-clean
Robert Mustacchi
1
-6
/
+7
2011-06-27
HVM-425 kvm_cpuid.h should be cstyle clean
Robert Mustacchi
1
-5
/
+6
2011-06-27
HVM-424 kvm_coalesced_mmio.h should be cstyle clean
Robert Mustacchi
1
-0
/
+1
2011-06-27
HVM-422 kvm_cache_regs.h should be cstyle clean
Robert Mustacchi
1
-0
/
+1
2011-06-27
HVM-421 kvm_x86.h should be cstyle clean
Robert Mustacchi
1
-1
/
+2
2011-06-21
HVM-397 ctfconvert should be run out of the proto area
Robert Mustacchi
1
-2
/
+3
2011-06-14
HVM-366 Don't lie about requiring GNU C
Robert Mustacchi
1
-1
/
+1
2011-06-08
HVM-347 Always run code ifdef'd with CONFIG_KVM_APIC_ARCHITECTURE
Robert Mustacchi
1
-1
/
+1
2011-06-08
HVM-346 Clean up KVM_CONFIG_MMIO
Robert Mustacchi
1
-1
/
+1
2011-06-08
HVM-335 kvm_subr.c has reached the end of the line
Robert Mustacchi
1
-6
/
+4
2011-06-07
HVM-322 kvm.h should be cstyle-clean
Bryan Cantrill
1
-1
/
+5
2011-06-06
HVM-296 bitops.h shouldn't have code in it
Robert Mustacchi
1
-5
/
+7
2011-06-06
HVM-291 irq.h should be kvm_irq.h
Robert Mustacchi
1
-1
/
+1
2011-06-04
HVM-288 kvm.h and kvm_host.h should be similar to upstream in content
Robert Mustacchi
1
-1
/
+1
2011-06-03
HVM-286 Move code into kvm_cache_regs.[ch]
Robert Mustacchi
1
-5
/
+7
2011-06-03
HVM-276 Common irq code should be in irq_comm.c
Robert Mustacchi
1
-6
/
+8
2011-06-03
HVM-275 coalesced mmio code should be in separate file
Robert Mustacchi
1
-5
/
+7
2011-06-03
HVM-273 pic code should reside in kvm_i8259.c
Robert Mustacchi
1
-3
/
+5
2011-06-02
HVM-264 vmx code should live in its own file
Robert Mustacchi
1
-5
/
+7
2011-06-01
HVM-260 Separate out ioapic code into separate file
Robert Mustacchi
1
-3
/
+5
2011-06-01
HVM-258 kicking a VCPU needs to cross-call when on remote physical CPU
Bryan Cantrill
1
-1
/
+1
2011-05-04
HVM-158 Missing CONFIG_x86
Robert Mustacchi
1
-1
/
+1
2011-05-03
HVM-153 iodev.h should be a header file
Robert Mustacchi
1
-5
/
+7
2011-04-28
HVM-143 kvm C files should all have the kvm_ prefix on them
Robert Mustacchi
1
-13
/
+13
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
-5
/
+7
[next]