KVM: cleanup io_device code
[safe/jmp/linux-2.6] / arch / x86 / kvm / lapic.c
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...