aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/irq_comm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-21KVM: LAPIC: micro-optimize fixed mode ipi deliveryWanpeng Li1-3/+3
2020-01-08KVM: X86: Convert the last users of "shorthand = 0" to use macrosPeter Xu1-1/+1
2020-01-08KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macrosPeter Xu1-1/+2
2020-01-08KVM: X86: Use APIC_DEST_* macros properly in kvm_lapic_irq.dest_modePeter Xu1-3/+4
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-12/+1
2019-06-18kvm: x86: check kvm_apic_sw_enabled() is enoughWei Yang1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner1-12/+1
2017-05-02KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand1-6/+9
2017-04-12KVM: x86: use irqchip_kernel() to check for pic+ioapicDavid Hildenbrand1-1/+1
2017-04-12KVM: x86: drop goto label in kvm_set_routing_entry()David Hildenbrand1-12/+8
2017-04-12KVM: x86: KVM_IRQCHIP_PIC_MASTER only has 8 pinsDavid Hildenbrand1-9/+6
2017-04-12KVM: x86: get rid of pic_irqchip()David Hildenbrand1-2/+2
2017-04-12KVM: x86: check against irqchip_mode in kvm_set_routing_entry()David Hildenbrand1-6/+8
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>Ingo Molnar1-0/+2
2017-01-09KVM: x86: simplify conditions with split/kernel irqchipRadim Krčmář1-1/+1
2017-01-09KVM: x86: prevent setup of invalid routesRadim Krčmář1-13/+6
2017-01-09KVM: x86: refactor pic setup in kvm_set_routing_entryRadim Krčmář1-5/+3
2016-11-24KVM: x86: check for pic and ioapic presence before useRadim Krčmář1-0/+13
2016-11-19kvm: x86: merge kvm_arch_set_irq and kvm_arch_set_irq_inatomicPaolo Bonzini1-31/+27
2016-07-14KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář1-5/+24
2016-07-14KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář1-1/+2
2016-07-14KVM: x86: use generic function for MSI parsingRadim Krčmář1-12/+7
2016-04-20KVM: add missing memory barrier in kvm_{make,check}_requestPaolo Bonzini1-3/+0
2016-03-03kvm: x86: Convert ioapic->rtc_status.dest_map to a structJoerg Roedel1-1/+1
2016-02-09KVM: x86: Use vector-hashing to deliver lowest-priority interruptsFeng Wu1-4/+21
2015-11-25kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin1-0/+34
2015-11-25kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin1-2/+3
2015-11-25kvm/irqchip: kvm_arch_irq_routing_update renaming splitAndrey Smetanin1-1/+1
2015-11-04KVM: x86: move kvm_set_irq_inatomic to legacy device assignmentPaolo Bonzini1-34/+0
2015-11-04KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomicPaolo Bonzini1-6/+8
2015-10-14KVM: x86: don't notify userspace IOAPIC on edge EOIRadim Krčmář1-2/+4
2015-10-01KVM: make kvm_set_msi_irq() publicFeng Wu1-2/+3
2015-10-01KVM: Define a new interface kvm_intr_is_single_vcpu()Feng Wu1-0/+27
2015-10-01KVM: x86: Add EOI exit bitmap inferenceSteve Rutherford1-0/+42
2015-10-01KVM: x86: Split the APIC from the rest of IRQCHIP.Steve Rutherford1-1/+8
2015-05-07kvm: x86: Deliver MSI IRQ to only lowest prio cpu if msi_redir_hint is trueJames Sullivan1-7/+4
2015-05-07kvm: x86: Extended struct kvm_lapic_irq with msi_redir_hint for MSI deliveryJames Sullivan1-1/+2
2014-11-21kvm: remove CONFIG_X86 #ifdefs from files formerly shared with ia64Radim Krcmar1-17/+2
2014-11-21kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini1-0/+347