summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/lapic.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity1-1087/+0
2008-01-30KVM: Portability: Move round_robin_prev_vcpu and tss_addr to kvm_archZhang Xiantao1-2/+2
2008-01-30KVM: Portability: Introduce kvm_vcpu_archZhang Xiantao1-45/+46
2008-01-30KVM: LAPIC: minor debugging compile fixJoerg Roedel1-1/+1
2008-01-30KVM: Replace kvm_lapic with kvm_vcpu in ioapic/lapic interfaceZhang Xiantao1-5/+18
2008-01-30KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...Zhang Xiantao1-0/+2
2008-01-30KVM: apic round robin cleanupQing He1-10/+3
2008-01-30KVM: CodingStyle cleanupMike Day1-2/+1
2008-01-30KVM: Remove gratuitous casts from lapic.cRusty Russell1-5/+5
2008-01-30KVM: Add kvm_free_lapic() to pair with kvm_create_lapic()Rusty Russell1-10/+9
2007-10-22KVM: Improve local apic timer wraparound handlingKevin Pedretti1-10/+26
2007-10-22KVM: Fix local apic timer divide by zeroKevin Pedretti1-1/+1
2007-10-13KVM: enable in-kernel APIC INIT/SIPI handlingHe, Qing1-7/+36
2007-10-13KVM: round robin for APIC lowest priority delivery modeHe, Qing1-5/+28
2007-10-13KVM: deliver PIC interrupt only to vcpu0Qing He1-0/+17
2007-10-13KVM: Migrate lapic hrtimer when vcpu moves to another cpuEddie Dong1-0/+14
2007-10-13KVM: Keep track of missed timer irq injectionsEddie Dong1-20/+38
2007-10-13KVM: VMX: Use shadow TPR/cr8 for 64-bits guestsYang, Sheng1-0/+17
2007-10-13KVM: in-kernel LAPIC save and restore supportEddie Dong1-0/+13
2007-10-13KVM: Emulate local APIC in kernelEddie Dong1-0/+933