summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song2023-01-141-2/+9
* genirq/irqdesc: Don't try to remove non-existing sysfs filesYang Yingliang2023-01-142-6/+11
* genirq: Take the proposed affinity at face value if force==trueLuiz Capitulino2022-12-021-2/+8
* genirq: Always limit the affinity to online CPUsLuiz Capitulino2022-12-021-8/+17
* genirq/msi: Shutdown managed interrupts with unsatifiable affinitiesLuiz Capitulino2022-12-021-0/+7
* genirq: GENERIC_IRQ_IPI depends on SMPSamuel Holland2022-08-211-0/+1
* genirq: Don't return error on missing optional irq_request_resources()Antonio Borneo2022-08-211-1/+2
* random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior2022-05-301-1/+1
* genirq: Synchronize interrupt thread startupThomas Pfaff2022-05-123-10/+33
* genirq/affinity: Consider that CPUs on nodes can be unbalancedRei Yamamoto2022-04-201-2/+3
* 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
|\ \