summaryrefslogtreecommitdiffstats
path: root/virt/kvm/ioapic.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini2014-11-211-682/+0
* KVM: ia64: removePaolo Bonzini2014-11-201-5/+0
* kvm: ioapic: conditionally delay irq delivery duringeoi broadcastZhang Haoyu2014-09-161-2/+44
* KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir tablePaolo Bonzini2014-07-301-4/+3
* KVM: ioapic: try to recover if pending_eoi goes out of rangePaolo Bonzini2014-04-041-5/+18
* KVM: ioapic: fix assignment of ioapic->rtc_status.pending_eoi (CVE-2014-0155)Paolo Bonzini2014-04-041-1/+1
* KVM: ioapic: reinject pending interrupts on KVM_SET_IRQCHIPPaolo Bonzini2014-03-211-1/+14
* KVM: ioapic: extract body of kvm_ioapic_set_irqPaolo Bonzini2014-03-211-24/+50
* KVM: ioapic: clear IRR for edge-triggered interrupts at deliveryPaolo Bonzini2014-03-211-0/+3
* KVM: ioapic: merge ioapic_deliver into ioapic_servicePaolo Bonzini2014-03-211-20/+9
* kvm: x86: ignore ioapic polarityGabriel L. Somlo2014-03-131-1/+0
* kvm: make local functions staticStephen Hemminger2014-01-081-1/+1
* KVM: Set TMR when programming ioapic entryYang Zhang2013-04-161-3/+9
* KVM: Call common update function when ioapic entry changed.Yang Zhang2013-04-161-9/+13
* KVM: Use eoi to track RTC interrupt delivery statusYang Zhang2013-04-151-1/+35
* KVM: Let ioapic know the irq line statusYang Zhang2013-04-151-8/+10
* KVM: Force vmexit with virtual interrupt deliveryYang Zhang2013-04-151-1/+1
* KVM: Add reset/restore rtc_status supportYang Zhang2013-04-151-0/+58
* KVM: Return destination vcpu on interrupt injectionYang Zhang2013-04-151-1/+1
* KVM: Add vcpu info to ioapic_update_eoi()Yang Zhang2013-04-151-6/+6
* KVM: Call kvm_apic_match_dest() to check destination vcpuYang Zhang2013-04-071-6/+3
* KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)Andy Honig2013-03-191-2/+5
* x86, apicv: add virtual interrupt delivery supportYang Zhang2013-01-291-0/+39
* KVM: remove a wrong hack of delivery PIT intr to vcpu0Yang Zhang2012-12-231-9/+0
* KVM: x86: drop parameter validation in ioapic/picMichael S. Tsirkin2012-08-141-18/+19
* KVM: fix race with level interruptsMichael S. Tsirkin2012-07-201-3/+16
* KVM: dont clear TMR on EOIMichael S. Tsirkin2012-04-161-3/+7
* KVM: drop bsp_vcpu pointer from kvm structGleb Natapov2011-12-271-1/+1
* KVM: Allow aligned byte and word writes to IOAPIC registers.Julian Stecklina2011-12-271-3/+12
* KVM: Intelligent device lookup on I/O busSasha Levin2011-09-251-1/+2
* KVM: ioapic: Fix an error field referenceLiu Yuan2011-05-221-1/+1
* KVM: Convert mask notifiers to use irqchip/pin instead of gsiGleb Natapov2010-08-021-1/+1
* KVM: Update Red Hat copyrightsAvi Kivity2010-08-011-0/+1
* KVM: read apic->irr with ioapic lock heldMarcelo Tosatti2010-06-101-1/+2
* KVM: convert ioapic lock to spinlockMarcelo Tosatti2010-05-131-15/+15
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrlWei Yongjun2010-03-011-0/+11
* KVM: kvm->arch.vioapic should be NULL if kvm_ioapic_init() failureWei Yongjun2010-03-011-1/+3
* KVM: avoid taking ioapic mutex for non-ioapic EOIsAvi Kivity2010-03-011-0/+19
* KVM: convert slots_lock to a mutexMarcelo Tosatti2010-03-011-2/+2
* KVM: convert io_bus to SRCUMarcelo Tosatti2010-03-011-1/+3
* KVM: Move IO APIC to its own lockGleb Natapov2009-12-031-19/+61
* KVM: Fix coalesced interrupt reporting in IOAPICGleb Natapov2009-09-101-0/+2
* KVM: make io_bus interface more robustGregory Haskins2009-09-101-2/+6
* KVM: Add trace points in irqchip codeGleb Natapov2009-09-101-0/+2
* KVM: Use temporary variable to shorten lines.Gleb Natapov2009-09-101-8/+10
* KVM: fix lock imbalanceJiri Slaby2009-09-101-1/+2
* KVM: remove in_range from io devicesMichael S. Tsirkin2009-09-101-10/+12
* KVM: convert bus to slots_lockMichael S. Tsirkin2009-09-101-1/+1
* KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov2009-09-101-1/+3
OpenPOWER on IntegriCloud