aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
2021-02-21Merge tag 'irq-core-2021-02-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-01-30genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier
2021-01-28genirq: Use new tasklet API for resend_taskletEmil Renner Berthing
2021-01-13genirq: Export irq_check_status_bit()Thomas Gleixner
2021-01-12Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner
2020-12-25genirq: Fix export of irq_to_desc() for powerpc KVMMichael Ellerman
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-18genirq/msi: Initialize msi_alloc_info before calling msi_domain_prepare_irqs()Zenghui Yu
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-12-15genirq: Restrict export of irq_to_desc()Thomas Gleixner
2020-12-15genirq: Provide kstat_irqdesc_cpu()Thomas Gleixner
2020-12-15genirq: Make kstat_irqs() staticThomas Gleixner
2020-12-15genirq: Annotate irq stats data racesThomas Gleixner
2020-12-15genirq: Move irq_set_lockdep_class() to coreThomas Gleixner
2020-12-15genirq: Move status flag checks to coreThomas Gleixner
2020-12-15genirq: Move irq_has_action() into core codeThomas Gleixner
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2020-12-14Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-11genirq/affinity: Add irq_update_affinity_desc()John Garry
2020-12-11Revert "genirq: Add fasteoi IPI flow"Valentin Schneider
2020-12-09driver core: Add fwnode_init()Saravana Kannan
2020-11-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-16genirq: Fix kernel-doc markupsMauro Carvalho Chehab
2020-11-15genirq/irqdomain: Make irq_domain_disassociate() staticThomas Gleixner
2020-11-14genirq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQThomas Gleixner
2020-11-08Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-07irqdomain: Introduce irq_domain_create_legacy() APIAndy Shevchenko
2020-11-07irqdomain: Replace open coded of_node_to_fwnode()Andy Shevchenko
2020-10-28genirq/irqdomain: Implement get_name() method on irqchip fwnodesDavid Woodhouse
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