summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-02-23Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2019-02-21Merge branch 'ib-qcom-ssbi' into develLinus Walleij
2019-02-21irqdomain: Allow the default irq domain to be retrievedMarc Zyngier
2019-02-20Merge tag 'gpio-v5.1-updates-for-linus-part-2' of git://git.kernel.org/pub/sc...Linus Walleij
2019-02-19irq/irq_sim: add irq_set_type() callbackBartosz Golaszewski
2019-02-18genirq/affinity: Remove the leftovers of the original set supportThomas Gleixner
2019-02-18genirq/affinity: Add new callback for (re)calculating interrupt setsMing Lei
2019-02-18genirq/affinity: Store interrupt sets size in struct irq_affinityMing Lei
2019-02-18genirq/affinity: Code consolidationThomas Gleixner
2019-02-17Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij
2019-02-14Merge branch 'linus' into irq/coreThomas Gleixner
2019-02-14genirq: Fix wrong name in request_percpu_nmi() descriptionJulien Thierry
2019-02-13genirq: introduce irq_chip_mask_ack_parent()Linus Walleij
2019-02-13genirq: introduce irq_domain_translate_twocellBrian Masney
2019-02-10genirq: Avoid summation loops for /proc/statThomas Gleixner
2019-02-10genirq/affinity: Move allocation of 'node_to_cpumask' to irq_build_affinity_m...Ming Lei
2019-02-05irqdesc: Add domain handler for NMIsJulien Thierry
2019-02-05genirq: Provide NMI handlersJulien Thierry
2019-02-05genirq: Provide NMI management for percpu_devid interruptsJulien Thierry
2019-02-05genirq: Provide basic NMI management for interrupt linesJulien Thierry
2019-02-04genirq: export irq_chip_set_wake_parent symbolBrian Masney
2019-01-29genirq/debugfs: No need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-18genirq/irqdesc: Fix double increment in alloc_descs()Huacai Chen
2019-01-15genirq: Make sure the initial affinity is not emptySrinivas Ramana
2019-01-15genirq: Correctly annotate implicit fall throughMathieu Malaterre
2019-01-15genirq: Annotate implicit fall throughMathieu Malaterre
2018-12-19genirq/affinity: Add is_managed to struct irq_affinity_descDou Liyang
2018-12-19genirq/core: Introduce struct irq_affinity_descDou Liyang
2018-12-19genirq/affinity: Remove excess indentationThomas Gleixner
2018-12-18Merge tag 'irqchip-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2018-12-18genirq: Fix various typos in commentsIngo Molnar
2018-12-13irq/irq_sim: Store multiple interrupt offsets in a bitmapBartosz Golaszewski
2018-11-06genirq/matrix: Improve target CPU selection for managed interrupts.Long Li
2018-11-05genirq/affinity: Add support for allocating interrupt setsJens Axboe
2018-11-05genirq/affinity: Pass first vector to __irq_build_affinity_masks()Ming Lei
2018-11-05genirq/affinity: Move two stage affinity spreading into a helper functionMing Lei
2018-11-05genirq/affinity: Spread IRQs to all available NUMA nodesLong Li
2018-11-01irq/matrix: Fix memory overallocationMichael Kelley
2018-10-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-10-19genirq: Fix race on spurious interrupt detectionLukas Wunner
2018-10-09genirq: Fix grammar s/an /a /Geert Uytterhoeven
2018-10-01genirq/debugfs: Reinstate full OF path for domain nameMarc Zyngier
2018-10-01genirq/debugfs: Reset domain debugfs_file on removal of the debugfs fileMarc Zyngier
2018-09-18irq/matrix: Spread managed interrupts on allocationDou Liyang
2018-09-18irq/matrix: Split out the CPU selection code into a helperDou Liyang
2018-08-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-08-06Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2018-08-03genirq: Make force irq threading setup more robustThomas Gleixner
2018-08-03genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obseletePalmer Dabbelt