| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-11 | irqchip/apple-aic: Add support for "apple,t8122-aic3" | Janne Grunau | 1 | -3/+21 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -2/+2 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -2/+2 |
| 2025-12-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -2/+5 |
| 2025-11-24 | irqchip/apple-aic: Spit out ICH_MISR_EL2 value on spurious vGIC MI | Marc Zyngier | 1 | -2/+5 |
| 2025-10-27 | irqchip/apple-aic: Drop support for custom PMU irq partitions | Marc Zyngier | 1 | -21/+7 |
| 2025-10-27 | irqchip/apple-aic: Add FW info retrieval support | Marc Zyngier | 1 | -3/+31 |
| 2025-05-16 | irqchip: Switch to of_fwnode_handle() | Jiri Slaby (SUSE) | 1 | -2/+2 |
| 2025-03-03 | arm64: sysreg: Add layout for ICH_HCR_EL2 | Marc Zyngier | 1 | -4/+4 |
| 2025-01-27 | irqchip/apple-aic: Only handle PMC interrupt as FIQ when configured so | Nick Chan | 1 | -1/+2 |
| 2024-09-04 | irqchip/apple-aic: Only access system registers on SoCs which provide them | Konrad Dybcio | 1 | -13/+13 |
| 2024-09-04 | irqchip/apple-aic: Add a new "Global fast IPIs only" feature level | Nick Chan | 1 | -4/+25 |
| 2024-09-04 | irqchip/apple-aic: Skip unnecessary enabling of use_fast_ipi | Nick Chan | 1 | -3/+1 |
| 2023-02-25 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -13/+40 |
| 2023-02-05 | irqchip/apple-aic: Move over to core ipi-mux | Marc Zyngier | 1 | -153/+8 |
| 2023-02-02 | irqchip/apple-aic: Correctly map the vgic maintenance interrupt | Marc Zyngier | 1 | -3/+1 |
| 2023-01-12 | irqchip/apple-aic: Register vgic maintenance interrupt with KVM | Marc Zyngier | 1 | -13/+42 |
| 2022-11-26 | irqchip/apple-aic: Mark aic_info structs __initconst | Konrad Dybcio | 1 | -3/+3 |
| 2022-07-01 | irqchip/apple-aic: Make symbol 'use_fast_ipi' static | Wei Yongjun | 1 | -1/+1 |
| 2022-06-09 | irqchip/apple-aic: Fix refcount leak in aic_of_ic_init | Miaoqian Lin | 1 | -0/+1 |
| 2022-06-09 | irqchip/apple-aic: Fix refcount leak in build_fiq_affinity | Miaoqian Lin | 1 | -0/+1 |
| 2022-03-11 | Merge branch irq/aic-v2 into irq/irqchip-next | Marc Zyngier | 1 | -88/+375 |
| 2022-03-11 | irqchip/apple-aic: Add support for AICv2 | Hector Martin | 1 | -33/+148 |
| 2022-03-11 | irqchip/apple-aic: Support multiple dies | Hector Martin | 1 | -23/+54 |
| 2022-03-11 | irqchip/apple-aic: Dynamically compute register offsets | Hector Martin | 1 | -17/+55 |
| 2022-03-11 | irqchip/apple-aic: Switch to irq_domain_create_tree and sparse hwirqs | Hector Martin | 1 | -32/+39 |
| 2022-03-11 | irqchip/apple-aic: Add Fast IPI support | Hector Martin | 1 | -13/+109 |
| 2022-03-10 | irqchip/apple-aic: Fix cpumask allocation for FIQs | Marc Zyngier | 1 | -1/+1 |
| 2022-02-07 | irqchip/apple-aic: Move PMU-specific registers to their own include file | Marc Zyngier | 1 | -10/+1 |
| 2022-02-07 | irqchip/apple-aic: Wire PMU interrupts | Marc Zyngier | 1 | -12/+22 |
| 2022-02-07 | irqchip/apple-aic: Parse FIQ affinities from device-tree | Marc Zyngier | 1 | -0/+49 |
| 2022-01-29 | Merge tag 'irqchip-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel... | Thomas Gleixner | 1 | -1/+0 |
| 2022-01-17 | irqchip/apple-aic: Drop unused ipi_hwirq field | Marc Zyngier | 1 | -1/+0 |
| 2021-12-07 | irqchip/apple-aic: Mark aic_init_smp() as __init | Donghyeok Kim | 1 | -1/+1 |
| 2021-10-26 | irq: remove handle_domain_{irq,nmi}() | Mark Rutland | 1 | -10/+10 |
| 2021-08-20 | irqchip/apple-aic: Fix irq_disable from within irq handlers | Sven Peter | 1 | -1/+1 |
| 2021-06-01 | irqchip/apple-aic: Advertise some level of vGICv3 compatibility | Marc Zyngier | 1 | -0/+9 |
| 2021-04-08 | irqchip/apple-aic: Add support for the Apple Interrupt Controller | Hector Martin | 1 | -0/+852 |