summaryrefslogtreecommitdiff
path: root/drivers/irqchip/irq-gic-v3.c
AgeCommit message (Expand)Author
2023-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2023-11-08Revert "arm64: smp: avoid NMI IPIs with broken MediaTek FW"Douglas Anderson
2023-11-08arm64: Move MediaTek GIC quirk handling from irqchip to coreDouglas Anderson
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-10-26Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas
2023-10-26Merge branches 'for-next/sve-remove-pseudo-regs', 'for-next/backtrace-ipi', '...Catalin Marinas
2023-10-24arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helperJames Morse
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_CAVIUM_23154Mark Rutland
2023-10-07irqchip/gic-v3: Enable non-coherent redistributors/ITSes DT probingLorenzo Pieralisi
2023-10-06arm64: smp: avoid NMI IPIs with broken MediaTek FWMark Rutland
2023-09-25irqchip/gic-v3: Enable support for SGIs to act as NMIsDouglas Anderson
2023-07-11irqchip/gic-v3: Workaround for GIC-700 erratum 2941627Lorenzo Pieralisi
2023-05-29irqchip/gic-v3: Work around affinity issues on ASR8601zhengyan
2023-05-29irqchip/gic-v3: Improve affinity helperMarc Zyngier
2023-05-16irqchip/gic-v3: Disable pseudo NMIs on Mediatek devices w/ firmware issuesDouglas Anderson
2023-04-08irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4Shanker Donthineni
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-01-31arm64: add ARM64_HAS_GIC_PRIO_RELAXED_SYNC cpucapMark Rutland
2023-01-11irqchip: Use irq_domain_alloc_irqs()Johan Hovold
2022-11-28irqchip/gic: Use kstrtobool() instead of strtobool()Christophe JAILLET
2022-09-29irqchip/gic-v3: Fix typo in commentZhiyuan Dai
2022-08-01Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-07-25Merge branch irq/misc-5.20 into irq/irqchip-nextMarc Zyngier
2022-07-20APCI: irq: Add support for multiple GSI domainsMarc Zyngier
2022-07-19irqchip/gic-v3: Fix comment typoJason Wang
2022-06-16irqchip/gicv3: Handle resource request failure consistentlyRobin Murphy
2022-06-09irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitionsMiaoqian Lin
2022-06-09irqchip/gic-v3: Fix error handling in gic_populate_ppi_partitionsMiaoqian Lin
2022-05-17Merge branch irq/gic-v3-nmi-fixes-5.19 into irq/irqchip-nextMarc Zyngier
2022-05-15irqchip/gic-v3: Fix priority mask handlingMark Rutland
2022-05-15irqchip/gic-v3: Refactor ISB + EOIR at ack timeMark Rutland
2022-05-15irqchip/gic-v3: Ensure pseudo-NMIs have an ISB between ack and handlingMark Rutland
2022-05-04irqchip/gic-v3: Claim iomem resourcesRobin Murphy
2022-05-04irqchip/gic-v3: Relax polling of GIC{R,D}_CTLR.RWPMarc Zyngier
2022-05-04irqchip/gic-v3: Detect LPI invalidation MMIO registersMarc Zyngier
2022-04-05irqchip/gic, gic-v3: Prevent GSI to SGI translationsAndre Przywara
2022-04-05irqchip/gic-v3: Fix GICR_CTLR.RWP pollingMarc Zyngier
2022-02-21irqchip/gic-v3: Use dsb(ishst) to order writes with ICC_SGI1R_EL1 accessesBarry Song
2021-12-20Merge branch irq/misc-5.17 into irq/irqchip-nextMarc Zyngier
2021-12-16irqchip/gic-v4: Disable redistributors' view of the VPE table at boot timeMarc Zyngier
2021-12-16irqchip/gic-v3-its: Postpone LPI pending table freeing and memreserveValentin Schneider
2021-10-26irq: remove handle_domain_{irq,nmi}()Mark Rutland
2021-08-20Merge branch irq/misc-5.15 into irq/irqchip-nextMarc Zyngier
2021-08-20irqchip/gic-v3: Fix priority comparison when non-secure priorities are usedChen-Yu Tsai
2021-08-12irqchip/gic-v3: Fix selection of partition domain for EPPIsJames Morse
2021-08-12irqchip/gic-v3: Add __gic_get_ppi_index() to find the PPI number from hwirqJames Morse
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-06-10irqchip/gic-v3: Workaround inconsistent PMR setting on NMI entryMarc Zyngier
2021-06-01irqchip/gic: Split vGIC probing information from the GIC codeMarc Zyngier
2021-04-24Merge tag 'irqchip-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner