summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)Author
2020-06-24genirq/timings: Fix timings buffer inspectionDaniel Lezcano
2020-06-24genirq/timings: Fix next event index functionDaniel Lezcano
2020-06-01genirq/debugfs: Add missing sanity checks to interrupt injectionThomas Gleixner
2020-06-01genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin
2020-05-21genirq: Fix reference leaks on irq affinity notifiersEdward Cree
2020-05-15genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner
2020-05-04x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner
2020-05-04irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao
2019-09-19genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye
2019-08-29genirq: Properly pair kobject_del() with kobject_add()Michael Kelley
2019-08-16genirq/affinity: Create affinity mask for single vectorMing Lei
2019-07-26arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry
2019-07-26genirq: Update irq stats from NMI handlersShijith Thotton
2019-07-21genirq: Add optional hardware synchronization for shutdownThomas Gleixner
2019-07-21genirq: Fix misleading synchronize_irq() documentationThomas Gleixner
2019-07-21genirq: Delay deactivation in free_irq()Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-05-06Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-05-06Merge tag 'irqchip-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2019-05-03genirq/msi: Add a new field in msi_desc to store an IOMMU cookieJulien Grall
2019-05-01genirq: Introduce irq_chip_{request,release}_resource_parent() apisLokesh Vutla
2019-04-29irq/irqdomain: Fix typo in the comment on top of __irq_domain_alloc_irqs()Julien Grall
2019-04-25irqdesc: Replace irq_kobj_type's default_attrs field with groupsKimberly Brown
2019-04-16genirq/devres: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-04-05genirq/timings: Add array suffix computation codeDaniel Lezcano
2019-04-05genirq/timings: Remove variance computation codeDaniel Lezcano
2019-04-05genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd
2019-04-05genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang
2019-03-24genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi
2019-03-23genirq: Mark expected switch case fall-throughGustavo A. R. Silva
2019-03-22genirq/devres: Remove excess parameter from kernel docValdis Kletnieks
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