summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)Author
2024-05-24genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after()dicken.ding
2024-05-23genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang
2024-05-20Merge tag 'vfio-v6.10-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2024-05-14Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-04-24genirq: Reuse irq_is_nmi()Jinjie Ruan
2024-04-24genirq/cpuhotplug: Retry with cpu_online_mask when migration failsDongli Zhang
2024-04-24genirq/cpuhotplug: Skip suspended interrupts when restoring affinityDavid Stevens
2024-04-23genirq/msi: Add MSI allocation helper and export MSI functionsNipun Gupta
2024-04-23genirq: Simplify the checks for irq_set_percpu_devid_partition()Jinjie Ruan
2024-04-12genirq: Avoid summation loops for /proc/interruptsBitao Hu
2024-04-12genirq: Provide a snapshot mechanism for interrupt statisticsBitao Hu
2024-04-12genirq: Convert kstat_irqs to a structBitao Hu
2024-04-08irqdomain: Check virq for 0 before use in irq_dispose_mapping()Andy Shevchenko
2024-03-25genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amdRafael J. Wysocki
2024-03-11Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-02-23genirq/matrix: Dynamic bitmap allocationBjörn Töpel
2024-02-20genirq/irqdomain: Don't call ops->select for DOMAIN_BUS_ANY tokensMarc Zyngier
2024-02-19genirq: Wake interrupt threads immediately when changing affinityCrystal Wood
2024-02-15genirq/msi: Provide MSI_FLAG_PARENT_PM_DEVThomas Gleixner
2024-02-15genirq/irqdomain: Reroute device MSI create_mappingThomas Gleixner
2024-02-15genirq/msi: Provide allocation/free functions for "wired" MSI interruptsThomas Gleixner
2024-02-15genirq/msi: Optionally use dev->fwnode for device domainThomas Gleixner
2024-02-15genirq/msi: Split msi_domain_alloc_irq_at()Thomas Gleixner
2024-02-15genirq/msi: Provide optional translation opThomas Gleixner
2024-02-15genirq/irqdomain: Remove the param count restriction from select()Thomas Gleixner
2024-01-29genirq/irq_sim: Shrink code by using <linux/cleanup.h> helpersBartosz Golaszewski
2024-01-26genirq/irq_sim: Order headers alphabeticallyBartosz Golaszewski
2024-01-26genirq/irq_sim: Remove unused field from struct irq_sim_irq_ctxBartosz Golaszewski
2024-01-24genirq: Deduplicate interrupt descriptor initializationDawei Li
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