summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/i8254.c
AgeCommit message (Expand)Author
2009-12-10x86: i8254.c: Add pr_fmt(fmt)Joe Perches
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov
2009-10-16KVM: use proper hrtimer function to retrieve expiration timeMarcelo Tosatti
2009-09-10KVM: remove superfluous NULL pointer check in kvm_inject_pit_timer_irqs()Bartlomiej Zolnierkiewicz
2009-09-10KVM: PIT: Unregister ack notifier callback when freeingGleb Natapov
2009-09-10KVM: make io_bus interface more robustGregory Haskins
2009-09-10KVM: PIT support for HPET legacy modeBeth Kon
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin
2009-09-10KVM: convert bus to slots_lockMichael S. Tsirkin
2009-09-10KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl pathsMarcelo Tosatti
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov
2009-09-10KVM: Use pointer to vcpu instead of vcpu_id in timer code.Gleb Natapov
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti
2009-09-10KVM: do not register i8254 PIO regions until we are initializedGregory Haskins
2009-09-10KVM: cleanup io_device codeGregory Haskins
2009-09-10KVM: Allow PIT emulation without speaker portJan Kiszka
2009-08-05KVM: PIT: fix kpit_elapsed division by zeroMarcelo Tosatti
2009-06-10KVM: PIT: fix count read and mode 0 handlingMarcelo Tosatti
2009-06-10KVM: make 'lapic_timer_ops' and 'kpit_ops' staticHannes Eder
2009-06-10KVM: unify part of generic timer handlingMarcelo Tosatti
2009-06-10KVM: PIT: remove usage of count_load_time for channel 0Marcelo Tosatti
2009-06-10KVM: PIT: remove unused scheduled variableMarcelo Tosatti
2009-03-24KVM: Reset PIT irq injection logic when the PIT IRQ is unmaskedAvi Kivity
2009-03-24KVM: Properly lock PIT creationAvi Kivity
2009-03-24KVM: PIT: provide an option to disable interrupt reinjectionMarcelo Tosatti
2009-02-15KVM: PIT: fix i8254 pending count readMarcelo Tosatti
2008-12-31KVM: x86: Optimize NMI watchdog deliveryJan Kiszka
2008-12-31KVM: x86: Fix and refactor NMI watchdog emulationJan Kiszka
2008-12-31KVM: x86: Enable NMI Watchdog via in-kernel PIT sourceJan Kiszka
2008-11-11KVM: Fix pit memory leak if unable to allocate irq source idAvi Kivity
2008-10-28KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven
2008-10-15KVM: x86: do not execute halted vcpusMarcelo Tosatti
2008-10-15KVM: make irq ack notifier functions staticHarvey Harrison
2008-10-15KVM: Use kvm_set_irq to inject interruptsAmit Shah
2008-10-15KVM: Handle spurious acks for PIT interruptsAvi Kivity
2008-10-15KVM: PIT: fix injection logic and countMarcelo Tosatti
2008-09-05hrtimer: convert kvm to the new hrtimer apisArjan van de Ven
2008-07-20KVM: only abort guest entry if timer count goes from 0->1Marcelo Tosatti
2008-07-20KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier
2008-07-20KVM: PIT: support mode 3Aurelien Jarno
2008-07-20KVM: add statics were possible, function definition in lapic.hHarvey Harrison
2008-06-24KVM: close timer injection race window in __vcpu_runMarcelo Tosatti
2008-06-06KVM: migrate PIT timerMarcelo Tosatti
2008-05-18KVM: PIT: take inject_pending into account when emulating hltMarcelo Tosatti
2008-05-04KVM: PIT: support mode 4Marcelo Tosatti
2008-05-01rename div64_64 to div64_u64Roman Zippel
2008-04-27KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti