summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)AuthorFilesLines
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-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
2022-06-25random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior1-1/+1
2022-05-12genirq: Synchronize interrupt thread startupThomas Pfaff3-10/+33
2021-08-26genirq/msi: Ensure deactivation on teardownBixuan Cui1-5/+8
2021-08-26genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner1-1/+4
2021-05-22genirq/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-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/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/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin1-5/+5
2020-04-02genirq: 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
2020-01-27irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui1-0/+1
2020-01-27genirq/debugfs: Reinstate full OF path for domain nameMarc Zyngier1-1/+1
2019-12-01irq/matrix: Fix memory overallocationMichael Kelley1-1/+1
2019-09-19genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye1-0/+2
2019-08-29genirq: Properly pair kobject_del() with kobject_add()Michael Kelley1-1/+14
2019-07-21genirq: Add optional hardware synchronization for shutdownThomas Gleixner2-19/+60
2019-07-21genirq: Fix misleading synchronize_irq() documentationThomas Gleixner1-1/+2
2019-07-21genirq: Delay deactivation in free_irq()Thomas Gleixner5-4/+21
2019-05-10genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi1-1/+3
2019-04-17genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang1-0/+1
2019-04-17genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd1-0/+4
2019-04-05genirq: Avoid summation loops for /proc/statThomas Gleixner3-4/+23
2019-03-05genirq: Make sure the initial affinity is not emptySrinivas Ramana1-0/+3
2019-03-05genirq/matrix: Improve target CPU selection for managed interrupts.Long Li1-4/+30
2019-03-05irq/matrix: Spread managed interrupts on allocationDou Liyang1-3/+14
2019-03-05irq/matrix: Split out the CPU selection code into a helperDou Liyang1-27/+38
2019-02-12genirq/affinity: Spread IRQs to all available NUMA nodesLong Li1-3/+2
2018-11-13genirq: Fix race on spurious interrupt detectionLukas Wunner1-2/+6
2018-08-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-36/+47
2018-08-06Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner1-0/+1
2018-08-03genirq: Make force irq threading setup more robustThomas Gleixner1-1/+8
2018-08-03genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obseletePalmer Dabbelt1-1/+0
2018-07-17genirq: Remove redundant NULL pointer check in __free_irq()RAGHU Halharvi1-3/+0
2018-06-24genirq: Synchronize only with single thread on free_irq()Lukas Wunner1-10/+23
2018-06-24genirq: Update code comments wrt recycled thread_maskLukas Wunner1-5/+4
2018-06-22genirq: Speedup show_interrupts()Eric Dumazet1-10/+12
2018-06-22genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier1-0/+1