KVM: LAPIC: make sure IRR bitmap is scanned after vm load
[safe/jmp/linux-2.6] / arch / x86 / kvm / lapic.c
2009-12-27 Marcelo TosattiKVM: LAPIC: make sure IRR bitmap is scanned after vm...
2009-12-03 Huang WeiyiKVM: remove duplicated #include
2009-12-03 Gleb NatapovKVM: Drop kvm->irq_lock lock from irq injection path
2009-12-03 Gleb NatapovKVM: Move IO APIC to its own lock
2009-10-16 Marcelo TosattiKVM: use proper hrtimer function to retrieve expiration...
2009-10-04 Aurelien JarnoKVM: fix LAPIC timer period overflow
2009-09-10 Gleb NatapovKVM: fix misreporting of coalesced interrupts by kvm...
2009-09-10 Marcelo TosattiKVM: limit lapic periodic timer frequency
2009-09-10 Gleb NatapovKVM: silence lapic kernel messages that can be triggere...
2009-09-10 Gleb NatapovKVM: Add trace points in irqchip code
2009-09-10 Sheng YangKVM: Fix apic_mmio_write return for unaligned write
2009-09-10 Gleb NatapovKVM: x2apic interface to lapic
2009-09-10 Gleb NatapovKVM: Add Directed EOI support to APIC emulation
2009-09-10 Michael S. TsirkinKVM: remove in_range from io devices
2009-09-10 Marcelo TosattiKVM: convert custom marker based tracing to event traces
2009-09-10 Gleb NatapovKVM: Optimize searching for highest IRR
2009-09-10 Gleb NatapovKVM: Use pointer to vcpu instead of vcpu_id in timer...
2009-09-10 Gleb NatapovKVM: Introduce kvm_vcpu_is_bsp() function.
2009-09-10 Marcelo TosattiKVM: switch irq injection/acking data structures to...
2009-09-10 Jan KiszkaKVM: Cleanup LAPIC interface
2009-09-10 Gregory HaskinsKVM: cleanup io_device code
2009-06-10 Glauber CostaKVM: fix apic_debug instances
2009-06-10 Hannes EderKVM: make 'lapic_timer_ops' and 'kpit_ops' static
2009-06-10 Gleb NatapovKVM: APIC: get rid of deliver_bitmask
2009-06-10 Gleb NatapovKVM: change the way how lowest priority vcpu is calculated
2009-06-10 Gleb NatapovKVM: consolidate ioapic/ipi interrupt delivery logic
2009-06-10 Gleb NatapovKVM: APIC: kvm_apic_set_irq deliver all kinds of interrupts
2009-06-10 Marcelo TosattiKVM: unify part of generic timer handling
2009-06-10 Sheng YangKVM: bit ops for deliver_bitmap
2009-06-10 Sheng YangKVM: Update intr delivery func to accept unsigned long...
2009-02-15 Marcelo TosattiKVM: x86: fix LAPIC pending count calculation
2008-12-31 Jan KiszkaKVM: x86: Optimize NMI watchdog delivery
2008-12-31 Jan KiszkaKVM: x86: Fix and refactor NMI watchdog emulation
2008-12-31 Jan KiszkaKVM: Kick NMI receiving VCPU
2008-12-31 Jan KiszkaKVM: x86: Enable NMI Watchdog via in-kernel PIT source
2008-10-17 Arjan van de VenMerge commit 'linus/master' into merge-linus
2008-10-15 Jan KiszkaKVM: x86: Silence various LAPIC-related host kernel...
2008-10-15 Marcelo TosattiKVM: x86: do not execute halted vcpus
2008-10-15 Marcelo TosattiKVM: irq ack notification
2008-10-15 Marcelo TosattiKVM: x86: accessors for guest registers
2008-09-06 Arjan van de Venhrtimer: convert kvm to the new hrtimer apis
2008-07-20 Marcelo TosattiKVM: only abort guest entry if timer count goes from...
2008-07-20 Laurent VivierKVM: kvm_io_device: extend in_range() to manage len...
2008-07-20 Sheng YangKVM: IOAPIC/LAPIC: Enable NMI support
2008-07-20 Joerg RoedelKVM: VMX: move APIC_ACCESS trace entry to generic code
2008-06-24 Marcelo TosattiKVM: close timer injection race window in __vcpu_run
2008-05-18 Marcelo TosattiKVM: LAPIC: ignore pending timers if LVTT is disabled
2008-05-01 Roman Zippelrename div64_64 to div64_u64
2008-04-27 Joerg RoedelKVM: export kvm_lapic_set_tpr() to modules
2008-04-27 Avi KivityKVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*
2008-04-27 Marcelo TosattiKVM: hlt emulation should take in-kernel APIC/PIT timer...
2008-04-27 Harvey HarrisonKVM: replace remaining __FUNCTION__ occurances
2008-03-04 Avi KivityKVM: Avoid infinite-frequency local apic timer
2008-01-30 Avi KivityKVM: Move apic timer migration away from critical section
2008-01-30 Avi KivityKVM: Accelerated apic support
2008-01-30 Avi KivityKVM: local APIC TPR access reporting facility
2008-01-30 Avi KivityKVM: Move arch dependent files to new directory arch...