summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: remove duplicated #includeHuang Weiyi2009-12-031-1/+0Star
* KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov2009-12-031-2/+0Star
* KVM: Move IO APIC to its own lockGleb Natapov2009-12-031-4/+1Star
* KVM: use proper hrtimer function to retrieve expiration timeMarcelo Tosatti2009-10-161-1/+1
* KVM: fix LAPIC timer period overflowAurelien Jarno2009-10-041-1/+1
* KVM: fix misreporting of coalesced interrupts by kvm tracerGleb Natapov2009-09-101-1/+1
* KVM: limit lapic periodic timer frequencyMarcelo Tosatti2009-09-101-0/+9
* KVM: silence lapic kernel messages that can be triggered by a guestGleb Natapov2009-09-101-4/+4
* KVM: Add trace points in irqchip codeGleb Natapov2009-09-101-0/+4
* KVM: Fix apic_mmio_write return for unaligned writeSheng Yang2009-09-101-1/+1
* KVM: x2apic interface to lapicGleb Natapov2009-09-101-58/+165
* KVM: Add Directed EOI support to APIC emulationGleb Natapov2009-09-101-8/+30
* KVM: remove in_range from io devicesMichael S. Tsirkin2009-09-101-24/+20Star
* KVM: convert custom marker based tracing to event tracesMarcelo Tosatti2009-09-101-3/+4
* KVM: Optimize searching for highest IRRGleb Natapov2009-09-101-3/+21
* KVM: Use pointer to vcpu instead of vcpu_id in timer code.Gleb Natapov2009-09-101-1/+1
* KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov2009-09-101-3/+4
* KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti2009-09-101-0/+4
* KVM: Cleanup LAPIC interfaceJan Kiszka2009-09-101-12/+0Star
* KVM: cleanup io_device codeGregory Haskins2009-09-101-7/+15
* KVM: fix apic_debug instancesGlauber Costa2009-06-101-2/+2
* KVM: make 'lapic_timer_ops' and 'kpit_ops' staticHannes Eder2009-06-101-1/+1
* KVM: APIC: get rid of deliver_bitmaskGleb Natapov2009-06-101-43/+16Star
* KVM: change the way how lowest priority vcpu is calculatedGleb Natapov2009-06-101-37/+6Star
* KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov2009-06-101-43/+26Star
* KVM: APIC: kvm_apic_set_irq deliver all kinds of interruptsGleb Natapov2009-06-101-18/+29
* KVM: unify part of generic timer handlingMarcelo Tosatti2009-06-101-55/+39Star
* KVM: bit ops for deliver_bitmapSheng Yang2009-06-101-3/+4
* KVM: Update intr delivery func to accept unsigned long* bitmapSheng Yang2009-06-101-4/+4
* KVM: x86: fix LAPIC pending count calculationMarcelo Tosatti2009-02-151-51/+15Star
* KVM: x86: Optimize NMI watchdog deliveryJan Kiszka2008-12-311-3/+20
* KVM: x86: Fix and refactor NMI watchdog emulationJan Kiszka2008-12-311-10/+10
* KVM: Kick NMI receiving VCPUJan Kiszka2008-12-311-0/+1
* KVM: x86: Enable NMI Watchdog via in-kernel PIT sourceJan Kiszka2008-12-311-5/+29
* Merge commit 'linus/master' into merge-linusArjan van de Ven2008-10-171-25/+18Star
|\
| * KVM: x86: Silence various LAPIC-related host kernel messagesJan Kiszka2008-10-151-9/+7Star
| * KVM: x86: do not execute halted vcpusMarcelo Tosatti2008-10-151-12/+4Star
| * KVM: irq ack notificationMarcelo Tosatti2008-10-151-2/+5
| * KVM: x86: accessors for guest registersMarcelo Tosatti2008-10-151-2/+2
* | hrtimer: convert kvm to the new hrtimer apisArjan van de Ven2008-09-061-4/+2Star
|/
* KVM: only abort guest entry if timer count goes from 0->1Marcelo Tosatti2008-07-201-2/+2
* KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier2008-07-201-1/+2
* KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang2008-07-201-1/+2
* KVM: VMX: move APIC_ACCESS trace entry to generic codeJoerg Roedel2008-07-201-0/+4
* KVM: close timer injection race window in __vcpu_runMarcelo Tosatti2008-06-241-0/+1
* KVM: LAPIC: ignore pending timers if LVTT is disabledMarcelo Tosatti2008-05-181-1/+1
* rename div64_64 to div64_u64Roman Zippel2008-05-011-3/+3
* KVM: export kvm_lapic_set_tpr() to modulesJoerg Roedel2008-04-271-0/+1
* KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity2008-04-271-8/+8
* KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti2008-04-271-0/+10