summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/irq_comm.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Make Hyper-V emulation optionalVitaly Kuznetsov2023-12-071-1/+8
* KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson2022-12-291-3/+4
* KVM: x86: ioapic: Fix level-triggered EOI and userspace I/OAPIC reconfigure raceAdamos Ttofari2022-12-231-2/+3
* KVM: x86/xen: Make kvm_xen_set_evtchn() reusable from other placesDavid Woodhouse2022-04-021-1/+1
* KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel deliveryDavid Woodhouse2022-01-071-0/+12
* KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier2021-12-081-3/+4
* x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
* x86/kvm: Use msi_msg shadow structsThomas Gleixner2020-10-281-18/+13
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOIMiaohe Lin2020-02-211-1/+1
* KVM: LAPIC: micro-optimize fixed mode ipi deliveryWanpeng Li2020-01-211-3/+3
* KVM: X86: Convert the last users of "shorthand = 0" to use macrosPeter Xu2020-01-081-1/+1
* KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macrosPeter Xu2020-01-081-1/+2
* KVM: X86: Use APIC_DEST_* macros properly in kvm_lapic_irq.dest_modePeter Xu2020-01-081-3/+4
* Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-111-12/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner2019-06-051-12/+1
* | kvm: x86: check kvm_apic_sw_enabled() is enoughWei Yang2019-06-181-1/+1
|/
* KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand2017-05-021-6/+9
* KVM: x86: use irqchip_kernel() to check for pic+ioapicDavid Hildenbrand2017-04-121-1/+1
* KVM: x86: drop goto label in kvm_set_routing_entry()David Hildenbrand2017-04-121-12/+8
* KVM: x86: KVM_IRQCHIP_PIC_MASTER only has 8 pinsDavid Hildenbrand2017-04-121-9/+6
* KVM: x86: get rid of pic_irqchip()David Hildenbrand2017-04-121-2/+2
* KVM: x86: check against irqchip_mode in kvm_set_routing_entry()David Hildenbrand2017-04-121-6/+8
* sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-021-0/+2
* KVM: x86: simplify conditions with split/kernel irqchipRadim Krčmář2017-01-091-1/+1
* KVM: x86: prevent setup of invalid routesRadim Krčmář2017-01-091-13/+6
* KVM: x86: refactor pic setup in kvm_set_routing_entryRadim Krčmář2017-01-091-5/+3
* KVM: x86: check for pic and ioapic presence before useRadim Krčmář2016-11-241-0/+13
* kvm: x86: merge kvm_arch_set_irq and kvm_arch_set_irq_inatomicPaolo Bonzini2016-11-191-31/+27
* KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář2016-07-141-5/+24
* KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář2016-07-141-1/+2
* KVM: x86: use generic function for MSI parsingRadim Krčmář2016-07-141-12/+7
* KVM: add missing memory barrier in kvm_{make,check}_requestPaolo Bonzini2016-04-201-3/+0
* kvm: x86: Convert ioapic->rtc_status.dest_map to a structJoerg Roedel2016-03-031-1/+1
* KVM: x86: Use vector-hashing to deliver lowest-priority interruptsFeng Wu2016-02-091-4/+21
* kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin2015-11-251-0/+34
* kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin2015-11-251-2/+3
* kvm/irqchip: kvm_arch_irq_routing_update renaming splitAndrey Smetanin2015-11-251-1/+1
* KVM: x86: move kvm_set_irq_inatomic to legacy device assignmentPaolo Bonzini2015-11-041-34/+0
* KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomicPaolo Bonzini2015-11-041-6/+8
* KVM: x86: don't notify userspace IOAPIC on edge EOIRadim Krčmář2015-10-141-2/+4
* KVM: make kvm_set_msi_irq() publicFeng Wu2015-10-011-2/+3
* KVM: Define a new interface kvm_intr_is_single_vcpu()Feng Wu2015-10-011-0/+27
* KVM: x86: Add EOI exit bitmap inferenceSteve Rutherford2015-10-011-0/+42
* KVM: x86: Split the APIC from the rest of IRQCHIP.Steve Rutherford2015-10-011-1/+8
* kvm: x86: Deliver MSI IRQ to only lowest prio cpu if msi_redir_hint is trueJames Sullivan2015-05-071-7/+4
* kvm: x86: Extended struct kvm_lapic_irq with msi_redir_hint for MSI deliveryJames Sullivan2015-05-071-1/+2
* kvm: remove CONFIG_X86 #ifdefs from files formerly shared with ia64Radim Krcmar2014-11-211-17/+2
* kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini2014-11-211-0/+347