summaryrefslogtreecommitdiff
path: root/kvm_x86.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-07HVM-314 make_all_cpus_request shouldn't be extern in kvm.cRobert Mustacchi1-0/+6
2011-06-06HVM-312 Cleanup extern functions in kvm.cRobert Mustacchi1-1/+1
2011-06-06HVM-311 Cleanup externs and includes in kvm_x86.cRobert Mustacchi1-184/+11
2011-06-06HVM-310 Cleanup includes and extern function definitions in kvm_vmx.cRobert Mustacchi1-5/+1
2011-06-06HVM-299 Add kvm_ prefix to apicdef.h and vmx.hRobert Mustacchi1-2/+2
2011-06-06HVM-296 bitops.h shouldn't have code in itRobert Mustacchi1-1/+1
2011-06-06HVM-293 Remove percpu-defs.hRobert Mustacchi1-4/+0
2011-06-06HVM-291 irq.h should be kvm_irq.hRobert Mustacchi1-15/+1
2011-06-04HVM-289 make_all_cpus_request() does not iterate over all VCPUsBryan Cantrill1-10/+2
2011-06-04HVM-288 kvm.h and kvm_host.h should be similar to upstream in contentRobert Mustacchi1-1/+2
2011-06-03HVM-286 Move code into kvm_cache_regs.[ch]Robert Mustacchi1-13/+1
2011-06-03HVM-278 remove duplicate ioapic codeRobert Mustacchi1-79/+0
2011-06-03HVM-276 Common irq code should be in irq_comm.cRobert Mustacchi1-45/+0
2011-06-03HVM-275 coalesced mmio code should be in separate fileRobert Mustacchi1-199/+1
2011-06-02HVM-270 mmu code should be in kvm_mmu.[ch]Robert Mustacchi1-1296/+2
2011-06-02HVM-268 iodev.h should be named kvm_iodev.hRobert Mustacchi1-1/+1
2011-06-02HVM-264 vmx code should live in its own fileRobert Mustacchi1-839/+3
2011-06-02HVM-263 vmclear_local_vcpus needs to call __vcpu_clear for each cpuMax Bruning1-7/+9
2011-06-01HVM-260 Separate out ioapic code into separate fileRobert Mustacchi1-1/+1
2011-05-26HVM-239 kvm_irq_deliver_to_apic only send to boot vcpuMax Bruning1-15/+12
2011-05-25HVM-234 need to bump q_hiwat on vnic streamRobert Mustacchi1-6/+0
2011-05-23HVM-228 vmx_vcpu_load should not call hat_getpfnumMax Bruning1-3/+4
2011-05-22HVM-221 move local APIC functionality to kvm_lapic.cBryan Cantrill1-813/+0
2011-05-18HVM-217 hat_pfnum call results in mutex_enter: adaptive at high PIL panicMax Bruning1-30/+35
2011-05-17HVM-211 need per-VCPU kstatsBryan Cantrill1-7/+57
2011-05-16HVM-209 need kstats for kvm instancesBryan Cantrill1-38/+9
2011-05-15HVM-202 add support for HPETBryan Cantrill1-23/+0
2011-05-12hvm-195 Implement account_shadowed/unaccount_shadowedMax Bruning1-1/+1
2011-05-12HVM-167 kvm should run on multiple processorsMax Bruning1-3/+3
2011-05-10HVM-183 Add equivalent of BUG() (fix cstyle)Bryan Cantrill1-2/+1
2011-05-10HVM-183 Add equivalent of BUG()Robert Mustacchi1-2/+3
2011-05-09HVM-174 Remove use of p_privateRobert Mustacchi1-8/+8
2011-05-08HVM-166 Cleanup #ifdef NOTNOWMax Bruning1-19/+3
2011-05-06HVM-169 page_address should use hat_kpm_mapin_pfnRobert Mustacchi1-9/+5
2011-05-05HVM-164 apic_get_tmcct() confuses remaining with elapsedBryan Cantrill1-2/+3
2011-04-29HVM-137 Need to be able to unload kvm driver and load a new one and use KVM f...Robert Mustacchi1-1/+6
2011-04-28HVM-143 kvm C files should all have the kvm_ prefix on themRobert Mustacchi1-2/+2
2011-04-28HVM-137 Need to be able to unload kvm driver and load a new one and use KVM f...Robert Mustacchi1-23/+101
2011-04-28HVM-141 On subsequent attach after detach, vm initialization fails.Max Bruning1-4/+34
2011-04-27HVM-140 HLT does not cause KVM to blockBryan Cantrill1-46/+3
2011-04-27HVM-138 cleanup kvm_destroy_vm and pitRobert Mustacchi1-21/+54
2011-04-25HVM-130 kvm_timer_fn() mistakenly reprograms cbe_hres_tick() to never fireBryan Cantrill1-4/+2
2011-04-25HVM-124 need to use kmem_cache_free instead of kmem_freeRobert Mustacchi1-1/+1
2011-04-22HVM-116 one shot cyclics should use CY_INFINITYRobert Mustacchi1-4/+13
2011-04-22HVM-115 Missing code in kvm_apic_post_state_restoreRobert Mustacchi1-2/+2
2011-04-22HVM-114 Fix confusing void * usage and correct apic stuffRobert Mustacchi1-22/+19
2011-04-21HVM-112 Need something for kvm_vcpu_block (cstyle)Bryan Cantrill1-6/+4
2011-04-21HVM-112 Need something for kvm_vcpu_blockRobert Mustacchi1-0/+11
2011-04-21Initialize shared msrs HVM-106Max Bruning1-3/+7
2011-04-20HVM-97 kvm_x86.c should be cstyle-cleanBryan Cantrill1-446/+443