summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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-152-4/+5
| * | genirq: Move irq_set_lockdep_class() to coreThomas Gleixner2020-12-151-0/+14
| * | genirq: Move status flag checks to coreThomas Gleixner2020-12-151-0/+20
| * | genirq: Move irq_has_action() into core codeThomas Gleixner2020-12-151-0/+17
* | | Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-156-92/+97
|\| |
| * | Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2020-12-153-27/+71
| |\|
| | * genirq/affinity: Add irq_update_affinity_desc()John Garry2020-12-111-0/+70
| | * Revert "genirq: Add fasteoi IPI flow"Valentin Schneider2020-12-111-27/+0
| * | genirq/irqdomain: Don't try to free an interrupt that has no mappingMarc Zyngier2020-11-301-2/+9
| * | genirq: Fix kernel-doc markupsMauro Carvalho Chehab2020-11-162-2/+2
| * | genirq/irqdomain: Make irq_domain_disassociate() staticThomas Gleixner2020-11-151-1/+1
| * | genirq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQThomas Gleixner2020-11-142-56/+0
| * | irqdomain: Introduce irq_domain_create_legacy() APIAndy Shevchenko2020-11-071-3/+14
| * | irqdomain: Replace open coded of_node_to_fwnode()Andy Shevchenko2020-11-071-1/+1
* | | Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-151-1/+1
|\ \ \
| * | | driver core: Add fwnode_init()Saravana Kannan2020-12-091-1/+1
| | |/ | |/|
* | | Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-141-1/+10
|\ \ \
| * | | genirq/irqdomain: Implement get_name() method on irqchip fwnodesDavid Woodhouse2020-10-281-1/+10
| | |/ | |/|
* | | genirq/irqdomain: Add an irq_create_mapping_affinity() functionLaurent Vivier2020-11-301-5/+8
| |/ |/|