aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-01irq/matrix: Fix memory overallocationMichael Kelley1-1/+1
2018-10-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+9
2018-10-19genirq: Fix race on spurious interrupt detectionLukas Wunner1-2/+6
2018-10-09genirq: Fix grammar s/an /a /Geert Uytterhoeven1-1/+1
2018-10-01genirq/debugfs: Reinstate full OF path for domain nameMarc Zyngier1-1/+1
2018-10-01genirq/debugfs: Reset domain debugfs_file on removal of the debugfs fileMarc Zyngier1-0/+1
2018-09-18irq/matrix: Spread managed interrupts on allocationDou Liyang1-3/+14
2018-09-18irq/matrix: Split out the CPU selection code into a helperDou Liyang1-27/+38
2018-08-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-36/+47
2018-08-06Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner1-0/+1
2018-08-03genirq: Make force irq threading setup more robustThomas Gleixner1-1/+8
2018-08-03genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obseletePalmer Dabbelt1-1/+0
2018-07-17genirq: Remove redundant NULL pointer check in __free_irq()RAGHU Halharvi1-3/+0
2018-06-24genirq: Synchronize only with single thread on free_irq()Lukas Wunner1-10/+23
2018-06-24genirq: Update code comments wrt recycled thread_maskLukas Wunner1-5/+4
2018-06-22genirq: Speedup show_interrupts()Eric Dumazet1-10/+12
2018-06-22genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier1-0/+1
2018-06-19genirq: Fix editing error in a commentJonathan Neuschäfer1-1/+1
2018-06-19genirq: Use rcu in kstat_irqs_usr()Eric Dumazet1-6/+7
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-13/+55
2018-06-06genirq/affinity: Defer affinity setting if irq chip is busyThomas Gleixner1-2/+35
2018-06-06genirq/migration: Avoid out of line call if pending is not setThomas Gleixner1-4/+1
2018-06-06genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner1-7/+19
2018-06-05ide: don't enable/disable interrupts in force threaded-IRQ modeSebastian Andrzej Siewior1-0/+1
2018-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-15/+25
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-72/+10
2018-05-13genirq/msi: Allow level-triggered MSIs to be exposed by MSI providersMarc Zyngier1-9/+24
2018-04-26genirq/irq_sim: Remove the license boilerplateBartosz Golaszewski1-6/+1
2018-04-06genirq/affinity: Spread irq vectors among present CPUs as far as possibleMing Lei1-6/+37
2018-04-06genirq/affinity: Allow irq spreading from a given starting pointMing Lei1-15/+20
2018-04-06genirq/affinity: Move actual irq vector spreading into a helper functionMing Lei1-42/+55
2018-04-06genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumaskMing Lei1-13/+13
2018-04-06genirq/affinity: Don't return with empty affinity masks on errorThomas Gleixner1-7/+8
2018-04-04genirq: Make GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLERPalmer Dabbelt1-0/+1
2018-03-20genirq: Remove license boilerplate/referencesThomas Gleixner2-13/+4
2018-03-20genirq: Add missing SPDX identifiersThomas Gleixner15-0/+16
2018-03-20genirq/matrix: Cleanup SPDX identifierThomas Gleixner1-5/+3
2018-03-20genirq: Cleanup top of file commentsThomas Gleixner12-32/+7
2018-03-20genirq: Pass desc to __irq_free instead of irq numberUwe Kleine König1-4/+4
2018-03-14genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt2-0/+20
2018-03-14Merge branch 'linus' into irq/core to pick up dependencies.Thomas Gleixner2-23/+18
2018-03-09genirq/irq_sim: Return the base of the irq range from irq_sim_init()Bartosz Golaszewski1-4/+6
2018-03-09genirq/irq_sim: Check the return value of irq_sim_init() for error codesBartosz Golaszewski1-1/+1
2018-03-09genirq/irq_sim: Explicitly include slab.hBartosz Golaszewski1-0/+1
2018-02-28genirq: Add wakeup sysfs node to show IRQ wakeup stateAndy Shevchenko1-0/+17
2018-02-22genirq/matrix: Handle CPU offlining properThomas Gleixner1-9/+14
2018-02-16genirq: Let irq thread follow the effective hard irq affinityThomas Gleixner1-3/+7
2018-02-16irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-14/+4
2018-02-06genirq: remove unneeded kallsyms includeSergey Senozhatsky1-1/+0
2018-02-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+5