summaryrefslogtreecommitdiff
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior2022-06-251-1/+1
* genirq: Disable interrupts for force threaded handlersThomas Gleixner2021-03-241-0/+4
* genirq/irqdomain: Don't try to free an interrupt that has no mappingMarc Zyngier2020-12-291-2/+9
* genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHYMarc Zyngier2020-11-181-0/+1
* genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner2020-08-211-1/+5
* genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner2020-08-211-2/+35
* genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner2020-06-031-7/+19
* genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin2020-04-241-5/+5
* genirq: Fix reference leaks on irq affinity notifiersEdward Cree2020-04-021-2/+9
* genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner2020-02-283-18/+24
* irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao2020-02-141-0/+1
* irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui2020-01-271-0/+1
* 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
| |\ \ \