summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)AuthorFilesLines
2025-10-02genirq: Provide new interfaces for affinity hintsThomas Gleixner1-4/+4
2025-10-02genirq: Export affinity setter for modulesThomas Gleixner1-1/+32
2025-10-02genirq/affinity: Add irq_update_affinity_desc()John Garry1-0/+70
2024-08-19genirq/irqdesc: Honor caller provided affinity in alloc_desc()Shay Drory1-0/+1
2024-08-19genirq: Allow irq_chip registration functions to take a const irq_chipMarc Zyngier1-6/+3
2024-08-19genirq: Allow the PM device to originate from irq domainMarc Zyngier1-5/+18
2024-06-16genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang1-8/+8
2023-11-28genirq/generic_chip: Make irq_remove_generic_chip() irqdomain awareHerve Codina1-6/+19
2023-11-20genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()Chen Yu1-3/+3
2023-05-17genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song1-2/+9
2023-04-20irqdomain: Fix mapping-creation raceJohan Hovold1-18/+46
2023-04-20irqdomain: Refactor __irq_domain_alloc_irqs()Johan Hovold1-32/+42
2023-04-20irqdomain: Look for existing mapping only onceJohan Hovold1-28/+34
2023-04-20treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2023-04-20Revert "treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()"Tom Saeger1-1/+1
2023-03-17irqdomain: Fix domain registration raceMarc Zyngier1-19/+43
2023-03-17irqdomain: Change the type of 'size' in __irq_domain_add() to be consistentBixuan Cui1-1/+1
2023-03-11irqdomain: Drop bogus fwspec-mapping error handlingJohan Hovold1-6/+1
2023-03-11irqdomain: Fix disassociation raceJohan Hovold1-0/+5
2023-03-11irqdomain: Fix association raceJohan Hovold1-5/+14
2023-03-11treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2023-01-18genirq/irqdesc: Don't try to remove non-existing sysfs filesYang Yingliang2-6/+11
2022-08-25genirq: Don't return error on missing optional irq_request_resources()Antonio Borneo1-1/+2
2022-06-22random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior1-1/+1
2022-05-12genirq: Synchronize interrupt thread startupThomas Pfaff3-10/+33
2022-04-20genirq/affinity: Consider that CPUs on nodes can be unbalancedRei Yamamoto1-2/+3
2021-09-15genirq/timings: Fix error return code in irq_timings_test_irqs()Zhen Lei1-0/+2
2021-08-18genirq/timings: Prevent potential array overflow in __irq_timings_store()Ben Dai1-0/+5
2021-08-18genirq/msi: Ensure deactivation on teardownBixuan Cui1-5/+8
2021-08-18genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner1-1/+4
2021-05-11genirq/matrix: Prevent allocation counter corruptionVitaly Kuznetsov1-1/+3
2021-03-24genirq: Disable interrupts for force threaded handlersThomas Gleixner1-0/+4
2021-02-10genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier1-24/+20
2020-12-30genirq/irqdomain: Don't try to free an interrupt that has no mappingMarc Zyngier1-2/+9
2020-12-11genirq/irqdomain: Add an irq_create_mapping_affinity() functionLaurent Vivier1-5/+8
2020-11-18genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHYMarc Zyngier1-0/+1
2020-09-03genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner1-0/+7
2020-08-21genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq()Guenter Roeck1-2/+6
2020-08-21genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner1-1/+5
2020-07-22genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner1-2/+35
2020-04-17genirq/debugfs: Add missing sanity checks to interrupt injectionThomas Gleixner1-2/+9
2020-04-17genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin1-5/+5
2020-04-01genirq: Fix reference leaks on irq affinity notifiersEdward Cree1-2/+9
2020-02-28genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner3-18/+24
2020-02-11x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2-1/+5
2020-02-11irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao1-0/+1
2019-11-05irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentationYi Wang1-1/+1
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+20
2019-09-17Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-35/+208
2019-09-17Merge branch 'pm-sleep'Rafael J. Wysocki1-0/+20