summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
2020-11-30genirq/irqdomain: Don't try to free an interrupt that has no mappingMarc Zyngier-2/+9
2020-11-30genirq/irqdomain: Add an irq_create_mapping_affinity() functionLaurent Vivier-5/+8
2020-11-16genirq: Fix kernel-doc markupsMauro Carvalho Chehab-2/+2
2020-11-15genirq/irqdomain: Make irq_domain_disassociate() staticThomas Gleixner-1/+1
2020-11-14genirq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQThomas Gleixner-56/+0
2020-11-08Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2020-11-07irqdomain: Introduce irq_domain_create_legacy() APIAndy Shevchenko-3/+14
2020-11-07irqdomain: Replace open coded of_node_to_fwnode()Andy Shevchenko-1/+1
2020-10-28genirq/irqdomain: Implement get_name() method on irqchip fwnodesDavid Woodhouse-1/+10
2020-10-17task_work: cleanup notification modesJens Axboe-1/+1
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap-1/+1
2020-10-15genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHYMarc Zyngier-0/+1
2020-10-12Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-34/+67
2020-10-10Merge branch 'irq/tegra-pmc' into irq/irqchip-nextMarc Zyngier-4/+95
2020-10-10genirq/irqdomain: Allow partial trimming of irq_data hierarchyMarc Zyngier-4/+95
2020-10-06Merge branch 'irq/qcom-pdc-wakeup' into irq/irqchip-nextMarc Zyngier-4/+33
2020-10-06genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flagMaulik Shah-4/+33
2020-09-17Merge remote-tracking branch 'origin/irq/gic-retrigger' into irq/irqchip-nextMarc Zyngier-2/+13
2020-09-16irqdomain/msi: Allow to override msi_domain_alloc/free_irqs()Thomas Gleixner-22/+48
2020-09-16irqdomain/msi: Provide DOMAIN_BUS_VMD_MSIThomas Gleixner-1/+6
2020-09-16x86/msi: Use generic MSI domain opsThomas Gleixner-6/+0
2020-09-16genirq/chip: Use the first chip in irq_chip_compose_msi_msg()Thomas Gleixner-5/+13
2020-09-13genirq: Allow interrupts to be excluded from /proc/interruptsMarc Zyngier-1/+9
2020-09-13genirq: Add fasteoi IPI flowMarc Zyngier-0/+27
2020-09-06genirq: Walk the irq_data hierarchy when resending an interruptMarc Zyngier-2/+13
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+7
2020-08-30genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner-0/+7
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+3
2020-08-13genirq: Unlock irq descriptor after errorsGuenter Roeck-2/+5
2020-08-12genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq()Guenter Roeck-2/+6
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+1
2020-08-04Merge tag 'irq-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-19/+4
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2020-08-03Merge tag 'irqchip-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner-2/+4
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook-1/+1
2020-07-27genirq/debugfs: Add missing irqchip flagsMarc Zyngier-0/+5
2020-07-27genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner-1/+5
2020-07-27genirq: Export irq_chip_retrigger_hierarchy and irq_chip_set_vcpu_affinity_pa...John Stultz-1/+2
2020-07-27irqdomain: Export irq_domain_update_bus_tokenJohn Stultz-0/+1
2020-07-27genirq/irqdomain: Remove redundant NULL pointer check on fwnodeZenghui Yu-1/+1
2020-07-17genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner-2/+35
2020-07-04genirq: Remove preflow handler supportValentin Schneider-17/+0
2020-06-15sched,irq: Convert to sched_set_fifo()Peter Zijlstra-5/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2020-05-30Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner-136/+185
2020-05-28genirq: Check irq_data_get_irq_chip() return value before useMarek Vasut-0/+4
2020-05-21irqdomain: Allow software nodes for IRQ domain creationAndy Shevchenko-1/+2
2020-05-21irqdomain: Get rid of special treatment for ACPI in __irq_domain_add()Andy Shevchenko-16/+1
2020-05-21irqdomain: Make __irq_domain_add() less OF-dependentAndy Shevchenko-7/+6
2020-05-18genirq/irq_sim: Simplify the APIBartosz Golaszewski-102/+166