1. 4dfc050 KVM: arm/arm64: vgic-v3: Don't pretend to support IRQ/FIQ bypass by Marc Zyngier · 8 years ago
  2. fd7e9a8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  3. e3c484b irqchip/gic-v3: Remove duplicate definition of GICD_TYPER_LPIS by Alim Akhtar · 8 years ago
  4. 6a25ad3 irqchip/gic-v3-its: Rename MAPVI to MAPTI by Marc Zyngier · 8 years ago
  5. 4f46de9 irqchip/gic-v3-its: Drop deprecated GITS_BASER_TYPE_CPU by Marc Zyngier · 8 years ago
  6. 5fb247d KVM: arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr struct by Vijaya Kumar K · 8 years ago
  7. 5c34153 irqchip/gic-v3: Add missing system register definitions by Vijaya Kumar K · 8 years ago
  8. 93173b5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  9. b11283e irqchip/gic-v3-its: Change unsigned types for AArch32 compatibility by Vladimir Murzin · 8 years ago
  10. e29bd6f KVM: arm64: vgic-its: Fix compatibility with 32-bit by Vladimir Murzin · 8 years ago
  11. 9224eb7 irqchip/gic-v3-its: Fix entry size mask for GITS_BASER by Vladimir Murzin · 8 years ago
  12. db40f0a irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPI by Tomasz Nowicki · 8 years ago
  13. fd837b0 KVM: arm64: ITS: return 1 on successful MSI injection by Andre Przywara · 8 years ago
  14. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  15. 8c828a5 irqchip/gicv3-its: Restore all cacheability attributes by Marc Zyngier · 8 years ago
  16. 645b9e4 irqchip/gic-v3: Refactor and add GICv3 definitions by Andre Przywara · 8 years ago
  17. 3faf24e irqchip/gicv3-its: Implement two-level(indirect) device table support by Shanker Donthineni · 9 years ago
  18. 9347359 irqchip/gicv3-its: Split its_alloc_tables() into two functions by Shanker Donthineni · 9 years ago
  19. fab0cdc irqchip/gic-v3: Fix copy+paste mistakes in defines by Andrew Jones · 9 years ago
  20. dd5f1b0 irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask by Marc Zyngier · 9 years ago
  21. e28e909 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  22. 59529f6 KVM: arm/arm64: vgic-new: Add GICv3 world switch backend by Marc Zyngier · 9 years ago
  23. 44bfc42 KVM: arm/arm64: move GICv2 emulation defines into arm-gic-v3.h by Andre Przywara · 9 years ago
  24. 074f23b irqchip/gic-v3: Remove inexistant register definition by Marc Zyngier · 9 years ago
  25. 059393c irqchip/gic-v3: Add missing struct device_node declaration by Marc Zyngier · 9 years ago
  26. f6c86a4 irqchip/gic-v3: Change unsigned types for AArch32 compatibility by Jean-Philippe Brucker · 9 years ago
  27. 7936e91 irqchip/gic-v3: Refactor the arm64 specific parts by Jean-Philippe Brucker · 9 years ago
  28. 7cabd00 irqchip/gic-v3: Make gic_enable_sre an inline function by Marc Zyngier · 9 years ago
  29. 30f2136 irqchip/gicv3-its: Add range check for number of allocated pages by Robert Richter · 9 years ago
  30. 519f526 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  31. 0b6a3da irqchip/GICv3: Convert to EOImode == 1 by Marc Zyngier · 9 years ago
  32. fb182cf8 KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR by Marc Zyngier · 10 years ago
  33. 54456db irqchip/gicv3-its: Make the PCI/MSI code standalone by Marc Zyngier · 9 years ago
  34. f130420 irqchip/gicv3-its: Split PCI/MSI code from the core ITS driver by Marc Zyngier · 9 years ago
  35. 241a386 irqchip: gicv3-its: Use non-cacheable accesses when no shareability by Marc Zyngier · 10 years ago
  36. 4ad3e36 irqchip: gicv3-its: Fix PROP/PEND and BASE/CBASE confusion by Marc Zyngier · 10 years ago
  37. 7cb9911 irqchip: gicv3-its: Define macros for GITS_CTLR fields by Yun Wu · 10 years ago
  38. f54b97e irqchip: gicv3-its: Allocate enough memory for the full range of DeviceID by Marc Zyngier · 10 years ago
  39. 7e58027 arm64: GICv3: introduce symbolic names for GICv3 ICC_SGI1R_EL1 fields by Andre Przywara · 10 years ago
  40. a0675c2 arm/arm64: KVM: add virtual GICv3 distributor emulation by Andre Przywara · 11 years ago
  41. da33f31 irqchip: GICv3: ITS: plug ITS init into main GICv3 code by Marc Zyngier · 10 years ago
  42. b48ac83 irqchip: GICv3: ITS: MSI support by Marc Zyngier · 10 years ago
  43. cc2d321 irqchip: GICv3: ITS command queue by Marc Zyngier · 10 years ago
  44. f5c1434 irqchip: GICv3: rework redistributor structure by Marc Zyngier · 10 years ago
  45. 72c5839 arm64: gicv3: Allow GICv3 compilation with older binutils by Catalin Marinas · 10 years ago
  46. 021f653 irqchip: gic-v3: Initial support for GICv3 by Marc Zyngier · 11 years ago