summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)Author
2018-08-03genirq: Make force irq threading setup more robustThomas Gleixner
2018-06-22genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-06genirq/affinity: Defer affinity setting if irq chip is busyThomas Gleixner
2018-06-06genirq/migration: Avoid out of line call if pending is not setThomas Gleixner
2018-06-06genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner
2018-06-05ide: don't enable/disable interrupts in force threaded-IRQ modeSebastian Andrzej Siewior
2018-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-13genirq/msi: Allow level-triggered MSIs to be exposed by MSI providersMarc Zyngier
2018-04-26genirq/irq_sim: Remove the license boilerplateBartosz Golaszewski
2018-04-06genirq/affinity: Spread irq vectors among present CPUs as far as possibleMing Lei
2018-04-06genirq/affinity: Allow irq spreading from a given starting pointMing Lei
2018-04-06genirq/affinity: Move actual irq vector spreading into a helper functionMing Lei
2018-04-06genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumaskMing Lei
2018-04-06genirq/affinity: Don't return with empty affinity masks on errorThomas Gleixner
2018-04-04genirq: Make GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLERPalmer Dabbelt
2018-03-20genirq: Remove license boilerplate/referencesThomas Gleixner
2018-03-20genirq: Add missing SPDX identifiersThomas Gleixner
2018-03-20genirq/matrix: Cleanup SPDX identifierThomas Gleixner
2018-03-20genirq: Cleanup top of file commentsThomas Gleixner
2018-03-20genirq: Pass desc to __irq_free instead of irq numberUwe Kleine König
2018-03-14genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt
2018-03-14Merge branch 'linus' into irq/core to pick up dependencies.Thomas Gleixner
2018-03-09genirq/irq_sim: Return the base of the irq range from irq_sim_init()Bartosz Golaszewski
2018-03-09genirq/irq_sim: Check the return value of irq_sim_init() for error codesBartosz Golaszewski
2018-03-09genirq/irq_sim: Explicitly include slab.hBartosz Golaszewski
2018-02-28genirq: Add wakeup sysfs node to show IRQ wakeup stateAndy Shevchenko
2018-02-22genirq/matrix: Handle CPU offlining properThomas Gleixner
2018-02-16genirq: Let irq thread follow the effective hard irq affinityThomas Gleixner
2018-02-16irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko
2018-02-06genirq: remove unneeded kallsyms includeSergey Senozhatsky
2018-02-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2018-02-01genirq: Make legacy autoprobing work againThomas Gleixner
2018-01-29Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-24irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUGMarc Zyngier
2018-01-18irq/matrix: Spread interrupts on allocationThomas Gleixner
2018-01-12genirq/affinity: assign vectors to all possible CPUsChristoph Hellwig
2018-01-05irq debug: do not use print_symbol()Sergey Senozhatsky
2017-12-29genirq/msi, x86/vector: Prevent reservation mode for non maskable MSIThomas Gleixner
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner
2017-12-29genirq: Introduce IRQD_CAN_RESERVE flagThomas Gleixner
2017-12-29genirq/msi: Handle reactivation only on successThomas Gleixner
2017-12-28genirq: Guard handle_bad_irq log messagesGuenter Roeck
2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn
2017-12-04genirq/matrix: Fix the precedence fix for realThomas Gleixner
2017-11-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-23genirq/matrix: Make - vs ?: Precedence explicitKees Cook