aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/i8254.c
AgeCommit message (Expand)Author
2017-07-12KVM: x86: take slots_lock in kvm_free_pitRadim Krčmář
2016-12-08KVM: x86: Handle the kthread worker using the new APIPetr Mladek
2016-10-11kthread: kthread worker API cleanupPetr Mladek
2016-06-03KVM: x86: protect KVM_CREATE_PIT/KVM_CREATE_PIT2 with kvm->lockPaolo Bonzini
2016-03-04KVM: i8254: drop local copy of mul_u64_u32_divPaolo Bonzini
2016-03-04KVM: i8254: turn kvm_kpit_state.reinject into atomic_tRadim Krčmář
2016-03-04KVM: i8254: move PIT timer function initializationRadim Krčmář
2016-03-04KVM: i8254: remove pointless dereference of PITRadim Krčmář
2016-03-04KVM: i8254: remove pit and kvm from kvm_kpit_stateRadim Krčmář
2016-03-04KVM: i8254: refactor kvm_free_pitRadim Krčmář
2016-03-04KVM: i8254: refactor kvm_create_pitRadim Krčmář
2016-03-04KVM: i8254: remove notifiers from PIT discard policyRadim Krčmář
2016-03-04KVM: i8254: remove unnecessary uses of PIT state lockRadim Krčmář
2016-03-04KVM: i8254: pass struct kvm_pit instead of kvm in PITRadim Krčmář
2016-03-04KVM: i8254: tone down WARN_ON pit.state_lockRadim Krčmář
2016-03-04KVM: i8254: use atomic_t instead of pit.inject_lockRadim Krčmář
2016-03-04KVM: i8254: add kvm_pit_reset_reinjectRadim Krčmář
2016-03-04KVM: i8254: simplify atomics in kvm_pit_ack_irqRadim Krčmář
2016-03-04KVM: i8254: change PIT discard tick policyRadim Krčmář
2016-01-07kvm: x86: only channel 0 of the i8254 is linked to the HPETPaolo Bonzini
2015-10-01KVM: x86: Split the APIC from the rest of IRQCHIP.Steve Rutherford
2015-07-03KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář
2015-03-26KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev
2014-10-24KVM: x86: Improve thread safety in pitAndy Honig
2014-01-15KVM: 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