aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa2011-03-171-5/+4
* KVM: x86: Drop obsolete warning about INIT on runnable VCPUJan Kiszka2011-03-171-4/+0
* KVM: Avoid double interrupt injection with vapicAvi Kivity2011-01-121-1/+2
* Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-241-3/+12
|\
| * KVM: fix typo in copyright noticeNicolas Kaiser2010-10-241-1/+1
| * KVM: Check for pending events before attempting injectionAvi Kivity2010-10-241-2/+11
* | x86, cleanups: Use clear_page/copy_page rather than memset/memcpyJan Beulich2010-09-221-2/+1
|/
* KVM: Add mini-API for vcpu->requestsAvi Kivity2010-08-011-1/+1
* KVM: x86: Allow any LAPIC to accept PIC interruptsChris Lalancette2010-08-011-7/+5
* KVM: x86: fix -DDEBUG oopsZachary Amsden2010-08-011-1/+1
* KVM: Update Red Hat copyrightsAvi Kivity2010-08-011-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* KVM: Add HYPER-V apic access MSRsGleb Natapov2010-03-011-0/+31
* KVM: Fix race between APIC TMR and IRRAvi Kivity2010-01-251-5/+6
* KVM: LAPIC: make sure IRR bitmap is scanned after vm loadMarcelo Tosatti2009-12-271-0/+1
* KVM: remove duplicated #includeHuang Weiyi2009-12-031-1/+0
* KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov2009-12-031-2/+0
* KVM: Move IO APIC to its own lockGleb Natapov2009-12-031-4/+1
* 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/+20
* 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/+0
* 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/+16
* KVM: change the way how lowest priority vcpu is calculatedGleb Natapov2009-06-101-37/+6
* KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov2009-06-101-43/+26
* 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/+39
* 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/+15
* 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/+18
|\