aboutsummaryrefslogtreecommitdiff
path: root/virt/kvm/ioapic.c
AgeCommit message (Expand)Author
2014-11-21kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini
2014-11-20KVM: ia64: removePaolo Bonzini
2014-09-16kvm: ioapic: conditionally delay irq delivery duringeoi broadcastZhang Haoyu
2014-07-30KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir tablePaolo Bonzini
2014-04-04KVM: ioapic: try to recover if pending_eoi goes out of rangePaolo Bonzini
2014-04-04KVM: ioapic: fix assignment of ioapic->rtc_status.pending_eoi (CVE-2014-0155)Paolo Bonzini
2014-03-21KVM: ioapic: reinject pending interrupts on KVM_SET_IRQCHIPPaolo Bonzini
2014-03-21KVM: ioapic: extract body of kvm_ioapic_set_irqPaolo Bonzini
2014-03-21KVM: ioapic: clear IRR for edge-triggered interrupts at deliveryPaolo Bonzini
2014-03-21KVM: ioapic: merge ioapic_deliver into ioapic_servicePaolo Bonzini
2014-03-13kvm: x86: ignore ioapic polarityGabriel L. Somlo
2014-01-08kvm: make local functions staticStephen Hemminger
2013-04-16KVM: Set TMR when programming ioapic entryYang Zhang
2013-04-16KVM: Call common update function when ioapic entry changed.Yang Zhang
2013-04-15KVM: Use eoi to track RTC interrupt delivery statusYang Zhang
2013-04-15KVM: Let ioapic know the irq line statusYang Zhang
2013-04-15KVM: Force vmexit with virtual interrupt deliveryYang Zhang
2013-04-15KVM: Add reset/restore rtc_status supportYang Zhang
2013-04-15KVM: Return destination vcpu on interrupt injectionYang Zhang
2013-04-15KVM: Add vcpu info to ioapic_update_eoi()Yang Zhang
2013-04-07KVM: Call kvm_apic_match_dest() to check destination vcpuYang Zhang
2013-03-19KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)Andy Honig
2013-01-29x86, apicv: add virtual interrupt delivery supportYang Zhang
2012-12-23KVM: remove a wrong hack of delivery PIT intr to vcpu0Yang Zhang
2012-08-14KVM: x86: drop parameter validation in ioapic/picMichael S. Tsirkin
2012-07-20KVM: fix race with level interruptsMichael S. Tsirkin
2012-04-16KVM: dont clear TMR on EOIMichael S. Tsirkin
2011-12-27KVM: drop bsp_vcpu pointer from kvm structGleb Natapov
2011-12-27KVM: Allow aligned byte and word writes to IOAPIC registers.Julian Stecklina
2011-09-25KVM: Intelligent device lookup on I/O busSasha Levin
2011-05-22KVM: ioapic: Fix an error field referenceLiu Yuan
2010-08-02KVM: Convert mask notifiers to use irqchip/pin instead of gsiGleb Natapov
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity
2010-06-10KVM: read apic->irr with ioapic lock heldMarcelo Tosatti
2010-05-13KVM: convert ioapic lock to spinlockMarcelo Tosatti
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-01KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrlWei Yongjun
2010-03-01KVM: kvm->arch.vioapic should be NULL if kvm_ioapic_init() failureWei Yongjun
2010-03-01KVM: avoid taking ioapic mutex for non-ioapic EOIsAvi Kivity
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti
2010-03-01KVM: convert io_bus to SRCUMarcelo Tosatti
2009-12-03KVM: Move IO APIC to its own lockGleb Natapov
2009-09-10KVM: Fix coalesced interrupt reporting in IOAPICGleb Natapov
2009-09-10KVM: make io_bus interface more robustGregory Haskins
2009-09-10KVM: Add trace points in irqchip codeGleb Natapov
2009-09-10KVM: Use temporary variable to shorten lines.Gleb Natapov
2009-09-10KVM: fix lock imbalanceJiri Slaby
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin
2009-09-10KVM: convert bus to slots_lockMichael S. Tsirkin
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov