aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)Author
2021-03-24genirq: Disable interrupts for force threaded handlersThomas Gleixner
2020-12-29genirq/irqdomain: Don't try to free an interrupt that has no mappingMarc Zyngier
2020-11-18genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHYMarc Zyngier
2020-08-21genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner
2020-08-21genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner
2020-06-03genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner
2020-04-24genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin
2020-04-02genirq: Fix reference leaks on irq affinity notifiersEdward Cree
2020-02-28genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner
2020-02-14irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao
2020-01-27irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui
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-05-10genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi
2019-04-17genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang
2019-04-17genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd
2019-04-05genirq: Avoid summation loops for /proc/statThomas Gleixner
2019-03-05genirq: Make sure the initial affinity is not emptySrinivas Ramana
2019-01-13genirq/affinity: Don't return with empty affinity masks on errorThomas Gleixner
2018-11-13genirq: Fix race on spurious interrupt detectionLukas Wunner
2018-08-09genirq: Make force irq threading setup more robustThomas Gleixner
2018-07-17genirq/affinity: assign vectors to all possible CPUsChristoph Hellwig
2018-07-11irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CP...Rakib Mullick
2018-03-03genirq: Guard handle_bad_irq log messagesGuenter Roeck
2017-11-30genirq: Track whether the trigger type has been setMarc Zyngier
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-16Merge tag 'irqchip-4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner
2017-10-13genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()Doug Berger
2017-10-13genirq: generic chip: Add irq_gc_mask_disable_and_ack_set()Doug Berger
2017-10-09genirq/cpuhotplug: Enforce affinity setting on startup of managed irqsThomas Gleixner
2017-10-09genirq/cpuhotplug: Add sanity check for effective affinity maskThomas Gleixner
2017-10-09genirq: Warn when effective affinity is not updatedThomas Gleixner
2017-09-28irq/generic-chip: Don't replace domain's nameJeffy Chen
2017-09-25irqdomain: Add __rcu annotations to radix tree accessorsMasahiro Yamada
2017-09-25genirq: Check __free_irq() return value for NULLAlexandru Moise
2017-09-16genirq: Fix cpumask check in __irq_startup_managed()Thomas Gleixner
2017-09-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-07genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner
2017-09-06genirq/msi: Fix populating multiple interruptsJohn Keeping
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-09-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-08-31Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2017-08-25genirq/proc: Avoid uninitalized variable warningThomas Gleixner
2017-08-25irqdomain: Prevent potential NULL pointer dereference in irq_domain_push_irq()Dan Carpenter
2017-08-25genirq: Fix semicolon.cocci warningskbuild test robot
2017-08-23genirq: Let irq_set_vcpu_affinity() iterate over hierarchyMarc Zyngier
2017-08-20genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan
2017-08-18genirq: Restore trigger settings in irq_modify_status()Marc Zyngier
2017-08-18Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner
2017-08-18irqdomain: Add irq_domain_{push,pop}_irq() functionsDavid Daney