summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* genirq/timings: Fix error return code in irq_timings_test_irqs()Zhen Lei2021-09-151-0/+2
* genirq/timings: Prevent potential array overflow in __irq_timings_store()Ben Dai2021-08-181-0/+5
* genirq/msi: Ensure deactivation on teardownBixuan Cui2021-08-181-5/+8
* genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner2021-08-181-1/+4
* genirq/matrix: Prevent allocation counter corruptionVitaly Kuznetsov2021-05-111-1/+3
* genirq: Disable interrupts for force threaded handlersThomas Gleixner2021-03-251-0/+4
* genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier2021-02-101-24/+20
* genirq/irqdomain: Don't try to free an interrupt that has no mappingMarc Zyngier2020-12-301-2/+9
* genirq/irqdomain: Add an irq_create_mapping_affinity() functionLaurent Vivier2020-11-301-5/+8
* Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-081-0/+1
|\
| * genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHYMarc Zyngier2020-10-151-0/+1
* | task_work: cleanup notification modesJens Axboe2020-10-171-1/+1
* | kernel/: fix repeated words in commentsRandy Dunlap2020-10-161-1/+1
* | Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-123-34/+67
|\ \ | |/ |/|
| * irqdomain/msi: Allow to override msi_domain_alloc/free_irqs()Thomas Gleixner2020-09-161-22/+48
| * irqdomain/msi: Provide DOMAIN_BUS_VMD_MSIThomas Gleixner2020-09-161-1/+6
| * x86/msi: Use generic MSI domain opsThomas Gleixner2020-09-161-6/+0
| * genirq/chip: Use the first chip in irq_chip_compose_msi_msg()Thomas Gleixner2020-09-162-5/+13
* | Merge branch 'irq/tegra-pmc' into irq/irqchip-nextMarc Zyngier2020-10-101-4/+95
|\ \
| * | genirq/irqdomain: Allow partial trimming of irq_data hierarchyMarc Zyngier2020-10-101-4/+95
| |/
* | Merge branch 'irq/qcom-pdc-wakeup' into irq/irqchip-nextMarc Zyngier2020-10-062-4/+33
|\ \
| * | genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flagMaulik Shah2020-10-062-4/+33
| |/
* | Merge remote-tracking branch 'origin/irq/gic-retrigger' into irq/irqchip-nextMarc Zyngier2020-09-171-2/+13
|\ \
| * | genirq: Walk the irq_data hierarchy when resending an interruptMarc Zyngier2020-09-061-2/+13
* | | genirq: Allow interrupts to be excluded from /proc/interruptsMarc Zyngier2020-09-133-1/+9
* | | genirq: Add fasteoi IPI flowMarc Zyngier2020-09-131-0/+27
| |/ |/|
* | Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-301-0/+7
|\ \
| * | genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner2020-08-301-0/+7
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
|/
* genirq: Unlock irq descriptor after errorsGuenter Roeck2020-08-131-2/+5
* genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq()Guenter Roeck2020-08-121-2/+6
* Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-5/+1
|\
| * sched,irq: Convert to sched_set_fifo()Peter Zijlstra2020-06-151-5/+1
* | Merge tag 'irq-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-043-19/+4
|\ \
| * \ Merge tag 'irqchip-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2020-08-032-2/+4
| |\ \
| | * | genirq: Export irq_chip_retrigger_hierarchy and irq_chip_set_vcpu_affinity_pa...John Stultz2020-07-271-1/+2
| | * | irqdomain: Export irq_domain_update_bus_tokenJohn Stultz2020-07-271-0/+1
| | * | genirq/irqdomain: Remove redundant NULL pointer check on fwnodeZenghui Yu2020-07-271-1/+1
| | |/
| * / genirq: Remove preflow handler supportValentin Schneider2020-07-042-17/+0
| |/
* | Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-041-1/+1
|\ \
| * | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
| |/
* | genirq/debugfs: Add missing irqchip flagsMarc Zyngier2020-07-271-0/+5
* | genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner2020-07-271-1/+5
* | genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner2020-07-171-2/+35
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2020-05-303-136/+185
|\
| * irqdomain: Allow software nodes for IRQ domain creationAndy Shevchenko2020-05-211-1/+2
| * irqdomain: Get rid of special treatment for ACPI in __irq_domain_add()Andy Shevchenko2020-05-211-16/+1
| * irqdomain: Make __irq_domain_add() less OF-dependentAndy Shevchenko2020-05-211-7/+6
| * genirq/irq_sim: Simplify the APIBartosz Golaszewski2020-05-182-102/+166