summaryrefslogtreecommitdiffstats
path: root/kernel/irq/irqdesc.c
Commit message (Expand)AuthorAgeFilesLines
* genirq/irqdesc: Drop excess kernel-doc entry @lookupRandy Dunlap2021-06-281-1/+0
* genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ()Marc Zyngier2021-06-101-22/+8
* genirq: Add generic_handle_domain_irq() helperMarc Zyngier2021-06-101-1/+18
* genirq: Use irq_resolve_mapping() to implement __handle_domain_irq() and coMarc Zyngier2021-06-101-25/+35
* irq: Fix typos in commentsIngo Molnar2021-03-221-1/+1
* genirq: Fix export of irq_to_desc() for powerpc KVMMichael Ellerman2020-12-251-1/+1
* genirq: Restrict export of irq_to_desc()Thomas Gleixner2020-12-151-1/+3
* genirq: Provide kstat_irqdesc_cpu()Thomas Gleixner2020-12-151-2/+2
* genirq: Make kstat_irqs() staticThomas Gleixner2020-12-151-13/+6
* genirq: Annotate irq stats data racesThomas Gleixner2020-12-151-2/+2
* genirq: Move irq_set_lockdep_class() to coreThomas Gleixner2020-12-151-0/+14
* genirq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQThomas Gleixner2020-11-141-51/+0
* genirq: Add protection against unsafe usage of generic_handle_irq()Thomas Gleixner2020-03-081-0/+6
* genirq: Add missing __releases() sparse annotationJules Irenge2020-01-091-0/+1
* genirq: Fix function documentation of __irq_alloc_descs()luanshi2019-11-151-1/+1
* genirq: Properly pair kobject_del() with kobject_add()Michael Kelley2019-08-191-1/+14
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-1/+7
|\
| * genirq: Update irq stats from NMI handlersShijith Thotton2019-07-061-1/+7
* | arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry2019-06-211-2/+6
|/
* Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-1/+2
|\
| * irqdesc: Replace irq_kobj_type's default_attrs field with groupsKimberly Brown2019-04-251-1/+2
* | genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang2019-04-051-0/+1
|/
* Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-02-231-0/+35
|\
| * irqdesc: Add domain handler for NMIsJulien Thierry2019-02-051-0/+35
* | Merge branch 'linus' into irq/coreThomas Gleixner2019-02-141-1/+1
|\ \
| * | genirq/irqdesc: Fix double increment in alloc_descs()Huacai Chen2019-01-181-1/+1
| |/
* / genirq: Avoid summation loops for /proc/statThomas Gleixner2019-02-101-1/+6
|/
* genirq/affinity: Add is_managed to struct irq_affinity_descDou Liyang2018-12-191-5/+8
* genirq/core: Introduce struct irq_affinity_descDou Liyang2018-12-191-8/+9
* genirq: Use rcu in kstat_irqs_usr()Eric Dumazet2018-06-191-6/+7
* genirq: Add missing SPDX identifiersThomas Gleixner2018-03-201-0/+1
* genirq: Cleanup top of file commentsThomas Gleixner2018-03-201-3/+2
* genirq: Add wakeup sysfs node to show IRQ wakeup stateAndy Shevchenko2018-02-281-0/+17
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-0/+1
|\
| * genirq: export irq_get_percpu_devid_partition to modulesWill Deacon2017-10-181-0/+1
* | irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CP...Rakib Mullick2017-11-011-4/+2
* | genirq: Set managed shut down flag at initThomas Gleixner2017-09-251-1/+1
* | genirq/debugfs: Show debug information for all irq descriptorsThomas Gleixner2017-09-251-0/+1
|/
* genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner2017-09-071-17/+7
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-091-0/+1
|\
| * genirq: Add mutex to irq desc to serialize request/free_irq()Thomas Gleixner2017-07-041-0/+1
* | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-031-1/+1
|\ \ | |/ |/|
| * irq: update genericirq book locationMauro Carvalho Chehab2017-05-161-1/+1
* | genirq: Set irq masked state when initializing irq_descJeffy Chen2017-06-261-0/+1
* | genirq: Introduce effective affinity maskThomas Gleixner2017-06-221-0/+14
* | genirq: Remove pointless gfp argumentThomas Gleixner2017-06-221-8/+7
* | genirq/debugfs: Add proper debugfs interfaceThomas Gleixner2017-06-221-0/+1
* | genirq: Make early_irq_init() print out more informativeVincent Legoll2017-05-261-2/+3
|/
* Merge branch 'irq/for-block' into irq/coreThomas Gleixner2016-09-151-16/+15
|\
| * genirq/msi: Switch to new irq spreading infrastructureThomas Gleixner2016-09-141-16/+15