aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/ioapic.c
Commit message (Expand)AuthorAge
* kvm: make local functions staticStephen Hemminger2014-01-08
* KVM: Set TMR when programming ioapic entryYang Zhang2013-04-16
* KVM: Call common update function when ioapic entry changed.Yang Zhang2013-04-16
* KVM: Use eoi to track RTC interrupt delivery statusYang Zhang2013-04-15
* KVM: Let ioapic know the irq line statusYang Zhang2013-04-15
* KVM: Force vmexit with virtual interrupt deliveryYang Zhang2013-04-15
* KVM: Add reset/restore rtc_status supportYang Zhang2013-04-15
* KVM: Return destination vcpu on interrupt injectionYang Zhang2013-04-15
* KVM: Add vcpu info to ioapic_update_eoi()Yang Zhang2013-04-15
* KVM: Call kvm_apic_match_dest() to check destination vcpuYang Zhang2013-04-07
* KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)Andy Honig2013-03-19
* x86, apicv: add virtual interrupt delivery supportYang Zhang2013-01-29
* KVM: remove a wrong hack of delivery PIT intr to vcpu0Yang Zhang2012-12-23
* KVM: x86: drop parameter validation in ioapic/picMichael S. Tsirkin2012-08-14
* KVM: fix race with level interruptsMichael S. Tsirkin2012-07-20
* KVM: dont clear TMR on EOIMichael S. Tsirkin2012-04-16
* KVM: drop bsp_vcpu pointer from kvm structGleb Natapov2011-12-27
* KVM: Allow aligned byte and word writes to IOAPIC registers.Julian Stecklina2011-12-27
* KVM: Intelligent device lookup on I/O busSasha Levin2011-09-25
* KVM: ioapic: Fix an error field referenceLiu Yuan2011-05-22
* KVM: Convert mask notifiers to use irqchip/pin instead of gsiGleb Natapov2010-08-01
* KVM: Update Red Hat copyrightsAvi Kivity2010-08-01
* KVM: read apic->irr with ioapic lock heldMarcelo Tosatti2010-06-10
* KVM: convert ioapic lock to spinlockMarcelo Tosatti2010-05-13
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrlWei Yongjun2010-03-01
* KVM: kvm->arch.vioapic should be NULL if kvm_ioapic_init() failureWei Yongjun2010-03-01
* KVM: avoid taking ioapic mutex for non-ioapic EOIsAvi Kivity2010-03-01
* KVM: convert slots_lock to a mutexMarcelo Tosatti2010-03-01
* KVM: convert io_bus to SRCUMarcelo Tosatti2010-03-01
* KVM: Move IO APIC to its own lockGleb Natapov2009-12-03
* KVM: Fix coalesced interrupt reporting in IOAPICGleb Natapov2009-09-10
* KVM: make io_bus interface more robustGregory Haskins2009-09-10
* KVM: Add trace points in irqchip codeGleb Natapov2009-09-10
* KVM: Use temporary variable to shorten lines.Gleb Natapov2009-09-10
* KVM: fix lock imbalanceJiri Slaby2009-09-10
* KVM: remove in_range from io devicesMichael S. Tsirkin2009-09-10
* KVM: convert bus to slots_lockMichael S. Tsirkin2009-09-10
* KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov2009-09-10
* KVM: introduce irq_lock, use it to protect ioapicMarcelo Tosatti2009-09-10
* KVM: cleanup io_device codeGregory Haskins2009-09-10
* KVM: Avoid redelivery of edge interrupt before next edgeGleb Natapov2009-08-09
* KVM: APIC: get rid of deliver_bitmaskGleb Natapov2009-06-10
* KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov2009-06-10
* KVM: ioapic/msi interrupt delivery consolidationGleb Natapov2009-06-10
* KVM: APIC: kvm_apic_set_irq deliver all kinds of interruptsGleb Natapov2009-06-10
* KVM: Merge kvm_ioapic_get_delivery_bitmask into kvm_get_intr_delivery_bitmaskSheng Yang2009-06-10
* KVM: bit ops for deliver_bitmapSheng Yang2009-06-10
* KVM: Change API of kvm_ioapic_get_delivery_bitmaskSheng Yang2009-06-10
* KVM: Unify the delivery of IOAPIC and MSI interruptsSheng Yang2009-06-10