summaryrefslogtreecommitdiff
path: root/kvm_lapic.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-08HVM-719 kvm should build with gcc 4.4.420120517Robert Mustacchi1-19/+20
2011-09-06OS-590 kvm driver is far too chatty to the consoleBryan Cantrill1-1/+1
2011-08-09HVM-585 Make sure copyright notices are up to date on all files in kvm repoRobert Mustacchi1-1/+0
2011-08-01HVM-326 support (or remove) KVM timer migrationBryan Cantrill1-18/+0
2011-08-01HVM-539 Fixup msr.hRobert Mustacchi1-1/+1
2011-06-25HVM-414 KVM_SET_VAPIC_ADDR sets APIC address to garbageBryan Cantrill1-2/+2
2011-06-08HVM-328 replace container_of with offsetof calculationsRobert Mustacchi1-6/+2
2011-06-08HVM-334 XXX Triage in kvm_vmx.c Part I (cont.)Robert Mustacchi1-1/+1
2011-06-08HVM-332 XXX Triage in kvm_lapic.cRobert Mustacchi1-35/+3
2011-06-06HVM-312 Cleanup extern functions in kvm.cRobert Mustacchi1-3/+0
2011-06-06HVM-307 Clean up includes/externs in kvm_lapic.cRobert Mustacchi1-20/+7
2011-06-06HVM-299 Add kvm_ prefix to apicdef.h and vmx.hRobert Mustacchi1-1/+1
2011-06-06HVM-296 bitops.h shouldn't have code in itRobert Mustacchi1-1/+1
2011-06-06HVM-291 irq.h should be kvm_irq.hRobert Mustacchi1-1/+1
2011-06-04HVM-288 kvm.h and kvm_host.h should be similar to upstream in content (lint)Robert Mustacchi1-9/+9
2011-06-04HVM-288 kvm.h and kvm_host.h should be similar to upstream in contentRobert Mustacchi1-0/+21
2011-06-03HVM-281 kvm_lapic_t should be defined in kvm_lapic.hRobert Mustacchi1-2/+3
2011-06-02HVM-268 iodev.h should be named kvm_iodev.hRobert Mustacchi1-1/+1
2011-06-01HVM-260 Separate out ioapic code into separate fileRobert Mustacchi1-1/+1
2011-05-25HVM-234 need to bump q_hiwat on vnic streamRobert Mustacchi1-4/+0
2011-05-24HVM-231 need to use cyclic_reprogram() to emulate local APIC one-shotsBryan Cantrill1-36/+39
2011-05-22HVM-222 rephrase KVM's trace facility using SDT probesBryan Cantrill1-10/+3
2011-05-22HVM-221 move local APIC functionality to kvm_lapic.cBryan Cantrill1-15/+1263
2011-05-18HVM-217 hat_pfnum call results in mutex_enter: adaptive at high PIL panicMax Bruning1-0/+18
2011-05-06HVM-169 page_address should use hat_kpm_mapin_pfnRobert Mustacchi1-2/+2
2011-04-28HVM-143 kvm C files should all have the kvm_ prefix on themRobert Mustacchi1-0/+124