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