summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
2023-03-17irqdomain: Fix mapping-creation raceJohan Hovold
2023-03-17irqdomain: Refactor __irq_domain_alloc_irqs()Johan Hovold
2023-03-10irqdomain: Fix domain registration raceMarc Zyngier
2023-03-10irqdomain: Drop bogus fwspec-mapping error handlingJohan Hovold
2023-03-10irqdomain: Look for existing mapping only onceJohan Hovold
2023-03-10irqdomain: Fix disassociation raceJohan Hovold
2023-03-10irqdomain: Fix association raceJohan Hovold
2023-02-09kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2022-12-31genirq/irqdesc: Don't try to remove non-existing sysfs filesYang Yingliang
2022-12-02genirq: Take the proposed affinity at face value if force==trueLuiz Capitulino
2022-12-02genirq: Always limit the affinity to online CPUsLuiz Capitulino
2022-12-02genirq/msi: Shutdown managed interrupts with unsatifiable affinitiesLuiz Capitulino
2022-08-17irqdomain: Report irq number for NOMAP domainsXu Qiang
2022-08-17genirq: GENERIC_IRQ_IPI depends on SMPSamuel Holland
2022-08-17genirq: Don't return error on missing optional irq_request_resources()Antonio Borneo
2022-05-30random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior
2022-05-12genirq: Synchronize interrupt thread startupThomas Pfaff
2022-04-20genirq/affinity: Consider that CPUs on nodes can be unbalancedRei Yamamoto
2021-11-18PCI/MSI: Move non-mask check back into low level accessorsThomas Gleixner
2021-09-24Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner
2021-09-22irqdomain: Change the type of 'size' in __irq_domain_add() to be consistentBixuan Cui
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-29Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2021-08-24genirq/msi: Move MSI sysfs handling from PCI to MSI coreBarry Song
2021-08-24genirq/cpuhotplug: Demote debug printk to KERN_DEBUGLee Jones
2021-08-23irqdomain: Export irq_domain_disconnect_hierarchy()Maulik Shah
2021-08-13genirq: Fix kernel doc indentationThomas Gleixner
2021-08-11genirq: Fix kernel-doc warnings in pm.c, msi.c and ipi.cRandy Dunlap
2021-08-11genirq/timings: Fix error return code in irq_timings_test_irqs()Zhen Lei
2021-08-10genirq/matrix: Fix kernel doc warnings for irq_matrix_alloc_managed()Baokun Li
2021-08-10genirq: Change force_irqthreads to a static keyTanner Love
2021-08-10genirq/msi: Ensure deactivation on teardownBixuan Cui
2021-08-10genirq/timings: Prevent potential array overflow in __irq_timings_store()Ben Dai
2021-08-10genirq/generic_chip: Use struct_size() in kzalloc()Gustavo A. R. Silva
2021-08-10KVM: PPC: Book3S HV: XIVE: Fix mapping of passthrough interruptsCédric Le Goater
2021-08-10genirq: Clarify documentation for request_threaded_irq()Joel Savitz
2021-08-10genirq/affinity: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-10Merge branch 'irq/urgent' into irq/coreThomas Gleixner
2021-08-10genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner
2021-07-30genirq: Improve "hwirq" output in /proc and /sys/Cédric Le Goater
2021-07-09Merge tag 'irqchip-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner
2021-06-28genirq/irqdesc: Drop excess kernel-doc entry @lookupRandy Dunlap
2021-06-28Merge tag 'irqchip-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2021-06-10genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ()Marc Zyngier
2021-06-10genirq: Add generic_handle_domain_irq() helperMarc Zyngier
2021-06-10genirq: Use irq_resolve_mapping() to implement __handle_domain_irq() and coMarc Zyngier
2021-06-10irqdomain: Introduce irq_resolve_mapping()Marc Zyngier
2021-06-10irqdomain: Protect the linear revmap with RCUMarc Zyngier
2021-06-10irqdomain: Cache irq_data instead of a virq number in the revmapMarc Zyngier