summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * irqdomain: Make irq_domain_reset_irq_data() available to non-hierarchical usersBartosz Golaszewski2020-05-181-12/+12
* | genirq: Check irq_data_get_irq_chip() return value before useMarek Vasut2020-05-281-0/+4
|/
* genirq: Remove setup_irq() and remove_irq()afzal mohammed2020-04-141-44/+0
* Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-03-301-1/+1
|\
* \ Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-307-72/+136
|\ \
| * | genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin2020-03-081-5/+5
| * | genirq: Provide interrupt injection mechanismThomas Gleixner2020-03-085-37/+59
| * | genirq: Sanitize state handling in check_irq_resend()Thomas Gleixner2020-03-081-8/+14
| * | genirq: Add return value to check_irq_resend()Thomas Gleixner2020-03-083-37/+51
| * | genirq: Add protection against unsafe usage of generic_handle_irq()Thomas Gleixner2020-03-083-2/+17
| * | genirq/debugfs: Add missing sanity checks to interrupt injectionThomas Gleixner2020-03-081-2/+9