summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye2019-09-191-0/+2
* genirq: Properly pair kobject_del() with kobject_add()Michael Kelley2019-08-291-1/+14
* genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi2019-05-101-1/+3
* genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang2019-04-171-0/+1
* genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()Stephen Boyd2019-04-171-0/+4
* genirq: Avoid summation loops for /proc/statThomas Gleixner2019-04-053-4/+23
* genirq: Make sure the initial affinity is not emptySrinivas Ramana2019-03-051-0/+3
* genirq/affinity: Don't return with empty affinity masks on errorThomas Gleixner2019-01-131-7/+8
* genirq: Fix race on spurious interrupt detectionLukas Wunner2018-11-131-2/+6
* genirq: Make force irq threading setup more robustThomas Gleixner2018-08-091-1/+8
* genirq/affinity: assign vectors to all possible CPUsChristoph Hellwig2018-07-171-15/+15
* irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CP...Rakib Mullick2018-07-111-4/+2
* genirq: Guard handle_bad_irq log messagesGuenter Roeck2018-03-031-0/+5
* genirq: Track whether the trigger type has been setMarc Zyngier2017-11-301-1/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0210-0/+10
* Merge tag 'irqchip-4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-10-161-3/+12
|\
| * genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()Doug Berger2017-10-131-16/+0
| * genirq: generic chip: Add irq_gc_mask_disable_and_ack_set()Doug Berger2017-10-131-0/+25
* | genirq/cpuhotplug: Enforce affinity setting on startup of managed irqsThomas Gleixner2017-10-092-1/+4
* | genirq/cpuhotplug: Add sanity check for effective affinity maskThomas Gleixner2017-10-091-1/+27
* | genirq: Warn when effective affinity is not updatedThomas Gleixner2017-10-091-0/+14
|/
* irq/generic-chip: Don't replace domain's nameJeffy Chen2017-09-281-1/+0
* irqdomain: Add __rcu annotations to radix tree accessorsMasahiro Yamada2017-09-251-2/+2
* genirq: Check __free_irq() return value for NULLAlexandru Moise2017-09-251-0/+4
* genirq: Fix cpumask check in __irq_startup_managed()Thomas Gleixner2017-09-161-1/+1
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-122-19/+10
|\
| * genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner2017-09-071-17/+7
| * genirq/msi: Fix populating multiple interruptsJohn Keeping2017-09-061-2/+3
* | Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-051-5/+6
|\ \ | |/ |/|
| * device property: export irqchip_fwnode_opsArnd Bergmann2017-07-261-0/+1
| * device property: Get rid of struct fwnode_handle type fieldSakari Ailus2017-07-221-5/+5
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-049-38/+549
|\ \
| * \ Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2017-08-311-2/+12
| |\ \
| | * | genirq: Let irq_set_vcpu_affinity() iterate over hierarchyMarc Zyngier2017-08-231-2/+12
| * | | genirq/proc: Avoid uninitalized variable warningThomas Gleixner2017-08-251-2/+2
| * | | irqdomain: Prevent potential NULL pointer dereference in irq_domain_push_irq()Dan Carpenter2017-08-251-2/+2
| * | | genirq: Fix semicolon.cocci warningskbuild test robot2017-08-251-1/+1
| * | | Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2017-08-183-30/+313
| |\ \ \
| | * | | irqdomain: Add irq_domain_{push,pop}_irq() functionsDavid Daney2017-08-181-0/+169
| | * | | irqdomain: Check for NULL function pointer in irq_domain_free_irqs_hierarchy()David Daney2017-08-181-1/+2
| | * | | irqdomain: Factor out code to add and remove items to and from the revmapDavid Daney2017-08-181-29/+29
| | * | | genirq: Add handle_fasteoi_{level,edge}_irq flow handlersDavid Daney2017-08-182-0/+110
| | * | | genirq: Export more irq_chip_*_parent() functionsDavid Daney2017-08-181-0/+3
| * | | | genirq/proc: Use the the accessor to report the effective affinityMarc Zyngier2017-08-181-1/+1
| * | | | genirq/debugfs: Triggering of interrupts from userspaceMarc Zyngier2017-08-181-1/+49
| * | | | Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2017-08-163-0/+170
| |\| | |
| | * | | genirq/irq_sim: Add a devres variant of irq_sim_init()Bartosz Golaszewski2017-08-161-0/+43
| | * | | genirq/irq_sim: Add a simple interrupt simulator frameworkBartosz Golaszewski2017-08-163-0/+127
| | |/ /
| * / / genirq: Fix for_each_action_of_desc() macroMasahiro Yamada2017-08-141-1/+1
| |/ /
* | | genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan2017-08-201-2/+2