aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-alpine-msi.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09irqchip/alpine-msi: Fix off-by-one in allocation error pathZenghui Yu1-1/+1
2023-02-13Merge branch irq/irqdomain-locking into irq/irqchip-nextMarc Zyngier1-5/+3
2023-02-13irqchip/alpine-msi: Use irq_domain_add_hierarchy()Johan Hovold1-5/+3
2023-02-05irqchip/alpine-msi: Fix refcount leak in alpine_msix_init_domainsMiaoqian Lin1-0/+1
2021-07-26irqchip/alpine-msi: Switch to bitmap_zalloc()Andy Shevchenko1-4/+2
2020-12-11irqchip/alpine-msi: Fix freeing of interrupts on allocation error pathMarc Zyngier1-2/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2016-05-05irqchip/alpine-msi: Don't use <asm-generic/msi.h>Christoph Hellwig1-1/+1
2016-03-11irqchip/irq-alpine-msi: Release the correct domain on errorDan Carpenter1-1/+1
2016-03-09irqchip: Add the Alpine MSIX interrupt controllerAntoine Tenart1-0/+293