aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* genirq/msi: Ensure deactivation on teardownBixuan Cui2021-08-101-5/+8
* genirq/timings: Prevent potential array overflow in __irq_timings_store()Ben Dai2021-08-101-0/+5
* genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner2021-08-101-1/+4
* Merge tag 'irqchip-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-07-091-1/+0
|\
| * genirq/irqdesc: Drop excess kernel-doc entry @lookupRandy Dunlap2021-06-281-1/+0
* | Merge tag 'irqchip-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2021-06-283-69/+129
|\|
| * 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
| * irqdomain: Introduce irq_resolve_mapping()Marc Zyngier2021-06-101-8/+20
| * irqdomain: Protect the linear revmap with RCUMarc Zyngier2021-06-101-26/+23
| * irqdomain: Cache irq_data instead of a virq number in the revmapMarc Zyngier2021-06-101-5/+11
| * irqdomain: Use struct_size() helper when allocating irqdomainMarc Zyngier2021-06-101-1/+1
| * irqdomain: Make normal and nomap irqdomains exclusiveMarc Zyngier2021-06-101-10/+35
| * powerpc: Move the use of irq_domain_add_nomap() behind a config optionMarc Zyngier2021-06-102-0/+7
| * irqdomain: Reimplement irq_linear_revmap() with irq_find_mapping()Marc Zyngier2021-06-101-3/+3
* | Merge branch 'irq/affinity' into irq/coreThomas Gleixner2021-05-191-1/+32
|\ \
| * | genirq: Export affinity setter for modulesThomas Gleixner2021-05-191-1/+32
| |/
* / genirq: Add a IRQF_NO_DEBUG flagThomas Gleixner2021-05-174-2/+19
|/
* Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-05-051-10/+10
|\
| * irqdomain: Introduce irq_domain_create_simple() APIAndy Shevchenko2021-03-261-10/+10
* | Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-301-0/+1
|\ \
| * | kernel/irq: export irq_gc_set_wakeJianqun Xu2021-03-151-0/+1
* | | Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-2614-93/+59
|\ \ \ | |_|/ |/| |
| * | Merge tag 'irqchip-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2021-04-241-46/+6
| |\ \
| | * | irqdomain: Drop references to recusive irqdomain setupMarc Zyngier2021-04-221-6/+2
| | * | irqdomain: Get rid of irq_create_strict_mappings()Marc Zyngier2021-04-221-32/+0
| | * | irqdomain: Get rid of irq_create_identity_mapping()Marc Zyngier2021-04-071-3/+0
| * | | genirq: Reduce irqdebug cacheline bouncingNicholas Piggin2021-04-101-0/+4
| * | | kernel: Initialize cpumask before parsingTetsuo Handa2021-04-101-2/+2
| * | | genirq/irq_sim: Shrink devm_irq_domain_create_sim()Bartosz Golaszewski2021-03-301-19/+12
| * | | irq: Fix typos in commentsIngo Molnar2021-03-227-12/+12
| * | | genirq/matrix: Prevent allocation counter corruptionVitaly Kuznetsov2021-03-191-1/+3
| * | | irq: Simplify condition in irq_matrix_reserve()Juergen Gross2021-03-171-3/+2
| * | | genirq: Fix typos and misspellings in commentsKrzysztof Kozlowski2021-03-167-13/+13
| * | | genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song2021-03-061-2/+9
| | |/ | |/|
* | | genirq: Disable interrupts for force threaded handlersThomas Gleixner2021-03-211-0/+4
* | | genirq/irq_sim: Fix typos in kernel doc (fnode -> fwnode)Andy Shevchenko2021-03-161-2/+2
| |/ |/|
* | irqdomain: Remove debugfs_file from struct irq_domainGreg Kroah-Hartman2021-03-081-5/+4
|/
* Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-0/+2
|\
| * irqdomain: Mark fwnodes when their irqdomain is added/removedSaravana Kannan2021-02-091-0/+2
* | Merge tag 'irq-core-2021-02-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-211-2/+2
|\ \
| * | genirq: Use new tasklet API for resend_taskletEmil Renner Berthing2021-01-281-2/+2
| |/
* / genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier2021-01-301-24/+20
|/
* genirq: Export irq_check_status_bit()Thomas Gleixner2021-01-131-0/+1
* Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-01-121-1/+1
|\
| * genirq/msi: Initialize msi_alloc_info before calling msi_domain_prepare_irqs()Zenghui Yu2020-12-181-1/+1
* | genirq: Fix export of irq_to_desc() for powerpc KVMMichael Ellerman2020-12-251-1/+1
* | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-243-20/+67
|\ \
| * | genirq: Restrict export of irq_to_desc()Thomas Gleixner2020-12-151-1/+3