aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/i8254.c
AgeCommit message (Expand)Author
2014-02-06KVM: x86: limit PIT timer frequencyMarcelo Tosatti
2013-04-15KVM: Let ioapic know the irq line statusYang Zhang
2012-12-18kvm: fix i8254 counter 0 wraparoundNickolai Zeldovich
2012-08-01KVM: fold kvm_pit_timer into kvm_kpit_stateAvi Kivity
2012-08-01KVM: Simplify kvm_pit_timerAvi Kivity
2012-08-01KVM: Remove internal timer abstractionAvi Kivity
2012-04-27KVM: x86: Run PIT work in own kthreadJan Kiszka
2011-12-27KVM: x86: Consolidate PIT legacy testJan Kiszka
2011-12-25KVM: x86: Prevent starting PIT timers in the absence of irqchip supportJan Kiszka
2011-09-25KVM: Intelligent device lookup on I/O busSasha Levin
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser
2010-10-24KVM: pit: Do not check pending pit timer in vcpu threadJason Wang
2010-08-17KVM: PIT: free irq source id in handling error pathXiao Guangrong
2010-08-15KVM: destroy workqueue on kvm_create_pit() failuresXiaotian Feng
2010-08-02KVM: PIT: stop vpit before freeing irq_routingXiao Guangrong
2010-08-02KVM: fix lock imbalance in kvm_create_pit()Jiri Slaby
2010-08-01KVM: x86: Introduce a workqueue to deliver PIT timer interruptsChris Lalancette
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-01KVM: Convert i8254/i8259 locks to raw_spinlocksThomas Gleixner
2010-03-01KVM: PIT: unregister kvm irq notifier if fail to create pitWei Yongjun
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti
2010-03-01KVM: convert io_bus to SRCUMarcelo Tosatti
2010-02-09KVM: PIT: control word is write-onlyMarcelo Tosatti
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