summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
2023-02-16Merge tag 'v5.10.165' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Vignesh Raghavendra
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-09Merge tag 'v5.10.158' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Vignesh Raghavendra
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-09-07Merge tag 'v5.10.140' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Vignesh Raghavendra
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-06-12Merge tag 'v5.10.120' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Vignesh Raghavendra
2022-06-04Merge tag 'v5.10.115' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Vignesh Raghavendra
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-30Merge tag 'v5.10.65' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Vignesh Raghavendra
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-06-09Merge tag 'v5.10.41' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Minas Hambardzumyan
2021-05-11genirq/matrix: Prevent allocation counter corruptionVitaly Kuznetsov
2021-04-28Merge tag 'v5.10.30' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Aparna Balasubramanian
2021-03-31irqdomain: Export of_phandle_args_to_fwspec()Kishon Vijay Abraham I
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
2020-09-13genirq: Add fasteoi IPI flowMarc Zyngier
2020-09-06genirq: Walk the irq_data hierarchy when resending an interruptMarc Zyngier
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-30genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-13genirq: Unlock irq descriptor after errorsGuenter Roeck
2020-08-12genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq()Guenter Roeck