summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/i8254.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Let ioapic know the irq line statusYang Zhang2013-04-161-2/+2
* kvm: fix i8254 counter 0 wraparoundNickolai Zeldovich2012-12-181-1/+0Star
* KVM: fold kvm_pit_timer into kvm_kpit_stateAvi Kivity2012-08-011-27/+25Star
* KVM: Simplify kvm_pit_timerAvi Kivity2012-08-011-13/+1Star
* KVM: Remove internal timer abstractionAvi Kivity2012-08-011-4/+4
* KVM: x86: Run PIT work in own kthreadJan Kiszka2012-04-281-12/+19
* KVM: x86: Consolidate PIT legacy testJan Kiszka2011-12-271-7/+3Star
* 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/+0Star
* 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/+0Star
* 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/+0Star
* KVM: Use macro to iterate over vcpus.Gleb Natapov2009-09-101-5/+2Star
* 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/+8Star
* 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/+20Star
* 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/+0Star
* 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/+0Star
* 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