include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / arch / x86 / kvm / i8254.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-01 Thomas GleixnerKVM: Convert i8254/i8259 locks to raw_spinlocks
2010-03-01 Wei YongjunKVM: PIT: unregister kvm irq notifier if fail to create pit
2010-03-01 Marcelo TosattiKVM: convert slots_lock to a mutex
2010-03-01 Marcelo TosattiKVM: convert io_bus to SRCU
2010-02-09 Marcelo TosattiKVM: PIT: control word is write-only
2009-12-10 Joe Perchesx86: i8254.c: Add pr_fmt(fmt)
2009-12-03 Gleb NatapovKVM: Drop kvm->irq_lock lock from irq injection path
2009-10-16 Marcelo TosattiKVM: use proper hrtimer function to retrieve expiration...
2009-09-10 Bartlomiej Zolnier... KVM: remove superfluous NULL pointer check in kvm_injec...
2009-09-10 Gleb NatapovKVM: PIT: Unregister ack notifier callback when freeing
2009-09-10 Gregory HaskinsKVM: make io_bus interface more robust
2009-09-10 Beth KonKVM: PIT support for HPET legacy mode
2009-09-10 Michael S. TsirkinKVM: remove in_range from io devices
2009-09-10 Michael S. TsirkinKVM: convert bus to slots_lock
2009-09-10 Marcelo TosattiKVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU...
2009-09-10 Gleb NatapovKVM: Use macro to iterate over vcpus.
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 Gregory HaskinsKVM: do not register i8254 PIO regions until we are...
2009-09-10 Gregory HaskinsKVM: cleanup io_device code
2009-09-10 Jan KiszkaKVM: Allow PIT emulation without speaker port
2009-08-05 Marcelo TosattiKVM: PIT: fix kpit_elapsed division by zero
2009-06-10 Marcelo TosattiKVM: PIT: fix count read and mode 0 handling
2009-06-10 Hannes EderKVM: make 'lapic_timer_ops' and 'kpit_ops' static
2009-06-10 Marcelo TosattiKVM: unify part of generic timer handling
2009-06-10 Marcelo TosattiKVM: PIT: remove usage of count_load_time for channel 0
2009-06-10 Marcelo TosattiKVM: PIT: remove unused scheduled variable
2009-03-24 Avi KivityKVM: Reset PIT irq injection logic when the PIT IRQ...
2009-03-24 Avi KivityKVM: Properly lock PIT creation
2009-03-24 Marcelo TosattiKVM: PIT: provide an option to disable interrupt reinje...
2009-02-15 Marcelo TosattiKVM: PIT: fix i8254 pending count read
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: x86: Enable NMI Watchdog via in-kernel PIT source
2008-11-11 Avi KivityKVM: Fix pit memory leak if unable to allocate irq...
2008-10-28 Sheng YangKVM: Fix guest shared interrupt with in-kernel irqchip
2008-10-17 Arjan van de VenMerge commit 'linus/master' into merge-linus
2008-10-15 Marcelo TosattiKVM: x86: do not execute halted vcpus
2008-10-15 Harvey HarrisonKVM: make irq ack notifier functions static
2008-10-15 Amit ShahKVM: Use kvm_set_irq to inject interrupts
2008-10-15 Avi KivityKVM: Handle spurious acks for PIT interrupts
2008-10-15 Marcelo TosattiKVM: PIT: fix injection logic and count
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 Aurelien JarnoKVM: PIT: support mode 3
2008-07-20 Harvey HarrisonKVM: add statics were possible, function definition...
2008-06-24 Marcelo TosattiKVM: close timer injection race window in __vcpu_run
2008-06-06 Marcelo TosattiKVM: migrate PIT timer
2008-05-18 Marcelo TosattiKVM: PIT: take inject_pending into account when emulati...
2008-05-04 Marcelo TosattiKVM: PIT: support mode 4
2008-05-01 Roman Zippelrename div64_64 to div64_u64
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 Sheng YangKVM: Add reset support for in kernel PIT
2008-04-27 Sheng YangKVM: Add save/restore supporting of in kernel PIT
2008-04-27 Sheng YangKVM: In kernel PIT model