summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
2019-01-18genirq/irqdesc: Fix double increment in alloc_descs()Huacai Chen-1/+1
2019-01-15genirq: Make sure the initial affinity is not emptySrinivas Ramana-0/+3
2018-12-19genirq/affinity: Add is_managed to struct irq_affinity_descDou Liyang-5/+12
2018-12-19genirq/core: Introduce struct irq_affinity_descDou Liyang-26/+29
2018-12-19genirq/affinity: Remove excess indentationThomas Gleixner-11/+11
2018-12-18Merge tag 'irqchip-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-2/+21
2018-12-18genirq: Fix various typos in commentsIngo Molnar-7/+7
2018-12-13irq/irq_sim: Store multiple interrupt offsets in a bitmapBartosz Golaszewski-2/+21
2018-11-06genirq/matrix: Improve target CPU selection for managed interrupts.Long Li-4/+30
2018-11-05genirq/affinity: Add support for allocating interrupt setsJens Axboe-23/+54
2018-11-05genirq/affinity: Pass first vector to __irq_build_affinity_masks()Ming Lei-9/+11
2018-11-05genirq/affinity: Move two stage affinity spreading into a helper functionMing Lei-36/+56
2018-11-05genirq/affinity: Spread IRQs to all available NUMA nodesLong Li-3/+2
2018-11-01irq/matrix: Fix memory overallocationMichael Kelley-1/+1
2018-10-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+9
2018-10-19genirq: Fix race on spurious interrupt detectionLukas Wunner-2/+6
2018-10-09genirq: Fix grammar s/an /a /Geert Uytterhoeven-1/+1
2018-10-01genirq/debugfs: Reinstate full OF path for domain nameMarc Zyngier-1/+1
2018-10-01genirq/debugfs: Reset domain debugfs_file on removal of the debugfs fileMarc Zyngier-0/+1
2018-09-18irq/matrix: Spread managed interrupts on allocationDou Liyang-3/+14
2018-09-18irq/matrix: Split out the CPU selection code into a helperDou Liyang-27/+38
2018-08-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-36/+47
2018-08-06Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-0/+1
2018-08-03genirq: Make force irq threading setup more robustThomas Gleixner-1/+8
2018-08-03genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obseletePalmer Dabbelt-1/+0
2018-07-17genirq: Remove redundant NULL pointer check in __free_irq()RAGHU Halharvi-3/+0
2018-06-24genirq: Synchronize only with single thread on free_irq()Lukas Wunner-10/+23
2018-06-24genirq: Update code comments wrt recycled thread_maskLukas Wunner-5/+4
2018-06-22genirq: Speedup show_interrupts()Eric Dumazet-10/+12
2018-06-22genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier-0/+1
2018-06-19genirq: Fix editing error in a commentJonathan Neuschäfer-1/+1
2018-06-19genirq: Use rcu in kstat_irqs_usr()Eric Dumazet-6/+7
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-13/+55
2018-06-06genirq/affinity: Defer affinity setting if irq chip is busyThomas Gleixner-2/+35
2018-06-06genirq/migration: Avoid out of line call if pending is not setThomas Gleixner-4/+1
2018-06-06genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner-7/+19
2018-06-05ide: don't enable/disable interrupts in force threaded-IRQ modeSebastian Andrzej Siewior-0/+1
2018-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-15/+25
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-72/+10
2018-05-13genirq/msi: Allow level-triggered MSIs to be exposed by MSI providersMarc Zyngier-9/+24
2018-04-26genirq/irq_sim: Remove the license boilerplateBartosz Golaszewski-6/+1
2018-04-06genirq/affinity: Spread irq vectors among present CPUs as far as possibleMing Lei-6/+37
2018-04-06genirq/affinity: Allow irq spreading from a given starting pointMing Lei-15/+20
2018-04-06genirq/affinity: Move actual irq vector spreading into a helper functionMing Lei-42/+55
2018-04-06genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumaskMing Lei-13/+13
2018-04-06genirq/affinity: Don't return with empty affinity masks on errorThomas Gleixner-7/+8
2018-04-04genirq: Make GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLERPalmer Dabbelt-0/+1
2018-03-20genirq: Remove license boilerplate/referencesThomas Gleixner-13/+4
2018-03-20genirq: Add missing SPDX identifiersThomas Gleixner-0/+16
2018-03-20genirq/matrix: Cleanup SPDX identifierThomas Gleixner-5/+3