summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
2021-11-11PCI/MSI: Move non-mask check back into low level accessorsThomas Gleixner-2/+2
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+4
2021-11-04PCI: apple: Add INTx and per-port interrupt supportMarc Zyngier-0/+1
2021-11-04irqdomain: Make of_phandle_args_to_fwspec() generally availableMarc Zyngier-3/+3
2021-10-29Merge tag 'irqchip-5.16' into irq/coreBorislav Petkov-68/+48
2021-10-28Merge branch irq/irq_cpu_offline into irq/irqchip-nextMarc Zyngier-0/+9
2021-10-28Merge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-nextMarc Zyngier-67/+35
2021-10-26genirq: Hide irq_cpu_{on,off}line() behind a deprecated optionMarc Zyngier-0/+9
2021-10-26irq: remove handle_domain_{irq,nmi}()Mark Rutland-58/+17
2021-10-26irq: remove CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRYMark Rutland-26/+0
2021-10-25irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRYMark Rutland-0/+34
2021-10-25irq: add generic_handle_arch_irq()Mark Rutland-0/+18
2021-10-25irq: unexport handle_irq_desc()Mark Rutland-1/+0
2021-10-25irq: simplify handle_domain_{irq,nmi}()Mark Rutland-20/+4
2021-10-20genirq: Export irq_gc_noop()Florian Fainelli-0/+1
2021-10-20genirq: Export irq_gc_{unmask_enable,mask_disable}_regFlorian Fainelli-0/+2
2021-09-24Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner-1/+1
2021-09-22irqdomain: Change the type of 'size' in __irq_domain_add() to be consistentBixuan Cui-1/+1
2021-09-19genirq: Disable irqfixup/poll on PREEMPT_RT.Ingo Molnar-0/+8
2021-09-17genirq: Move prio assignment into the newly created threadThomas Gleixner-2/+2
2021-09-17genirq: Update irq_set_irqchip_state documentationJosh Cartwright-1/+1
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-0/+1
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-49/+194
2021-08-29Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-0/+1
2021-08-24genirq/msi: Move MSI sysfs handling from PCI to MSI coreBarry Song-0/+134
2021-08-24genirq/cpuhotplug: Demote debug printk to KERN_DEBUGLee Jones-1/+1
2021-08-23irqdomain: Export irq_domain_disconnect_hierarchy()Maulik Shah-0/+1
2021-08-13genirq: Fix kernel doc indentationThomas Gleixner-3/+1
2021-08-11genirq: Fix kernel-doc warnings in pm.c, msi.c and ipi.cRandy Dunlap-24/+29
2021-08-11genirq/timings: Fix error return code in irq_timings_test_irqs()Zhen Lei-0/+2
2021-08-10genirq/matrix: Fix kernel doc warnings for irq_matrix_alloc_managed()Baokun Li-1/+2
2021-08-10genirq: Change force_irqthreads to a static keyTanner Love-6/+5
2021-08-10genirq/msi: Ensure deactivation on teardownBixuan Cui-5/+8
2021-08-10genirq/timings: Prevent potential array overflow in __irq_timings_store()Ben Dai-0/+5
2021-08-10genirq/generic_chip: Use struct_size() in kzalloc()Gustavo A. R. Silva-7/+10
2021-08-10KVM: PPC: Book3S HV: XIVE: Fix mapping of passthrough interruptsCédric Le Goater-0/+1
2021-08-10genirq: Clarify documentation for request_threaded_irq()Joel Savitz-3/+5
2021-08-10genirq/affinity: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior-4/+4
2021-08-10Merge branch 'irq/urgent' into irq/coreThomas Gleixner-1/+4
2021-08-10genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner-1/+4
2021-07-30genirq: Improve "hwirq" output in /proc and /sys/Cédric Le Goater-2/+2
2021-07-09Merge tag 'irqchip-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner-1/+0
2021-06-28genirq/irqdesc: Drop excess kernel-doc entry @lookupRandy Dunlap-1/+0
2021-06-28Merge tag 'irqchip-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-69/+129
2021-06-10genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ()Marc Zyngier-22/+8
2021-06-10genirq: Add generic_handle_domain_irq() helperMarc Zyngier-1/+18
2021-06-10genirq: Use irq_resolve_mapping() to implement __handle_domain_irq() and coMarc Zyngier-25/+35
2021-06-10irqdomain: Introduce irq_resolve_mapping()Marc Zyngier-8/+20
2021-06-10irqdomain: Protect the linear revmap with RCUMarc Zyngier-26/+23
2021-06-10irqdomain: Cache irq_data instead of a virq number in the revmapMarc Zyngier-5/+11