summaryrefslogtreecommitdiffstats
path: root/kernel/irq (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | irqdomain: Fixed unbalanced fwnode get and putHerve Codina2024-06-171-5/+2
| * | irqdomain: Add missing parameter descriptions in kernel-doc commentsHerve Codina2024-06-051-0/+27
| * | genirq/debugfs: Print irqdomain flags as human-readable stringsJinjie Ruan2024-06-033-10/+27
| * | genirq/proc: Simplify irqdesc::kstat_irqs handling furtherAdrian Huang2024-06-031-5/+2
| |/
* | Merge tag 'perf-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-171-1/+1
|\ \
| * | task_work: s/task_work_cancel()/task_work_cancel_func()/Frederic Weisbecker2024-07-091-1/+1
| |/
* / genirq/irq_sim: add an extended irq_sim initializerBartosz Golaszewski2024-07-041-3/+57
|/
* genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after()dicken.ding2024-05-241-1/+4
* genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang2024-05-231-8/+8
* Merge tag 'vfio-v6.10-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2024-05-201-0/+2
|\
| * genirq/msi: Add MSI allocation helper and export MSI functionsNipun Gupta2024-04-231-0/+2
* | Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-148-48/+101
|\ \ | |/ |/|
| * genirq: Reuse irq_is_nmi()Jinjie Ruan2024-04-244-14/+14
| * genirq/cpuhotplug: Retry with cpu_online_mask when migration failsDongli Zhang2024-04-241-0/+16
| * genirq/cpuhotplug: Skip suspended interrupts when restoring affinityDavid Stevens2024-04-242-7/+16
| * genirq: Simplify the checks for irq_set_percpu_devid_partition()Jinjie Ruan2024-04-231-8/+2
| * genirq: Avoid summation loops for /proc/interruptsBitao Hu2024-04-123-9/+15
| * genirq: Provide a snapshot mechanism for interrupt statisticsBitao Hu2024-04-122-0/+29
| * genirq: Convert kstat_irqs to a structBitao Hu2024-04-123-9/+7
| * irqdomain: Check virq for 0 before use in irq_dispose_mapping()Andy Shevchenko2024-04-081-2/+3
* | genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amdRafael J. Wysocki2024-03-251-2/+7
|/
* Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-113-56/+184
|\
| * genirq/matrix: Dynamic bitmap allocationBjörn Töpel2024-02-231-11/+17
| * genirq/irqdomain: Don't call ops->select for DOMAIN_BUS_ANY tokensMarc Zyngier2024-02-201-1/+1
| * genirq/msi: Provide MSI_FLAG_PARENT_PM_DEVThomas Gleixner2024-02-151-1/+4
| * genirq/irqdomain: Reroute device MSI create_mappingThomas Gleixner2024-02-151-6/+20
| * genirq/msi: Provide allocation/free functions for "wired" MSI interruptsThomas Gleixner2024-02-151-0/+68
| * genirq/msi: Optionally use dev->fwnode for device domainThomas Gleixner2024-02-151-4/+16
| * genirq/msi: Split msi_domain_alloc_irq_at()Thomas Gleixner2024-02-151-33/+43
| * genirq/msi: Provide optional translation opThomas Gleixner2024-02-151-0/+15
| * genirq/irqdomain: Remove the param count restriction from select()Thomas Gleixner2024-02-151-1/+1
* | genirq: Wake interrupt threads immediately when changing affinityCrystal Wood2024-02-191-54/+55
* | genirq/irq_sim: Shrink code by using <linux/cleanup.h> helpersBartosz Golaszewski2024-01-291-15/+10
* | genirq/irq_sim: Order headers alphabeticallyBartosz Golaszewski2024-01-261-1/+1
* | genirq/irq_sim: Remove unused field from struct irq_sim_irq_ctxBartosz Golaszewski2024-01-261-1/+0
* | genirq: Deduplicate interrupt descriptor initializationDawei Li2024-01-241-48/+64
|/
* genirq: Initialize resend_node hlist for all interrupt descriptorsDawei Li2024-01-241-1/+1
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-031-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-312-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
|\