summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* PCI/MSI: Move non-mask check back into low level accessorsThomas Gleixner2021-11-111-2/+2
* Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-3/+4
|\
| * PCI: apple: Add INTx and per-port interrupt supportMarc Zyngier2021-11-041-0/+1
| * irqdomain: Make of_phandle_args_to_fwspec() generally availableMarc Zyngier2021-11-041-3/+3
* | Merge tag 'irqchip-5.16' into irq/coreBorislav Petkov2021-10-296-68/+48
|\ \
| * \ Merge branch irq/irq_cpu_offline into irq/irqchip-nextMarc Zyngier2021-10-282-0/+9
| |\ \
| | * | genirq: Hide irq_cpu_{on,off}line() behind a deprecated optionMarc Zyngier2021-10-262-0/+9
| * | | Merge branch irq/remove-handle-domain-irq-20211026 into irq/irqchip-nextMarc Zyngier2021-10-283-67/+35
| |\ \ \
| | * | | irq: remove handle_domain_{irq,nmi}()Mark Rutland2021-10-262-58/+17
| | * | | irq: remove CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRYMark Rutland2021-10-261-26/+0
| | * | | irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRYMark Rutland2021-10-252-0/+34
| | * | | irq: add generic_handle_arch_irq()Mark Rutland2021-10-251-0/+18
| | * | | irq: unexport handle_irq_desc()Mark Rutland2021-10-251-1/+0
| | * | | irq: simplify handle_domain_{irq,nmi}()Mark Rutland2021-10-251-20/+4
| | |/ /
| * | | genirq: Export irq_gc_noop()Florian Fainelli2021-10-201-0/+1
| * | | genirq: Export irq_gc_{unmask_enable,mask_disable}_regFlorian Fainelli2021-10-201-0/+2
| |/ /
| * | Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-09-241-1/+1
| |\ \ | | |/ | |/|
| | * irqdomain: Change the type of 'size' in __irq_domain_add() to be consistentBixuan Cui2021-09-221-1/+1
* | | genirq: Disable irqfixup/poll on PREEMPT_RT.Ingo Molnar2021-09-191-0/+8
* | | genirq: Move prio assignment into the newly created threadThomas Gleixner2021-09-171-2/+2
* | | genirq: Update irq_set_irqchip_state documentationJosh Cartwright2021-09-171-1/+1
|/ /
* | Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-031-0/+1
|\ \
| * | KVM: PPC: Book3S HV: XIVE: Fix mapping of passthrough interruptsCédric Le Goater2021-08-101-0/+1
* | | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-3012-49/+194
|\ \ \
| * \ \ Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2021-08-291-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | irqdomain: Export irq_domain_disconnect_hierarchy()Maulik Shah2021-08-231-0/+1
| | |/
| * | genirq/msi: Move MSI sysfs handling from PCI to MSI coreBarry Song2021-08-241-0/+134
| * | genirq/cpuhotplug: Demote debug printk to KERN_DEBUGLee Jones2021-08-241-1/+1
| * | genirq: Fix kernel doc indentationThomas Gleixner2021-08-131-3/+1
| * | genirq: Fix kernel-doc warnings in pm.c, msi.c and ipi.cRandy Dunlap2021-08-113-24/+29
| * | genirq/timings: Fix error return code in irq_timings_test_irqs()Zhen Lei2021-08-111-0/+2
| * | genirq/matrix: Fix kernel doc warnings for irq_matrix_alloc_managed()Baokun Li2021-08-101-1/+2
| * | genirq: Change force_irqthreads to a static keyTanner Love2021-08-101-6/+5
| * | genirq/generic_chip: Use struct_size() in kzalloc()Gustavo A. R. Silva2021-08-101-7/+10
| * | genirq: Clarify documentation for request_threaded_irq()Joel Savitz2021-08-101-3/+5
| * | genirq/affinity: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-4/+4
| * | Merge branch 'irq/urgent' into irq/coreThomas Gleixner2021-08-101-1/+4
| |\ \
| * | | genirq: Improve "hwirq" output in /proc and /sys/Cédric Le Goater2021-07-302-2/+2
| | |/ | |/|
* | | genirq/msi: Ensure deactivation on teardownBixuan Cui2021-08-101-5/+8
* | | genirq/timings: Prevent potential array overflow in __irq_timings_store()Ben Dai2021-08-101-0/+5
| |/ |/|
* | genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner2021-08-101-1/+4
|/
* Merge tag 'irqchip-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-07-091-1/+0
|\
| * genirq/irqdesc: Drop excess kernel-doc entry @lookupRandy Dunlap2021-06-281-1/+0
* | Merge tag 'irqchip-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2021-06-283-69/+129
|\|
| * genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ()Marc Zyngier2021-06-101-22/+8
| * genirq: Add generic_handle_domain_irq() helperMarc Zyngier2021-06-101-1/+18
| * genirq: Use irq_resolve_mapping() to implement __handle_domain_irq() and coMarc Zyngier2021-06-101-25/+35
| * irqdomain: Introduce irq_resolve_mapping()Marc Zyngier2021-06-101-8/+20
| * irqdomain: Protect the linear revmap with RCUMarc Zyngier2021-06-101-26/+23
| * irqdomain: Cache irq_data instead of a virq number in the revmapMarc Zyngier2021-06-101-5/+11