aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)Author
2023-11-28genirq/generic_chip: Make irq_remove_generic_chip() irqdomain awareHerve Codina
2023-11-20genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()Chen Yu
2023-05-17genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song
2023-04-20irqdomain: Fix mapping-creation raceJohan Hovold
2023-04-20irqdomain: Refactor __irq_domain_alloc_irqs()Johan Hovold
2023-04-20irqdomain: Look for existing mapping only onceJohan Hovold
2023-04-20treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2023-04-20Revert "treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()"Tom Saeger
2023-03-17irqdomain: Fix domain registration raceMarc Zyngier
2023-03-17irqdomain: Change the type of 'size' in __irq_domain_add() to be consistentBixuan Cui
2023-03-11irqdomain: Drop bogus fwspec-mapping error handlingJohan Hovold
2023-03-11irqdomain: Fix disassociation raceJohan Hovold
2023-03-11irqdomain: Fix association raceJohan Hovold
2023-03-11treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2023-01-18genirq/irqdesc: Don't try to remove non-existing sysfs filesYang Yingliang
2022-08-25genirq: Don't return error on missing optional irq_request_resources()Antonio Borneo
2022-06-22random: 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-09-15genirq/timings: Fix error return code in irq_timings_test_irqs()Zhen Lei
2021-08-18genirq/timings: Prevent potential array overflow in __irq_timings_store()Ben Dai
2021-08-18genirq/msi: Ensure deactivation on teardownBixuan Cui
2021-08-18genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner
2021-05-11genirq/matrix: Prevent allocation counter corruptionVitaly Kuznetsov
2021-03-24genirq: Disable interrupts for force threaded handlersThomas Gleixner
2021-02-10genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier
2020-12-30genirq/irqdomain: Don't try to free an interrupt that has no mappingMarc Zyngier
2020-12-11genirq/irqdomain: Add an irq_create_mapping_affinity() functionLaurent Vivier
2020-11-18genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHYMarc Zyngier
2020-09-03genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner
2020-08-21genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq()Guenter Roeck
2020-08-21genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner
2020-07-22genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner
2020-04-17genirq/debugfs: Add missing sanity checks to interrupt injectionThomas Gleixner
2020-04-17genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin
2020-04-01genirq: Fix reference leaks on irq affinity notifiersEdward Cree
2020-02-28genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner
2020-02-11x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner
2020-02-11irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao
2019-11-05irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentationYi Wang
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-09-17Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-09-17Merge branch 'pm-sleep'Rafael J. Wysocki
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-06Merge tag 'irqchip-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2019-09-05genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye
2019-09-03irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui
2019-08-28genirq/affinity: Remove const qualifier from node_to_cpumask argumentMing Lei
2019-08-27genirq/affinity: Spread vectors on node according to nr_cpu ratioMing Lei