summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
...
| * | | genirq: Provide NMI management for percpu_devid interruptsJulien Thierry2019-02-051-0/+177
| * | | genirq: Provide basic NMI management for interrupt linesJulien Thierry2019-02-053-3/+233
| |/ /
* | | genirq/affinity: Remove the leftovers of the original set supportThomas Gleixner2019-02-181-16/+4Star
* | | genirq/affinity: Add new callback for (re)calculating interrupt setsMing Lei2019-02-181-18/+44
* | | genirq/affinity: Store interrupt sets size in struct irq_affinityMing Lei2019-02-181-4/+12
* | | genirq/affinity: Code consolidationThomas Gleixner2019-02-181-29/+27Star
* | | Merge branch 'linus' into irq/coreThomas Gleixner2019-02-142-1/+4
|\ \ \ | | |/ | |/|
| * | genirq/irqdesc: Fix double increment in alloc_descs()Huacai Chen2019-01-181-1/+1
| * | genirq: Make sure the initial affinity is not emptySrinivas Ramana2019-01-151-0/+3
| |/
* | genirq: Avoid summation loops for /proc/statThomas Gleixner2019-02-103-4/+23
* | genirq/affinity: Move allocation of 'node_to_cpumask' to irq_build_affinity_m...Ming Lei2019-02-101-14/+13Star
* | genirq/debugfs: No need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-292-4/+0Star
* | genirq: Correctly annotate implicit fall throughMathieu Malaterre2019-01-151-1/+1
* | genirq: Annotate implicit fall throughMathieu Malaterre2019-01-151-0/+1
|/
* genirq/affinity: Add is_managed to struct irq_affinity_descDou Liyang2018-12-192-5/+12
* genirq/core: Introduce struct irq_affinity_descDou Liyang2018-12-195-26/+29
* genirq/affinity: Remove excess indentationThomas Gleixner2018-12-191-11/+11
* Merge tag 'irqchip-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2018-12-181-2/+21
|\
| * irq/irq_sim: Store multiple interrupt offsets in a bitmapBartosz Golaszewski2018-12-131-2/+21
* | genirq: Fix various typos in commentsIngo Molnar2018-12-184-7/+7
* | genirq/matrix: Improve target CPU selection for managed interrupts.Long Li2018-11-061-4/+30
* | genirq/affinity: Add support for allocating interrupt setsJens Axboe2018-11-051-23/+54
* | genirq/affinity: Pass first vector to __irq_build_affinity_masks()Ming Lei2018-11-051-9/+11
* | genirq/affinity: Move two stage affinity spreading into a helper functionMing Lei2018-11-051-36/+56
* | genirq/affinity: Spread IRQs to all available NUMA nodesLong Li2018-11-051-3/+2Star
|/
* irq/matrix: Fix memory overallocationMichael Kelley2018-11-011-1/+1
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-252-4/+9
|\
| * genirq: Fix race on spurious interrupt detectionLukas Wunner2018-10-191-2/+6
| * genirq: Fix grammar s/an /a /Geert Uytterhoeven2018-10-091-1/+1
| * genirq/debugfs: Reinstate full OF path for domain nameMarc Zyngier2018-10-011-1/+1
| * genirq/debugfs: Reset domain debugfs_file on removal of the debugfs fileMarc Zyngier2018-10-011-0/+1
* | irq/matrix: Spread managed interrupts on allocationDou Liyang2018-09-181-3/+14
* | irq/matrix: Split out the CPU selection code into a helperDou Liyang2018-09-181-27/+38
|/
* 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
|\ \