aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/i8254.c
Commit message (Expand)AuthorAge
* KVM: x86: Run PIT work in own kthreadJan Kiszka2012-04-27
* KVM: x86: Consolidate PIT legacy testJan Kiszka2011-12-27
* KVM: x86: Prevent starting PIT timers in the absence of irqchip supportJan Kiszka2011-12-25
* KVM: Intelligent device lookup on I/O busSasha Levin2011-09-25
* KVM: fix typo in copyright noticeNicolas Kaiser2010-10-24
* KVM: pit: Do not check pending pit timer in vcpu threadJason Wang2010-10-24
* KVM: PIT: free irq source id in handling error pathXiao Guangrong2010-08-17
* KVM: destroy workqueue on kvm_create_pit() failuresXiaotian Feng2010-08-15
* KVM: PIT: stop vpit before freeing irq_routingXiao Guangrong2010-08-01
* KVM: fix lock imbalance in kvm_create_pit()Jiri Slaby2010-08-01
* KVM: x86: Introduce a workqueue to deliver PIT timer interruptsChris Lalancette2010-08-01
* KVM: Update Red Hat copyrightsAvi Kivity2010-08-01
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* KVM: Convert i8254/i8259 locks to raw_spinlocksThomas Gleixner2010-03-01
* KVM: PIT: unregister kvm irq notifier if fail to create pitWei Yongjun2010-03-01
* KVM: convert slots_lock to a mutexMarcelo Tosatti2010-03-01
* KVM: convert io_bus to SRCUMarcelo Tosatti2010-03-01
* KVM: PIT: control word is write-onlyMarcelo Tosatti2010-02-09
* x86: i8254.c: Add pr_fmt(fmt)Joe Perches2009-12-10
* KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov2009-12-03
* KVM: use proper hrtimer function to retrieve expiration timeMarcelo Tosatti2009-10-16
* KVM: remove superfluous NULL pointer check in kvm_inject_pit_timer_irqs()Bartlomiej Zolnierkiewicz2009-09-10
* KVM: PIT: Unregister ack notifier callback when freeingGleb Natapov2009-09-10
* KVM: make io_bus interface more robustGregory Haskins2009-09-10
* KVM: PIT support for HPET legacy modeBeth Kon2009-09-10
* KVM: remove in_range from io devicesMichael S. Tsirkin2009-09-10
* KVM: convert bus to slots_lockMichael S. Tsirkin2009-09-10
* KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl pathsMarcelo Tosatti2009-09-10
* KVM: Use macro to iterate over vcpus.Gleb Natapov2009-09-10
* KVM: Use pointer to vcpu instead of vcpu_id in timer code.Gleb Natapov2009-09-10
* KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov2009-09-10
* KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti2009-09-10
* KVM: do not register i8254 PIO regions until we are initializedGregory Haskins2009-09-10
* KVM: cleanup io_device codeGregory Haskins2009-09-10
* KVM: Allow PIT emulation without speaker portJan Kiszka2009-09-10
* KVM: PIT: fix kpit_elapsed division by zeroMarcelo Tosatti2009-08-05
* KVM: PIT: fix count read and mode 0 handlingMarcelo Tosatti2009-06-10
* KVM: make 'lapic_timer_ops' and 'kpit_ops' staticHannes Eder2009-06-10
* KVM: unify part of generic timer handlingMarcelo Tosatti2009-06-10
* KVM: PIT: remove usage of count_load_time for channel 0Marcelo Tosatti2009-06-10
* KVM: PIT: remove unused scheduled variableMarcelo Tosatti2009-06-10
* KVM: Reset PIT irq injection logic when the PIT IRQ is unmaskedAvi Kivity2009-03-24
* KVM: Properly lock PIT creationAvi Kivity2009-03-24
* KVM: PIT: provide an option to disable interrupt reinjectionMarcelo Tosatti2009-03-24
* KVM: PIT: fix i8254 pending count readMarcelo Tosatti2009-02-14
* KVM: x86: Optimize NMI watchdog deliveryJan Kiszka2008-12-31
* KVM: x86: Fix and refactor NMI watchdog emulationJan Kiszka2008-12-31
* KVM: x86: Enable NMI Watchdog via in-kernel PIT sourceJan Kiszka2008-12-31
* KVM: Fix pit memory leak if unable to allocate irq source idAvi Kivity2008-11-11
* KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang2008-10-28