summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* genirq: Add optional hardware synchronization for shutdownThomas Gleixner2019-07-212-19/+60
* genirq: Fix misleading synchronize_irq() documentationThomas Gleixner2019-07-211-1/+2
* genirq: Delay deactivation in free_irq()Thomas Gleixner2019-07-215-4/+21
* genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi2019-05-101-1/+3
* genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang2019-04-171-0/+1
* genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd2019-04-171-0/+4
* genirq: Avoid summation loops for /proc/statThomas Gleixner2019-04-053-4/+23
* genirq: Make sure the initial affinity is not emptySrinivas Ramana2019-03-051-0/+3
* genirq/matrix: Improve target CPU selection for managed interrupts.Long Li2019-03-051-4/+30
* irq/matrix: Spread managed interrupts on allocationDou Liyang2019-03-051-3/+14
* irq/matrix: Split out the CPU selection code into a helperDou Liyang2019-03-051-27/+38
* genirq/affinity: Spread IRQs to all available NUMA nodesLong Li2019-02-121-3/+2Star
* genirq: Fix race on spurious interrupt detectionLukas Wunner2018-11-131-2/+6
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-134-36/+47
|\
| * Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2018-08-061-0/+1
| |\
| * | genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obseletePalmer Dabbelt2018-08-031-1/+0Star
| * | genirq: Remove redundant NULL pointer check in __free_irq()RAGHU Halharvi2018-07-171-3/+0Star
| * | genirq: Synchronize only with single thread on free_irq()Lukas Wunner2018-06-241-10/+23
| * | genirq: Update code comments wrt recycled thread_maskLukas Wunner2018-06-241-5/+4Star
| * | genirq: Speedup show_interrupts()Eric Dumazet2018-06-221-10/+12
| * | genirq: Fix editing error in a commentJonathan Neuschäfer2018-06-191-1/+1
| * | genirq: Use rcu in kstat_irqs_usr()Eric Dumazet2018-06-191-6/+7
* | | genirq: Make force irq threading setup more robustThomas Gleixner2018-08-031-1/+8
| |/ |/|
* | genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier2018-06-221-0/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-102-13/+55
|\
| * genirq/affinity: Defer affinity setting if irq chip is busyThomas Gleixner2018-06-061-2/+35
| * genirq/migration: Avoid out of line call if pending is not setThomas Gleixner2018-06-061-4/+1Star
| * genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner2018-06-061-7/+19
* | ide: don't enable/disable interrupts in force threaded-IRQ modeSebastian Andrzej Siewior2018-06-051-0/+1
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-052-15/+25
|\ \
| * | genirq/msi: Allow level-triggered MSIs to be exposed by MSI providersMarc Zyngier2018-05-131-9/+24
| * | genirq/irq_sim: Remove the license boilerplateBartosz Golaszewski2018-04-261-6/+1Star
| |/
* / proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-72/+10Star
|/
* genirq/affinity: Spread irq vectors among present CPUs as far as possibleMing Lei2018-04-061-6/+37
* genirq/affinity: Allow irq spreading from a given starting pointMing Lei2018-04-061-15/+20
* genirq/affinity: Move actual irq vector spreading into a helper functionMing Lei2018-04-061-42/+55
* genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumaskMing Lei2018-04-061-13/+13
* genirq/affinity: Don't return with empty affinity masks on errorThomas Gleixner2018-04-061-7/+8
* genirq: Make GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLERPalmer Dabbelt2018-04-041-0/+1
* genirq: Remove license boilerplate/referencesThomas Gleixner2018-03-202-13/+4Star
* genirq: Add missing SPDX identifiersThomas Gleixner2018-03-2015-0/+16
* genirq/matrix: Cleanup SPDX identifierThomas Gleixner2018-03-201-5/+3Star
* genirq: Cleanup top of file commentsThomas Gleixner2018-03-2012-32/+7Star
* genirq: Pass desc to __irq_free instead of irq numberUwe Kleine König2018-03-201-4/+4
* genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt2018-03-142-0/+20
* Merge branch 'linus' into irq/core to pick up dependencies.Thomas Gleixner2018-03-142-23/+18Star
|\
| * genirq/matrix: Handle CPU offlining properThomas Gleixner2018-02-221-9/+14
| * irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-02-161-14/+4Star
* | genirq/irq_sim: Return the base of the irq range from irq_sim_init()Bartosz Golaszewski2018-03-091-4/+6
* | genirq/irq_sim: Check the return value of irq_sim_init() for error codesBartosz Golaszewski2018-03-091-1/+1