1. b6e6c65 hw/intc/arm_gic: Drop GIC_BASE_IRQ macro by Peter Maydell · 6 years ago
  2. 7210918 hw/intc/arm_gic: Make per-cpu GICH memory regions 0x200 bytes large by Peter Maydell · 7 years ago
  3. 067a2b9 intc/arm_gic: Improve traces by Luc Michel · 7 years ago
  4. 50e5792 intc/arm_gic: Implement maintenance interrupt generation by Luc Michel · 7 years ago
  5. cbe1282 intc/arm_gic: Implement gic_update_virt() function by Luc Michel · 7 years ago
  6. 527d296 intc/arm_gic: Implement the virtual interface registers by Luc Michel · 7 years ago
  7. 2c679ac intc/arm_gic: Wire the vCPU interface by Luc Michel · 7 years ago
  8. 7eb079e intc/arm_gic: Implement virtualization extensions in gic_cpu_(read|write) by Luc Michel · 7 years ago
  9. 02f2e22 intc/arm_gic: Implement virtualization extensions in gic_(deactivate|complete_irq) by Luc Michel · 7 years ago
  10. 439badd intc/arm_gic: Implement virtualization extensions in gic_acknowledge_irq by Luc Michel · 7 years ago
  11. a1d7b8d intc/arm_gic: Implement virtualization extensions in gic_(activate_irq|drop_prio) by Luc Michel · 7 years ago
  12. 86b350f intc/arm_gic: Add virtualization enabled IRQ helper functions by Luc Michel · 7 years ago
  13. 3dd0471 intc/arm_gic: Refactor secure/ns access check in the CPU interface by Luc Michel · 7 years ago
  14. 4a37e0e intc/arm_gic: Add virtualization extensions helper macros and functions by Luc Michel · 7 years ago
  15. 5773c04 intc/arm_gic: Add the virtualization extensions to the GIC state by Luc Michel · 7 years ago
  16. 50491c5 intc/arm_gic: Remove some dead code and put some functions static by Luc Michel · 7 years ago
  17. 3bb0b03 intc/arm_gic: Implement GICD_ISACTIVERn and GICD_ICACTIVERn registers by Luc Michel · 7 years ago
  18. 67ce697 intc/arm_gic: Refactor operations on the distributor by Luc Michel · 7 years ago
  19. 7995206 hw/intc/arm_gic: Fix handling of GICD_ITARGETSR by Peter Maydell · 7 years ago
  20. ee03cca hw/intc/arm_gic: Check interrupt number in gic_deactivate_irq() by Peter Maydell · 7 years ago
  21. bf85388 qdev: use device_class_set_parent_realize/unrealize/reset() by Philippe Mathieu-Daudé · 7 years ago
  22. 421a3c2 hw/intc/arm_gic: Fix the NS view of C_BPR when C_CTRL.CBPR is 1 by Luc MICHEL · 7 years ago
  23. fc05a6f hw/intc/arm_gic: Fix group priority computation for group 1 IRQs by Luc MICHEL · 7 years ago
  24. 71aa735 hw/intc/arm_gic: Fix C_RPR value on idle priority by Luc MICHEL · 7 years ago
  25. 91f4e18 hw/intc/arm_gic: Prevent the GIC from signaling an IRQ when it's "active and pending" by Luc MICHEL · 7 years ago
  26. 0cf0985 hw/intc/arm_gic: reserved register addresses are RAZ/WI by Peter Maydell · 7 years ago
  27. 5d721b7 ARM: KVM: Enable in-kernel timers with user space gic by Alexander Graf · 8 years ago
  28. 68bf93c hw/intc/arm_gic: modernise the DPRINTF by Alex Bennée · 8 years ago
  29. 7c14b3a arm: gic: Remove references to NVIC by Michael Davidsaver · 8 years ago
  30. 3bc4b52 nvic: set pending status for not active interrupts by Marcin Krzeminski · 8 years ago
  31. fea8a08 hw/intc/gic: RAZ/WI non-sec access to sec interrupts by Jens Wiklander · 9 years ago
  32. 03dd024 hw: explicitly include qemu/log.h by Paolo Bonzini · 9 years ago
  33. 2531088 hw/intc/arm_gic: add tracepoints by Hollis Blanchard · 9 years ago
  34. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  35. a55c910 hw/intc/arm_gic.c: Implement GICv2 GICC_DIR by Peter Maydell · 9 years ago
  36. 8ef94f0 arm: Clean up includes by Peter Maydell · 9 years ago
  37. 3355c36 arm_gic: Update ID registers based on revision by Alistair Francis · 9 years ago
  38. a859595 hw/arm_gic: Correctly restore nested irq priority by François Baldassari · 9 years ago
  39. b95690c hw/intc/arm_gic: Remove the definition of NUM_CPU by Wei Huang · 9 years ago
  40. a8f15a2 maint: remove double semicolons in many files by Daniel P. Berrange · 10 years ago
  41. d5523a1 hw/intc/arm_gic: Actually set the active bits for active interrupts by Peter Maydell · 9 years ago
  42. 72889c8 hw/intc/arm_gic: Drop running_irq and last_active arrays by Peter Maydell · 9 years ago
  43. 51fd06e hw/intc/arm_gic: Fix handling of GICC_APR<n>, GICC_NSAPR<n> registers by Peter Maydell · 9 years ago
  44. df92cfa hw/intc/arm_gic: Running priority is group priority, not full priority by Peter Maydell · 9 years ago
  45. 7926c21 hw/arm/gic: Kill code duplication by Pavel Fedin · 10 years ago
  46. 235069a arm_gic: gic_update should always update all cores by Johan Karlsson · 10 years ago
  47. dadbb58 hw/intc/arm_gic: Add grouping support to gic_update() by Peter Maydell · 10 years ago
  48. c5619bf hw/intc/arm_gic: Change behavior of IAR writes by Fabian Aggeler · 10 years ago
  49. f9c6a7f hw/intc/arm_gic: Change behavior of EOIR writes by Fabian Aggeler · 10 years ago
  50. 7c0fa10 hw/intc/arm_gic: Handle grouping for GICC_HPPIR by Fabian Aggeler · 10 years ago
  51. 8150847 hw/intc/arm_gic: Restrict priority view by Fabian Aggeler · 10 years ago
  52. 08efa9f hw/intc/arm_gic: Implement Non-secure view of RPR by Fabian Aggeler · 10 years ago
  53. 3295186 hw/intc/arm_gic: Make ICCICR/GICC_CTLR banked by Fabian Aggeler · 10 years ago
  54. 822e9cc hw/intc/arm_gic: Make ICCBPR/GICC_BPR banked by Fabian Aggeler · 10 years ago
  55. 679aa17 hw/intc/arm_gic: Make ICDDCR/GICD_CTLR banked by Fabian Aggeler · 10 years ago
  56. c27a5ba hw/intc/arm_gic: Add Interrupt Group Registers by Fabian Aggeler · 10 years ago
  57. a9d8535 hw/intc/arm_gic: Switch to read/write callbacks with tx attributes by Peter Maydell · 10 years ago
  58. 5543d1a hw/intc/arm_gic: Add Security Extensions property by Fabian Aggeler · 10 years ago
  59. 44f5529 hw/intc/arm_gic: Create outbound FIQ lines by Fabian Aggeler · 10 years ago
  60. e7ae771 Fix remaining warnings from Sparse (void return) by Stefan Weil · 10 years ago
  61. 7b95a50 arm_gic: remove unused parameter. by KONRAD Frederic · 10 years ago
  62. b52b81e hw/intc/arm_gic: honor target mask in gic_update() by Sergey Fedorov · 11 years ago
  63. de7a900 arm_gic: Do not force PPIs to edge-triggered mode by Adam Lackorzynski · 11 years ago
  64. 24b790d arm_gic: GICD_ICFGR: Write model only for pre v1 GICs by Adam Lackorzynski · 11 years ago
  65. 71a6204 arm_gic: Fix read of GICD_ICFGR by Adam Lackorzynski · 11 years ago
  66. 0175ba1 arm: Clean up fragile use of error_is_set() in realize() methods by Markus Armbruster · 11 years ago
  67. 8731690 hw/intc/arm_gic: Fix NVIC assertion failure by Peter Maydell · 11 years ago
  68. a9d477c arm_gic: Add GICC_APRn state to the GICState by Christoffer Dall · 11 years ago
  69. aa7d461 arm_gic: Support setting/getting binary point reg by Christoffer Dall · 11 years ago
  70. 40d2250 arm_gic: Keep track of SGI sources by Christoffer Dall · 11 years ago
  71. 8d99999 arm_gic: Fix GIC pending behavior by Christoffer Dall · 11 years ago
  72. 5b0adce arm_gic: Fix GICD_ICPENDR and GICD_ISPENDR writes by Christoffer Dall · 11 years ago
  73. 41ab7b5 arm_gic: Introduce define for GIC_NR_SGIS by Christoffer Dall · 11 years ago
  74. c06f13c Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into staging by Anthony Liguori · 11 years ago
  75. 9df90ad hw: arm_gic: Introduce gic_set_priority function by Christoffer Dall · 11 years ago
  76. 04050c5 arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGER by Christoffer Dall · 11 years ago
  77. 837d371 sysbus: Set cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  78. efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  79. 285b443 arm_gic: QOM cast cleanup by Andreas Färber · 12 years ago
  80. dfc0807 intc/arm_gic: Build arm_gic only once by Andreas Färber · 12 years ago
  81. 4917cf4 cpu: Replace cpu_single_env with CPUState current_cpu by Andreas Färber · 12 years ago
  82. 1437c94 hw/i*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  83. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  84. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  85. 7702e47 hw: move interrupt controllers to hw/intc/, configure with default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/arm_gic.c]
  86. 6e72a00 Merge remote-tracking branch 'bonzini/hw-dirs' into staging by Anthony Liguori · 12 years ago
  87. 5311118 hw/arm_gic: Convert ARM GIC classes to use init/realize by Peter Maydell · 12 years ago
  88. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  89. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  90. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  91. 8c815fb arm_gic: Add cpu nr to Raised IRQ message by Peter Crosthwaite · 12 years ago
  92. f47b48f hw/arm_gic: fix target CPUs affected by set enable/pending ops by Daniel Sangorrin · 12 years ago
  93. cad065f hw/arm_gic: Fix comparison with priority mask register by Peter Maydell · 12 years ago
  94. 8c8dc39 hw/arm_gic: Use LOG_GUEST_ERROR by Peter Maydell · 12 years ago
  95. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  96. fae1528 arm_gic: Rename gic_state to GICState by Peter Maydell · 12 years ago
  97. 9ab1b60 hw/arm_gic.c: Fix improper DPRINTF output. by Evgeny Voevodin · 12 years ago
  98. 998a74b hw/arm_gic.c: Define .class_size in arm_gic_info TypeInfo by Peter Maydell · 13 years ago
  99. e0a3dc7 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  100. 5eb9840 arm_gic: Send dbg msgs to stderr not stdout by Peter A. G. Crosthwaite · 13 years ago