summaryrefslogtreecommitdiff
path: root/kvm_x86.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-20HVM-104 Implement apic_get_tmcctRobert Mustacchi1-13/+12
2011-04-20HVM-103 Guest panic in microfind: cpu too fastRobert Mustacchi1-0/+2
2011-04-20HVM-98 Need to support one shot timersRobert Mustacchi1-1/+1
2011-04-20HVM-99 Need to clear the timer bitsRobert Mustacchi1-18/+6
2011-04-20HVM-97 kvm_x86.c should be cstyle-clean (phase 1)Bryan Cantrill1-508/+609
2011-04-19HVM-95 not saving cyclic id in create_pit_timerRobert Mustacchi1-2/+7
2011-04-19HVM-93 Change cyclics to fire at CY_LOW_LEVEL for nowRobert Mustacchi1-1/+1
2011-04-19HVM-90 removing cyclic before use in create_pit_timerRobert Mustacchi1-0/+3
2011-04-19HVM-88 Removing a cyclic before adding itRobert Mustacchi1-0/+1
2011-04-19HVM-86 Remove gcc arguments that ignore warningsRobert Mustacchi1-5/+16
2011-04-19Initial support for HVM-85Max Bruning1-8/+102
2011-04-18HVM-81 emulate.c should be cstyle-cleanBryan Cantrill1-6/+0
2011-04-16Fix for HVM-74. Plus a little cleanupMax Bruning1-0/+2
2011-04-15HVM-72 want second xxx probe for synchronization issuesRobert Mustacchi1-6/+6