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