aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/i8254.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-08KVM: x86: Handle the kthread worker using the new APIPetr Mladek1-2/+1
2016-03-04KVM: i8254: turn kvm_kpit_state.reinject into atomic_tRadim Krčmář1-1/+1
2016-03-04KVM: i8254: remove pit and kvm from kvm_kpit_stateRadim Krčmář1-2/+0
2016-03-04KVM: i8254: remove notifiers from PIT discard policyRadim Krčmář1-0/+1
2016-03-04KVM: i8254: remove unnecessary uses of PIT state lockRadim Krčmář1-4/+5
2016-03-04KVM: i8254: pass struct kvm_pit instead of kvm in PITRadim Krčmář1-1/+3
2016-03-04KVM: i8254: use atomic_t instead of pit.inject_lockRadim Krčmář1-2/+1
2015-03-26KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara1-1/+1
2012-08-01KVM: fold kvm_pit_timer into kvm_kpit_stateAvi Kivity1-9/+5
2012-08-01KVM: Simplify kvm_pit_timerAvi Kivity1-8/+0
2012-08-01KVM: Remove internal timer abstractionAvi Kivity1-1/+17
2012-04-27KVM: x86: Run PIT work in own kthreadJan Kiszka1-2/+5
2011-05-11KVM: remove useless function declaration kvm_inject_pit_timer_irqs()Duan Jiong1-1/+0
2011-05-11KVM: Remove base_addresss in kvm_pit since it is unusedJustin P. Mattock1-1/+0
2010-08-01KVM: x86: Introduce a workqueue to deliver PIT timer interruptsChris Lalancette1-1/+3
2010-03-01KVM: Convert i8254/i8259 locks to raw_spinlocksThomas Gleixner1-1/+1
2009-09-10KVM: PIT support for HPET legacy modeBeth Kon1-1/+2
2009-09-10KVM: Allow PIT emulation without speaker portJan Kiszka1-1/+1
2009-06-10KVM: unify part of generic timer handlingMarcelo Tosatti1-9/+2
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/+1
2009-03-24KVM: PIT: provide an option to disable interrupt reinjectionMarcelo Tosatti1-0/+1
2008-10-28KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang1-0/+1
2008-10-15KVM: PIT: fix injection logic and countMarcelo Tosatti1-4/+3
2008-04-27KVM: Add reset support for in kernel PITSheng Yang1-0/+1
2008-04-27KVM: Add save/restore supporting of in kernel PITSheng Yang1-0/+1
2008-04-27KVM: In kernel PIT modelSheng Yang1-0/+61