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