Commit Graph

50 Commits (c2d0c555c22242c3a76e366074c4d83ef9fa3b8c)

Author SHA1 Message Date
Michael S. Tsirkin bd2b53b20f KVM: fast-path msi injection with irqfd 14 years ago
Nicolas Kaiser 9611c18777 KVM: fix typo in copyright notice 15 years ago
Gleb Natapov 4a994358b9 KVM: Convert mask notifiers to use irqchip/pin instead of gsi 15 years ago
Chris Lalancette aefd18f01e KVM: x86: In DM_LOWEST, only deliver interrupts to vcpus with enabled LAPIC's 15 years ago
Avi Kivity 221d059d15 KVM: Update Red Hat copyrights 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Marcelo Tosatti d72118ceca KVM: properly check max PIC pin in irq route setup 15 years ago
Marcelo Tosatti e50212bb51 KVM: only clear irq_source_id if irqchip is present 15 years ago
Marcelo Tosatti cd5a2685de KVM: fix irq_source_id size verification 15 years ago
Jiri Slaby 0c6ddcebd8 KVM: fix lock imbalance in kvm_*_irq_source_id() 15 years ago
Gleb Natapov 680b3648ba KVM: Drop kvm->irq_lock lock from irq injection path 15 years ago
Gleb Natapov eba0226bdf KVM: Move IO APIC to its own lock 15 years ago
Gleb Natapov 280aa177dc KVM: Convert irq notifiers lists to RCU locking 15 years ago
Gleb Natapov 136bdfeee7 KVM: Move irq ack notifier list to arch independent code 15 years ago
Gleb Natapov e42bba90bf KVM: Move irq routing data structure to rcu locking 15 years ago
Gleb Natapov 3e71f88bc9 KVM: Maintain back mapping from irqchip/pin to gsi 15 years ago
Gleb Natapov 46e624b95c KVM: Change irq routing table to use gsi indexed array 15 years ago
Gleb Natapov 1a6e4a8c27 KVM: Move irq sharing information to irqchip level 15 years ago
Gleb Natapov 1000ff8d89 KVM: Add trace points in irqchip code 16 years ago
Michael S. Tsirkin 07fb8bb29f KVM: ignore msi request if !level 16 years ago
Avi Kivity ae8c1c4025 KVM: Trace irq level and source id 16 years ago
Marcelo Tosatti 229456fc34 KVM: convert custom marker based tracing to event traces 16 years ago
Gleb Natapov 988a2cae6a KVM: Use macro to iterate over vcpus. 16 years ago
Marcelo Tosatti fa40a8214b KVM: switch irq injection/acking data structures to irq_lock 16 years ago
Michael S. Tsirkin 5116d8f6b9 KVM: fix ack not being delivered when msi present 16 years ago
Chris Wright efbc100c20 KVM: Trivial format fix in setup_routing_entry() 16 years ago
Gleb Natapov 58c2dde17d KVM: APIC: get rid of deliver_bitmask 16 years ago
Gleb Natapov e1035715ef KVM: change the way how lowest priority vcpu is calculated 16 years ago
Gleb Natapov 343f94fe4d KVM: consolidate ioapic/ipi interrupt delivery logic 16 years ago
Gleb Natapov a53c17d21c KVM: ioapic/msi interrupt delivery consolidation 16 years ago
Gleb Natapov 6da7e3f643 KVM: APIC: kvm_apic_set_irq deliver all kinds of interrupts 16 years ago
Sheng Yang 74a3a8f152 KVM: Merge kvm_ioapic_get_delivery_bitmask into kvm_get_intr_delivery_bitmask 16 years ago
Sheng Yang bfd349d073 KVM: bit ops for deliver_bitmap 16 years ago
Sheng Yang 110c2faeba KVM: Update intr delivery func to accept unsigned long* bitmap 16 years ago
Sheng Yang e5871be0f5 KVM: Change API of kvm_ioapic_get_delivery_bitmask 16 years ago
Sheng Yang 116191b69b KVM: Unify the delivery of IOAPIC and MSI interrupts 16 years ago
Hannes Eder cded19f396 KVM: fix sparse warnings: Should it be static? 16 years ago
Xiantao Zhang 6b08035f3e KVM: ia64: Fix the build errors due to lack of macros related to MSI. 16 years ago
Gleb Natapov 71450f7885 KVM: Report IRQ injection status for MSI delivered interrupts 16 years ago
Gleb Natapov 4925663a07 KVM: Report IRQ injection status to userspace. 16 years ago
Sheng Yang 79950e1073 KVM: Use irq routing API for MSI 16 years ago
Marcelo Tosatti 44882eed2e KVM: make irq ack notifications aware of routing table 16 years ago
Avi Kivity 399ec807dd KVM: Userspace controlled irq routing 16 years ago
Avi Kivity 75858a84a6 KVM: Interrupt mask notifiers for ioapic 16 years ago
Mark McLoughlin 61552367b2 KVM: add KVM_USERSPACE_IRQ_SOURCE_ID assertions 16 years ago
Mark McLoughlin fdd897e6b5 KVM: make kvm_unregister_irq_ack_notifier() safe 16 years ago
Mark McLoughlin 844c7a9ff4 KVM: remove the IRQ ACK notifier assertions 16 years ago
Sheng Yang e19e30effa KVM: IRQ ACK notifier should be used with in-kernel irqchip 16 years ago
Sheng Yang 5550af4df1 KVM: Fix guest shared interrupt with in-kernel irqchip 17 years ago
Xiantao Zhang 3de42dc094 KVM: Separate irq ack notification out of arch/x86/kvm/irq.c 17 years ago