summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
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
2017-08-18irqdomain: Check for NULL function pointer in irq_domain_free_irqs_hierarchy()David Daney
2017-08-18irqdomain: Factor out code to add and remove items to and from the revmapDavid Daney
2017-08-18genirq: Add handle_fasteoi_{level,edge}_irq flow handlersDavid Daney
2017-08-18genirq: Export more irq_chip_*_parent() functionsDavid Daney
2017-08-18genirq/proc: Use the the accessor to report the effective affinityMarc Zyngier
2017-08-18genirq/debugfs: Triggering of interrupts from userspaceMarc Zyngier
2017-08-16Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner
2017-08-16genirq/irq_sim: Add a devres variant of irq_sim_init()Bartosz Golaszewski
2017-08-16genirq/irq_sim: Add a simple interrupt simulator frameworkBartosz Golaszewski
2017-08-14genirq: Fix for_each_action_of_desc() macroMasahiro Yamada
2017-07-27genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration"Thomas Gleixner