aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-16KVM: use proper hrtimer function to retrieve expiration timeMarcelo Tosatti1-1/+1
2009-10-04KVM: fix LAPIC timer period overflowAurelien Jarno1-1/+1
2009-09-10KVM: fix misreporting of coalesced interrupts by kvm tracerGleb Natapov1-1/+1
2009-09-10KVM: limit lapic periodic timer frequencyMarcelo Tosatti1-0/+9
2009-09-10KVM: silence lapic kernel messages that can be triggered by a guestGleb Natapov1-4/+4
2009-09-10KVM: Add trace points in irqchip codeGleb Natapov1-0/+4
2009-09-10KVM: Fix apic_mmio_write return for unaligned writeSheng Yang1-1/+1
2009-09-10KVM: x2apic interface to lapicGleb Natapov1-58/+165
2009-09-10KVM: Add Directed EOI support to APIC emulationGleb Natapov1-8/+30
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin1-24/+20
2009-09-10KVM: convert custom marker based tracing to event tracesMarcelo Tosatti1-3/+4
2009-09-10KVM: Optimize searching for highest IRRGleb Natapov1-3/+21
2009-09-10KVM: Use pointer to vcpu instead of vcpu_id in timer code.Gleb Natapov1-1/+1
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov1-3/+4
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti1-0/+4
2009-09-10KVM: Cleanup LAPIC interfaceJan Kiszka1-12/+0
2009-09-10KVM: cleanup io_device codeGregory Haskins1-7/+15
2009-06-10KVM: fix apic_debug instancesGlauber Costa1-2/+2
2009-06-10KVM: make 'lapic_timer_ops' and 'kpit_ops' staticHannes Eder1-1/+1
2009-06-10KVM: APIC: get rid of deliver_bitmaskGleb Natapov1-43/+16
2009-06-10KVM: change the way how lowest priority vcpu is calculatedGleb Natapov1-37/+6
2009-06-10KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov1-43/+26
2009-06-10KVM: APIC: kvm_apic_set_irq deliver all kinds of interruptsGleb Natapov1-18/+29
2009-06-10KVM: unify part of generic timer handlingMarcelo Tosatti1-55/+39
2009-06-10KVM: bit ops for deliver_bitmapSheng Yang1-3/+4
2009-06-10KVM: Update intr delivery func to accept unsigned long* bitmapSheng Yang1-4/+4
2009-02-15KVM: x86: fix LAPIC pending count calculationMarcelo Tosatti1-51/+15
2008-12-31KVM: x86: Optimize NMI watchdog deliveryJan Kiszka1-3/+20
2008-12-31KVM: x86: Fix and refactor NMI watchdog emulationJan Kiszka1-10/+10
2008-12-31KVM: Kick NMI receiving VCPUJan Kiszka1-0/+1
2008-12-31KVM: x86: Enable NMI Watchdog via in-kernel PIT sourceJan Kiszka1-5/+29
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven1-25/+18
2008-10-15KVM: x86: Silence various LAPIC-related host kernel messagesJan Kiszka1-9/+7
2008-10-15KVM: x86: do not execute halted vcpusMarcelo Tosatti1-12/+4
2008-10-15KVM: irq ack notificationMarcelo Tosatti1-2/+5
2008-10-15KVM: x86: accessors for guest registersMarcelo Tosatti1-2/+2
2008-09-05hrtimer: convert kvm to the new hrtimer apisArjan van de Ven1-4/+2
2008-07-20KVM: only abort guest entry if timer count goes from 0->1Marcelo Tosatti1-2/+2
2008-07-20KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier1-1/+2
2008-07-20KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang1-1/+2
2008-07-20KVM: VMX: move APIC_ACCESS trace entry to generic codeJoerg Roedel1-0/+4
2008-06-24KVM: close timer injection race window in __vcpu_runMarcelo Tosatti1-0/+1
2008-05-18KVM: LAPIC: ignore pending timers if LVTT is disabledMarcelo Tosatti1-1/+1
2008-05-01rename div64_64 to div64_u64Roman Zippel1-3/+3
2008-04-27KVM: export kvm_lapic_set_tpr() to modulesJoerg Roedel1-0/+1
2008-04-27KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity1-8/+8
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti1-0/+10
2008-04-27KVM: replace remaining __FUNCTION__ occurancesHarvey Harrison1-4/+4
2008-03-04KVM: Avoid infinite-frequency local apic timerAvi Kivity1-0/+4
2008-01-30KVM: Move apic timer migration away from critical sectionAvi Kivity1-2/+1