summaryrefslogtreecommitdiffstats
path: root/virt/kvm/ioapic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* KVM: introduce irq_lock, use it to protect ioapicMarcelo Tosatti2009-09-101-0/+5
* KVM: cleanup io_device codeGregory Haskins2009-09-101-7/+15
* KVM: Avoid redelivery of edge interrupt before next edgeGleb Natapov2009-08-091-5/+5
* KVM: APIC: get rid of deliver_bitmaskGleb Natapov2009-06-101-41/+16
* KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov2009-06-101-1/+4
* KVM: ioapic/msi interrupt delivery consolidationGleb Natapov2009-06-101-29/+32
* KVM: APIC: kvm_apic_set_irq deliver all kinds of interruptsGleb Natapov2009-06-101-34/+6
* KVM: Merge kvm_ioapic_get_delivery_bitmask into kvm_get_intr_delivery_bitmaskSheng Yang2009-06-101-43/+3
* KVM: bit ops for deliver_bitmapSheng Yang2009-06-101-11/+13
* KVM: Change API of kvm_ioapic_get_delivery_bitmaskSheng Yang2009-06-101-9/+8
* KVM: Unify the delivery of IOAPIC and MSI interruptsSheng Yang2009-06-101-57/+34
* KVM: Split IOAPIC structureSheng Yang2009-06-101-3/+3