Arm Community
Arm Community
  • Site
  • User
  • Site
  • Search
  • User
Arm Community blogs
Arm Community blogs
Architectures and Processors blog Introducing GICv5: Scalable and secure interrupt management for Arm
  • Blogs
  • Mentions
  • Sub-Groups
  • Tags
  • Jump...
  • Cancel
More blogs in Arm Community blogs
  • AI blog

  • Announcements

  • Architectures and Processors blog

  • Automotive blog

  • Embedded and Microcontrollers blog

  • Internet of Things (IoT) blog

  • Laptops and Desktops blog

  • Mobile, Graphics, and Gaming blog

  • Operating Systems blog

  • Servers and Cloud Computing blog

  • SoC Design and Simulation blog

  • Tools, Software and IDEs blog

Tell us what you think
Tags
  • secure systems
  • Generic Interrupt Controller
Actions
  • RSS
  • More
  • Cancel
Related blog posts
Related forum threads

Introducing GICv5: Scalable and secure interrupt management for Arm

Christoffer Dall
Christoffer Dall
April 28, 2025
3 minute read time.

As Arm-based infrastructure continues to scale across markets, demands on system components increase. This can mean more interrupts, or signals from hardware/software to a processor to pause a task and handle another. Arm’s Generic Interrupt Controller Architecture (GIC) helps manage the communication between devices and processors efficiently. It makes sure the right processor handles the right task at the right time, with important tasks getting priority. Today, we are excited to introduce GICv5. 

GICv5 is a rearchitected design that meets the demands of modern computing. It also enables simpler hypervisors with a smaller trusted computing base (TCB), improved power management, and enhanced support for system partitioning. 

Scaling to larger systems 

Modern systems are scaling to core counts in the hundreds, which is a significant leap from the configurations GICv3 and GICv4 were designed for. Previous GIC architectures face integration bottlenecks when deployed in large-scale systems. Challenges like arbitrary limits on wired interrupts and the need for global memory-mapped IO (MMIO) registers create complexity in both hardware design and software programming. 

GICv5 addresses these challenges directly, delivering: 

  • No limits on the number of wired interrupts.
  • No globally synchronized MMIO registers.
  • A redesigned programmer’s model that supports systems from one to hundreds of cores. 
  • Dynamic scaling of the number of interrupts

Virtualization Performance 

With GICv3, most interrupt-related operations (handling, configuration, and inter-processor signals) requires a trap to Exception level 2 (EL2), the hypervisor level. This added latency and polluted both caches and predictors. GICv4 made meaningful progress with direct injection of Message Signaled Interrupts (MSIs) and Inter-Processor Interrupts (IPIs), especially with GICv4.1, delivering significant performance improvement in interrupt-heavy workloads and in IPI-focused use cases. 

With GICv5, virtualization overhead is eliminated, meaning: 

  • All interrupt types now support direct injection. 
  • No hypervisor traps are needed for sending or receiving IPIs. 
  • Interrupt configuration can be read and updated without trapping to EL2. 

These benefits make virtualization-based system partitioning possible with GICv5. This is a promising technology for consolidating real-time sensitive workloads with more complex workloads on a single chip by leveraging virtualization. GICv5 allows a real-time OS to run side-by-side with a rich OS, for example providing vehicle control functions and in-vehicle entertainment on the same SoC. 

GICv5 and Arm Confidential Compute Architecture 

With GICv3 and GICv4, interrupt virtualization requires hypervisor intervention, and since GIC emulation for Realms is done in the Normal world hypervisor, the cost of a trap is higher than for regular VMs. This adds overhead and creates an undesirable reliance on the untrusted hypervisor for critical interrupt functionality. 

GICv5 does not require hypervisor intervention for common interrupt operation and therefore allows implementing GICv5 emulation and support code in the Realm Management Monitor (RMM) with a small impact on the TCB. This enables: 

  • Direct interrupt delivery to Realms, without EL2 involvement. 
  • Realms and non-Realm VMs now experience identical interrupt handling.
  • The Realm owns the interface to the GIC, including the memory that holds its interrupt state. 
  • With RME Device Assignment (RME-DA), interrupts can be end-to-end confidentiality and integrity protected. 

Hardware and Software Impacts 

GICv5 introduces significant changes to both hardware and software. The traditional Distributor and Redistributor are replaced by the Interrupt Routing Service (IRS), with a simplified ITS model and a new Interrupt Wire Bridge (IWB) to convert wired signals. The CPU interface is updated with new system instructions to improve interrupt handling and avoid traps to EL2. It also supports relaxed ordering using Arm’s memory model tools. 

A new GIC Stream protocol ensures interoperability between CPU interfaces and IRS. While the programming model isn’t backward compatible, GICv5 includes a virtual CPU interface to support existing OSes in VMs. Arm will provide updated firmware, Linux/KVM support, and virtual platforms to accelerate development. 

For more on GICv5:

Visit Arm Developer

Anonymous
Architectures and Processors blog
  • Introducing GICv5: Scalable and secure interrupt management for Arm

    Christoffer Dall
    Christoffer Dall
    Introducing Arm GICv5: a scalable, hypervisor-free interrupt controller for modern multi-core systems with improved virtualization and real-time support.
    • April 28, 2025
  • Getting started with AARCHMRS Features.json using Python

    Joh
    Joh
    A high-level introduction to the Arm Architecture Machine Readable Specification (AARCHMRS) Features.json with some examples to interpret and start to work with the available data using Python.
    • April 8, 2025
  • Advancing server manageability on Arm Neoverse Compute Subsystem (CSS) with OpenBMC

    Samer El-Haj-Mahmoud
    Samer El-Haj-Mahmoud
    Arm and 9elements Cyber Security have brought a prototype of OpenBMC to the Arm Neoverse Compute Subsystem (CSS) to advancing server manageability.
    • January 28, 2025