aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/i8254.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-27KVM: x86: Consolidate PIT legacy testJan Kiszka1-7/+3
2011-12-25KVM: x86: Prevent starting PIT timers in the absence of irqchip supportJan Kiszka1-3/+7
2011-09-25KVM: Intelligent device lookup on I/O busSasha Levin1-2/+4
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser1-1/+1
2010-10-24KVM: pit: Do not check pending pit timer in vcpu threadJason Wang1-9/+0
2010-08-17KVM: PIT: free irq source id in handling error pathXiao Guangrong1-0/+1
2010-08-15KVM: destroy workqueue on kvm_create_pit() failuresXiaotian Feng1-1/+1
2010-08-02KVM: PIT: stop vpit before freeing irq_routingXiao Guangrong1-0/+3
2010-08-02KVM: fix lock imbalance in kvm_create_pit()Jiri Slaby1-0/+1
2010-08-01KVM: x86: Introduce a workqueue to deliver PIT timer interruptsChris Lalancette1-56/+85
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-01KVM: Convert i8254/i8259 locks to raw_spinlocksThomas Gleixner1-5/+5
2010-03-01KVM: PIT: unregister kvm irq notifier if fail to create pitWei Yongjun1-2/+3
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti1-1/+1
2010-03-01KVM: convert io_bus to SRCUMarcelo Tosatti1-3/+3
2010-02-09KVM: PIT: control word is write-onlyMarcelo Tosatti1-0/+3
2009-12-10x86: i8254.c: Add pr_fmt(fmt)Joe Perches1-5/+7
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov1-2/+0
2009-10-16KVM: use proper hrtimer function to retrieve expiration timeMarcelo Tosatti1-1/+1
2009-09-10KVM: remove superfluous NULL pointer check in kvm_inject_pit_timer_irqs()Bartlomiej Zolnierkiewicz1-1/+1
2009-09-10KVM: PIT: Unregister ack notifier callback when freeingGleb Natapov1-0/+2
2009-09-10KVM: make io_bus interface more robustGregory Haskins1-2/+18
2009-09-10KVM: PIT support for HPET legacy modeBeth Kon1-4/+18
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin1-23/+26
2009-09-10KVM: convert bus to slots_lockMichael S. Tsirkin1-2/+3
2009-09-10KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl pathsMarcelo Tosatti1-2/+0
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov1-5/+2
2009-09-10KVM: Use pointer to vcpu instead of vcpu_id in timer code.Gleb Natapov1-1/+1
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov1-2/+2
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti1-2/+2
2009-09-10KVM: do not register i8254 PIO regions until we are initializedGregory Haskins1-9/+8
2009-09-10KVM: cleanup io_device codeGregory Haskins1-12/+28
2009-09-10KVM: Allow PIT emulation without speaker portJan Kiszka1-6/+8
2009-08-05KVM: PIT: fix kpit_elapsed division by zeroMarcelo Tosatti1-0/+3
2009-06-10KVM: PIT: fix count read and mode 0 handlingMarcelo Tosatti1-11/+15
2009-06-10KVM: make 'lapic_timer_ops' and 'kpit_ops' staticHannes Eder1-1/+1
2009-06-10KVM: unify part of generic timer handlingMarcelo Tosatti1-37/+20
2009-06-10KVM: PIT: remove usage of count_load_time for channel 0Marcelo Tosatti1-6/+31
2009-06-10KVM: PIT: remove unused scheduled variableMarcelo Tosatti1-1/+0
2009-03-24KVM: Reset PIT irq injection logic when the PIT IRQ is unmaskedAvi Kivity1-0/+15
2009-03-24KVM: Properly lock PIT creationAvi Kivity1-2/+0
2009-03-24KVM: PIT: provide an option to disable interrupt reinjectionMarcelo Tosatti1-0/+4
2009-02-15KVM: PIT: fix i8254 pending count readMarcelo Tosatti1-1/+1
2008-12-31KVM: x86: Optimize NMI watchdog deliveryJan Kiszka1-5/+6
2008-12-31KVM: x86: Fix and refactor NMI watchdog emulationJan Kiszka1-6/+9
2008-12-31KVM: x86: Enable NMI Watchdog via in-kernel PIT sourceJan Kiszka1-0/+15
2008-11-11KVM: Fix pit memory leak if unable to allocate irq source idAvi Kivity1-1/+3
2008-10-28KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang1-2/+9
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven1-43/+40