summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
2024-01-24genirq: Initialize resend_node hlist for all interrupt descriptorsDawei Li
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-10-30Merge tag 'x86-apic-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-27genirq/generic_chip: Make irq_remove_generic_chip() irqdomain awareHerve Codina
2023-10-26x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den
2023-10-25genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()Chen Yu
2023-10-13genirq/generic-chip: Fix the irq_chip name for /proc/interruptsKeguang Zhang
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher
2023-08-28Merge tag 'irq-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-26genirq: Fix software resend lockup and nested resendJohan Hovold
2023-07-31genirq: Remove unused extern declarationYueHaibing
2023-07-31genirq: Prevent nested thread vs synchronize_hardirq() deadlockVincent Whitchurch
2023-06-30irqdomain: Use return value of strreplace()Andy Shevchenko
2023-06-26Merge tag 'irqchip-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2023-06-21Merge branch irq/misc-6.5 into irq/irqchip-nextMarc Zyngier
2023-06-17irqdomain: Include internals.h for function prototypesArnd Bergmann
2023-06-16genirq: Allow fasteoi handler to resend interrupts on concurrent handlingJames Gowans
2023-06-16genirq: Expand doc for PENDING and REPLAY flagsJames Gowans
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-24x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne
2023-05-24genirq: Use a maple tree for interrupt descriptor managementShanker Donthineni
2023-05-24genirq: Encapsulate sparse bitmap handlingShanker Donthineni
2023-05-24genirq: Use hlist for managing resend handlersShanker Donthineni
2023-04-15genirq: Update affinity of secondary threadsJohn Keeping
2023-03-05Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-02genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner
2023-02-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-24genirq/msi: Drop dead domain name assignmentJohan Hovold
2023-02-23irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy()Juergen Gross
2023-02-23Merge branch 'irq/core' into irq/urgentThomas Gleixner
2023-02-21Merge tag 'irq-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe
2023-02-21genirq/irqdesc: Make kobj_type structures constantThomas Weißschuh
2023-02-20genirq/msi: Take the per-device MSI lock before validating the control structureMarc Zyngier
2023-02-20genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()Sergey Shtylyov
2023-02-19Merge tag 'irqchip-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2023-02-13Merge branch irq/irqdomain-locking into irq/irqchip-nextMarc Zyngier
2023-02-13irqdomain: Switch to per-domain lockingJohan Hovold
2023-02-13irqdomain: Clean up irq_domain_push/pop_irq()Johan Hovold
2023-02-13irqdomain: Drop leftover bracketsJohan Hovold
2023-02-13irqdomain: Drop dead domain-name assignmentJohan Hovold
2023-02-13irqdomain: Drop revmap mutexJohan Hovold
2023-02-13irqdomain: Fix domain registration raceMarc Zyngier
2023-02-13irqdomain: Fix mapping-creation raceJohan Hovold
2023-02-13irqdomain: Refactor __irq_domain_alloc_irqs()Johan Hovold
2023-02-13irqdomain: Look for existing mapping only onceJohan Hovold
2023-02-13irqdomain: Drop bogus fwspec-mapping error handlingJohan Hovold
2023-02-13irqdomain: Fix disassociation raceJohan Hovold
2023-02-13irqdomain: Fix association raceJohan Hovold
2023-02-06genirq/ipi-mux: Use irq_domain_alloc_irqs()Marc Zyngier