summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
2024-08-19genirq/irqdesc: Honor caller provided affinity in alloc_desc()Shay Drory
2024-08-19genirq: Allow irq_chip registration functions to take a const irq_chipMarc Zyngier
2024-08-19genirq: Allow the PM device to originate from irq domainMarc Zyngier
2024-08-19task_work: s/task_work_cancel()/task_work_cancel_func()/Frederic Weisbecker
2024-06-16genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang
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-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-17irqdomain: Fix mapping-creation raceJohan Hovold
2023-03-17irqdomain: Refactor __irq_domain_alloc_irqs()Johan Hovold
2023-03-17irqdomain: Look for existing mapping only onceJohan Hovold
2023-03-17irq: Fix typos in commentsIngo Molnar
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-01-14genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song
2023-01-14genirq/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-21genirq: GENERIC_IRQ_IPI depends on SMPSamuel Holland
2022-08-21genirq: 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-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-25genirq: 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-11-30genirq/irqdomain: Add an irq_create_mapping_affinity() functionLaurent Vivier
2020-11-08Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-17task_work: cleanup notification modesJens Axboe
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap
2020-10-15genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHYMarc Zyngier
2020-10-12Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-10Merge branch 'irq/tegra-pmc' into irq/irqchip-nextMarc Zyngier
2020-10-10genirq/irqdomain: Allow partial trimming of irq_data hierarchyMarc Zyngier
2020-10-06Merge branch 'irq/qcom-pdc-wakeup' into irq/irqchip-nextMarc Zyngier
2020-10-06genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flagMaulik Shah
2020-09-17Merge remote-tracking branch 'origin/irq/gic-retrigger' into irq/irqchip-nextMarc Zyngier
2020-09-16irqdomain/msi: Allow to override msi_domain_alloc/free_irqs()Thomas Gleixner
2020-09-16irqdomain/msi: Provide DOMAIN_BUS_VMD_MSIThomas Gleixner
2020-09-16x86/msi: Use generic MSI domain opsThomas Gleixner
2020-09-16genirq/chip: Use the first chip in irq_chip_compose_msi_msg()Thomas Gleixner
2020-09-13genirq: Allow interrupts to be excluded from /proc/interruptsMarc Zyngier