summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+31
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+2
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-5/+5
2019-05-06Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-162/+367
2019-05-06Merge tag 'irqchip-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner-1/+36
2019-05-03genirq/msi: Add a new field in msi_desc to store an IOMMU cookieJulien Grall-0/+3
2019-05-01genirq: Introduce irq_chip_{request,release}_resource_parent() apisLokesh Vutla-0/+27
2019-04-29irq/irqdomain: Fix typo in the comment on top of __irq_domain_alloc_irqs()Julien Grall-1/+1
2019-04-25irqdesc: Replace irq_kobj_type's default_attrs field with groupsKimberly Brown-1/+2
2019-04-16genirq/devres: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva-2/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus-5/+5
2019-04-05genirq/timings: Add array suffix computation codeDaniel Lezcano-5/+457
2019-04-05genirq/timings: Remove variance computation codeDaniel Lezcano-250/+2
2019-04-05genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd-0/+4
2019-04-05genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang-0/+1
2019-03-24genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi-1/+3
2019-03-23genirq: Mark expected switch case fall-throughGustavo A. R. Silva-0/+1
2019-03-22genirq/devres: Remove excess parameter from kernel docValdis Kletnieks-2/+0
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-11/+58
2019-02-23Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner-3/+513
2019-02-21Merge branch 'ib-qcom-ssbi' into develLinus Walleij-11/+45
2019-02-21irqdomain: Allow the default irq domain to be retrievedMarc Zyngier-0/+14
2019-02-20Merge tag 'gpio-v5.1-updates-for-linus-part-2' of git://git.kernel.org/pub/sc...Linus Walleij-0/+12
2019-02-19irq/irq_sim: add irq_set_type() callbackBartosz Golaszewski-0/+12
2019-02-18genirq/affinity: Remove the leftovers of the original set supportThomas Gleixner-16/+4
2019-02-18genirq/affinity: Add new callback for (re)calculating interrupt setsMing Lei-18/+44
2019-02-18genirq/affinity: Store interrupt sets size in struct irq_affinityMing Lei-4/+12
2019-02-18genirq/affinity: Code consolidationThomas Gleixner-29/+27
2019-02-17Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij-1/+4
2019-02-14Merge branch 'linus' into irq/coreThomas Gleixner-1/+4
2019-02-14genirq: Fix wrong name in request_percpu_nmi() descriptionJulien Thierry-2/+2
2019-02-13genirq: introduce irq_chip_mask_ack_parent()Linus Walleij-0/+11
2019-02-13genirq: introduce irq_domain_translate_twocellBrian Masney-11/+34
2019-02-10genirq: Avoid summation loops for /proc/statThomas Gleixner-4/+23
2019-02-10genirq/affinity: Move allocation of 'node_to_cpumask' to irq_build_affinity_m...Ming Lei-14/+13
2019-02-05irqdesc: Add domain handler for NMIsJulien Thierry-0/+35
2019-02-05genirq: Provide NMI handlersJulien Thierry-0/+54
2019-02-05genirq: Provide NMI management for percpu_devid interruptsJulien Thierry-0/+177
2019-02-05genirq: Provide basic NMI management for interrupt linesJulien Thierry-3/+233
2019-02-04genirq: export irq_chip_set_wake_parent symbolBrian Masney-0/+1
2019-01-29genirq/debugfs: No need to check return value of debugfs_create functionsGreg Kroah-Hartman-4/+0
2019-01-18genirq/irqdesc: Fix double increment in alloc_descs()Huacai Chen-1/+1
2019-01-15genirq: Make sure the initial affinity is not emptySrinivas Ramana-0/+3
2019-01-15genirq: Correctly annotate implicit fall throughMathieu Malaterre-1/+1
2019-01-15genirq: Annotate implicit fall throughMathieu Malaterre-0/+1
2018-12-19genirq/affinity: Add is_managed to struct irq_affinity_descDou Liyang-5/+12
2018-12-19genirq/core: Introduce struct irq_affinity_descDou Liyang-26/+29
2018-12-19genirq/affinity: Remove excess indentationThomas Gleixner-11/+11
2018-12-18Merge tag 'irqchip-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-2/+21