summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/i8254.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: x86: Add memcg accounting to KVM allocationsBen Gardon2019-02-201-1/+1
* KVM: x86: take slots_lock in kvm_free_pitRadim Krčmář2017-07-121-0/+2
* KVM: x86: Handle the kthread worker using the new APIPetr Mladek2016-12-081-9/+6
* kthread: kthread worker API cleanupPetr Mladek2016-10-111-7/+7
* KVM: x86: protect KVM_CREATE_PIT/KVM_CREATE_PIT2 with kvm->lockPaolo Bonzini2016-06-031-1/+3
* KVM: i8254: drop local copy of mul_u64_u32_divPaolo Bonzini2016-03-041-23/+3
* KVM: i8254: turn kvm_kpit_state.reinject into atomic_tRadim Krčmář2016-03-041-4/+4
* KVM: i8254: move PIT timer function initializationRadim Krčmář2016-03-041-2/+1
* KVM: i8254: remove pointless dereference of PITRadim Krčmář2016-03-041-2/+2
* KVM: i8254: remove pit and kvm from kvm_kpit_stateRadim Krčmář2016-03-041-5/+9
* KVM: i8254: refactor kvm_free_pitRadim Krčmář2016-03-041-13/+11
* KVM: i8254: refactor kvm_create_pitRadim Krčmář2016-03-041-15/+12
* KVM: i8254: remove notifiers from PIT discard policyRadim Krčmář2016-03-041-11/+27
* KVM: i8254: remove unnecessary uses of PIT state lockRadim Krčmář2016-03-041-8/+1
* KVM: i8254: pass struct kvm_pit instead of kvm in PITRadim Krčmář2016-03-041-60/+52
* KVM: i8254: tone down WARN_ON pit.state_lockRadim Krčmář2016-03-041-14/+3
* KVM: i8254: use atomic_t instead of pit.inject_lockRadim Krčmář2016-03-041-33/+23
* KVM: i8254: add kvm_pit_reset_reinjectRadim Krčmář2016-03-041-8/+10
* KVM: i8254: simplify atomics in kvm_pit_ack_irqRadim Krčmář2016-03-041-11/+1
* KVM: i8254: change PIT discard tick policyRadim Krčmář2016-03-041-5/+7
* kvm: x86: only channel 0 of the i8254 is linked to the HPETPaolo Bonzini2016-01-071-0/+1
* KVM: x86: Split the APIC from the rest of IRQCHIP.Steve Rutherford2015-10-011-1/+3
* KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář2015-07-031-1/+1
* KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev2015-03-261-5/+9
* KVM: x86: Improve thread safety in pitAndy Honig2014-10-241-0/+2
* KVM: x86: limit PIT timer frequencyMarcelo Tosatti2014-01-151-0/+18
* KVM: Let ioapic know the irq line statusYang Zhang2013-04-151-2/+2
* kvm: fix i8254 counter 0 wraparoundNickolai Zeldovich2012-12-181-1/+0
* KVM: fold kvm_pit_timer into kvm_kpit_stateAvi Kivity2012-08-011-27/+25
* KVM: Simplify kvm_pit_timerAvi Kivity2012-08-011-13/+1
* KVM: Remove internal timer abstractionAvi Kivity2012-08-011-4/+4
* KVM: x86: Run PIT work in own kthreadJan Kiszka2012-04-271-12/+19
* KVM: x86: Consolidate PIT legacy testJan Kiszka2011-12-271-7/+3
* 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/+0
* 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