summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-10/+5
|\
| * kthread: add kthread_stop_putAndreas Gruenbacher2023-10-041-10/+5
* | Merge tag 'x86-apic-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-302-12/+1
|\ \
| * | x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den2023-10-262-12/+1
| |/
* | genirq/generic_chip: Make irq_remove_generic_chip() irqdomain awareHerve Codina2023-10-271-6/+19
* | genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()Chen Yu2023-10-251-3/+3
* | genirq/generic-chip: Fix the irq_chip name for /proc/interruptsKeguang Zhang2023-10-131-1/+5
|/
* Merge tag 'irq-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-08-283-21/+20
|\
| * genirq: Remove unused extern declarationYueHaibing2023-07-311-2/+0
| * genirq: Prevent nested thread vs synchronize_hardirq() deadlockVincent Whitchurch2023-07-313-19/+20
* | genirq: Fix software resend lockup and nested resendJohan Hovold2023-08-261-1/+6
|/
* irqdomain: Use return value of strreplace()Andy Shevchenko2023-06-301-3/+1
* Merge tag 'irqchip-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2023-06-265-5/+26
|\
| * Merge branch irq/misc-6.5 into irq/irqchip-nextMarc Zyngier2023-06-211-0/+2
| |\
| | * irqdomain: Include internals.h for function prototypesArnd Bergmann2023-06-171-0/+2
| * | genirq: Allow fasteoi handler to resend interrupts on concurrent handlingJames Gowans2023-06-162-1/+17
| * | genirq: Expand doc for PENDING and REPLAY flagsJames Gowans2023-06-161-2/+5
| |/
| * Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-271-2/+2
| |\
| | * x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne2023-05-241-2/+2
* | | genirq: Use a maple tree for interrupt descriptor managementShanker Donthineni2023-05-242-26/+33
* | | genirq: Encapsulate sparse bitmap handlingShanker Donthineni2023-05-242-12/+22
* | | genirq: Use hlist for managing resend handlersShanker Donthineni2023-05-244-17/+35
|/ /
* / genirq: Update affinity of secondary threadsJohn Keeping2023-04-151-1/+4
|/
* Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-054-13/+39
|\
| * genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner2023-03-021-1/+22
| * genirq/msi: Drop dead domain name assignmentJohan Hovold2023-02-241-4/+1
| * irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy()Juergen Gross2023-02-231-1/+2
| * Merge branch 'irq/core' into irq/urgentThomas Gleixner2023-02-236-560/+470
| |\
| * | genirq/irqdesc: Make kobj_type structures constantThomas Weißschuh2023-02-211-2/+2
| * | genirq/msi: Take the per-device MSI lock before validating the control structureMarc Zyngier2023-02-201-3/+6
| * | genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()Sergey Shtylyov2023-02-201-2/+6
* | | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-242-39/+27
|\ \ \
| * | | Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe2023-02-212-3/+7
| |\| |
| * | | irq/s390: Add arch_is_isolated_msi() for s390Jason Gunthorpe2023-01-111-1/+1
| * | | genirq/msi: Rename IRQ_DOMAIN_MSI_REMAP to IRQ_DOMAIN_ISOLATED_MSIJason Gunthorpe2023-01-111-1/+1
| * | | genirq/irqdomain: Remove unused irq_domain_check_msi_remap() codeJason Gunthorpe2023-01-111-39/+0
| * | | genirq/msi: Add msi_device_has_isolated_msi()Jason Gunthorpe2023-01-111-0/+27
* | | | Merge tag 'irq-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-216-560/+470
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Merge tag 'irqchip-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2023-02-194-163/+457
| |\ \
| | * \ Merge branch irq/irqdomain-locking into irq/irqchip-nextMarc Zyngier2023-02-131-163/+245
| | |\ \
| | | * | irqdomain: Switch to per-domain lockingJohan Hovold2023-02-131-20/+39
| | | * | irqdomain: Clean up irq_domain_push/pop_irq()Johan Hovold2023-02-131-33/+32
| | | * | irqdomain: Drop leftover bracketsJohan Hovold2023-02-131-4/+2
| | | * | irqdomain: Drop dead domain-name assignmentJohan Hovold2023-02-131-8/+0
| | | * | irqdomain: Drop revmap mutexJohan Hovold2023-02-131-7/+6
| | | * | irqdomain: Fix domain registration raceMarc Zyngier2023-02-131-19/+43
| | | * | irqdomain: Fix mapping-creation raceJohan Hovold2023-02-131-18/+46
| | | * | irqdomain: Refactor __irq_domain_alloc_irqs()Johan Hovold2023-02-131-40/+48
| | | * | irqdomain: Look for existing mapping only onceJohan Hovold2023-02-131-27/+33
| | | * | irqdomain: Drop bogus fwspec-mapping error handlingJohan Hovold2023-02-131-6/+1