1. 53aa28c refactor: fix common misspelling of init* by Harrison Mutai · 3 months ago
  2. 579a23c fix(gic600): workaround for Part 1 of GIC600 erratum 2384374 by Arvind Ram Prakash · 5 months ago
  3. 4a3811f refactor(gicv3): introducing is_valid_interrupt, a new helper utility by Sona Mathew · 6 months ago
  4. b5859d0 fix(gicv3): map generic interrupt type to GICv3 group by Madhukar Pappireddy · 11 months ago
  5. dc4b8c6 chore(gicv2): use interrupt group instead of type by Madhukar Pappireddy · 11 months ago
  6. e6163fd fix(gicv3): move invocation of gicv3_get_multichip_base function by sahil · 1 year, 1 month ago
  7. d71693e fix(gic600): fix gic600 maximum SPI ID by sahil · 1 year, 1 month ago
  8. 9b468c3 Merge changes I1bfa797e,I0ec7a70e into integration by Manish Pandey · 1 year, 2 months ago
  9. 2be03c0 fix(tree): correct some typos by Elyes Haouas · 1 year, 4 months ago
  10. ada21dc fix(gicv3): restore scr_el3 after changing it by Boyan Karatotev · 1 year, 3 months ago
  11. 61286d2 fix(gicv3): workaround for NVIDIA erratum T241-FABRIC-4 by Varun Wadekar · 1 year, 4 months ago
  12. 799adfd fix(gicv3): fixed bug in the initialization of GICv3 SGIs/(E)PPIs interrupt priorities by Sylwester Garncarek · 1 year, 6 months ago
  13. a037d97 fix(gic): wrap cache enabled assert under plat_can_cmo by Channagoud kadabi · 1 year, 7 months ago
  14. b47475a fix(gicv3/multichip): fix overflow caused by left shift by Vijayenthiran Subramaniam · 1 year, 9 months ago
  15. 785e66c refactor(libc): clean up dependencies in libc by Claus Pedersen · 1 year, 10 months ago
  16. 0ae8ff6 Merge changes from topic "provencore-spd" into integration by Joanna Farley · 1 year, 9 months ago
  17. d4e2503 feat(gic): add APIs to raise NS and S-EL1 SGIs by Florian Lugou · 2 years, 10 months ago
  18. 7ef3c7e feat(gicv3): validate multichip data for GIC-700 by Varun Wadekar · 2 years, 2 months ago
  19. 173c296 fix(gic600): implement workaround to forward highest priority interrupt by Manish V Badarkhe · 2 years, 2 months ago
  20. f333bee feat(gic600ae_fmu): enable all GICD, PPI, ITS SMs by Varun Wadekar · 2 years, 5 months ago
  21. f6e7c95 feat(gic600ae_fmu): disable SMID for unavailable blocks by Varun Wadekar · 2 years, 5 months ago
  22. de19844 feat(gic600ae_fmu): introduce support for RAS error handling by Varun Wadekar · 2 years, 5 months ago
  23. ddb0b94 fix(gicv3): fix iroute value wrong issue by Ming Huang · 2 years, 8 months ago
  24. 31cf318 fix(drivers/gic600ae_fmu): fix timeout calculation by anzhou · 2 years, 7 months ago
  25. b8da1c6 feat(gicv3): introduce GIC component identification by Andre Przywara · 2 years, 10 months ago
  26. 34a305e fix: remove "experimental" tag for stable features by Manish Pandey · 2 years, 8 months ago
  27. 46dff79 Merge changes from topic "gic-700-auto" into integration by André Przywara · 2 years, 10 months ago
  28. eea6dc1 feat(gic600ae): introduce support for Fault Management Unit by Varun Wadekar · 3 years, 2 months ago
  29. f70f4b9 feat(gicv3): detect GICv4 feature at runtime by Andre Przywara · 3 years, 1 month ago
  30. 9e1dc68 feat(gicv3): multichip: detect GIC-700 at runtime by Andre Przywara · 3 years, 1 month ago
  31. daf89a7 refactor(gic): move GIC IIDR numbers by Andre Przywara · 2 years, 10 months ago
  32. b6c24ce refactor(gicv3): rename GIC Clayton to GIC-700 by Andre Przywara · 3 years ago
  33. 94e1976 fix(gicv3): add dsb in both disable and enable function of gicv3_cpuif by Ming Huang · 3 years, 1 month ago
  34. 79bc7a7 refactor(gicv3): use helper functions to get SPI/ESPI INTID limit by Heyi Guo · 3 years, 5 months ago
  35. 60ce825 refactor(gicv3): add helper function to get the limit of ESPI INTID by Heyi Guo · 3 years, 5 months ago
  36. 06f85b4 refactor(gicv3): add helper function to get the limit of SPI INTID by Heyi Guo · 3 years, 5 months ago
  37. 691b49d drivers/gicv3: also shift eSPI register offset in GICD_OFFSET_64() by Heyi Guo · 4 years, 1 month ago
  38. ce38025 drivers/gicv3: add debug log for maximum INTID of SPI and eSPI by Heyi Guo · 3 years, 5 months ago
  39. 0d5d24d drivers/gicv3: limit SPI ID to avoid misjudgement in GICD_OFFSET() by Heyi Guo · 4 years, 1 month ago
  40. c5bd63c drivers/gicv3: fix logical issue for num_eints by Heyi Guo · 4 years, 1 month ago
  41. efa2107 drivers/gicv3: fix potential GICD context override with ESPI enabled by Heyi Guo · 3 years, 5 months ago
  42. 3a579ae drivers/gicv3: use mpidr to probe GICR for current CPU by Heyi Guo · 4 years, 1 month ago
  43. 6f051e2 Fix casting bug in gicv2_main.c by johpow01 · 3 years, 9 months ago
  44. 95581b4 drivers: arm: gicv3: Allow detecting number of cores by Andre Przywara · 3 years, 10 months ago
  45. 06d29cf GIC-600: Fix MISRA-2012 defects by Alexei Fedorov · 4 years ago
  46. 2d0d84e Merge "gicv3: Do power management on Arm GIC-Clayton as well" into integration by Manish Pandey · 4 years ago
  47. 19b2d4e gicv3: Do power management on Arm GIC-Clayton as well by Andre Przywara · 4 years ago
  48. caa1802 TF-A GICv2 driver: Introduce makefile by Alexei Fedorov · 4 years ago
  49. 7559406 drivers: arm: gicv3: auto-detect presence of GIC600-AE by Varun Wadekar · 4 years ago
  50. 4c2ebee TF-A GIC driver: Add barrier before eoi by Sandeep Tripathy · 4 years, 1 month ago
  51. e1cc130 GICv3: GIC-600: Detect GIC-600 at runtime by Andre Przywara · 4 years, 3 months ago
  52. b636405 Merge "TF-A GICv3 driver: Change API for GICR_IPRIORITYR accessors" into integration by joanna.farley · 4 years, 3 months ago
  53. c7510c5 TF-A GICv3 driver: Change API for GICR_IPRIORITYR accessors by Alexei Fedorov · 4 years, 3 months ago
  54. d74d50a gic multichip: add support for clayton by Vijayenthiran Subramaniam · 4 years, 3 months ago
  55. 1970593 TF-A: Add GICv4 extension for GIC driver by Alexei Fedorov · 4 years, 3 months ago
  56. a6e6ae0 TF-A GICv3 driver: Add extended PPI and SPI range by Alexei Fedorov · 4 years, 3 months ago
  57. 84f1b5d TF-A GICv3 driver: Introduce makefile by Alexei Fedorov · 4 years, 3 months ago
  58. 2f13d6c TF-A GICv3 driver: Separate GICD and GICR accessor functions by Alexei Fedorov · 4 years, 4 months ago
  59. 87675d4 Coverity: remove unnecessary header file includes by Zelalem · 4 years, 5 months ago
  60. 1c819c3 Use correct type when reading SCR register by Louis Mayencourt · 4 years, 5 months ago
  61. 0ac3941 GIC-600: Fix include ordering according to the coding style by Max Shvetsov · 4 years, 7 months ago
  62. 88fba67 GIC-600: Fix power up sequence by Alexei Fedorov · 5 years ago
  63. ad3fc76 gic/gic600: add support for multichip configuration by Vijayenthiran Subramaniam · 4 years, 9 months ago
  64. 50a934e Merge "GICv3 driver: Fix support for full SPI range" into integration by Soby Mathew · 4 years, 9 months ago
  65. 5fd1f9d GICv3: Enable multi socket GIC redistributor frame discovery by Madhukar Pappireddy · 5 years ago
  66. 68f2688 GICv3 driver: Fix support for full SPI range by Alexei Fedorov · 4 years, 10 months ago
  67. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  68. 05403eb Prevent pending G1S interrupt become G0 interrupt by James kung · 5 years ago
  69. 56b68ad Minor changes to documentation and comments by Antonio Nino Diaz · 5 years ago
  70. d1463bd GICv3: Allow probe for fewer GICR interfaces than exposed by the frame by Soby Mathew · 5 years ago
  71. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  72. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  73. 844b487 Mark GICV3, CCI and CCN boot time code as init by Daniel Boulby · 6 years ago
  74. 29b9f5b gic: Remove deprecated driver and interfaces by Antonio Nino Diaz · 6 years ago
  75. f5a25ad Merge pull request #1540 from MISL-EBU-System-SW/marvell-updates-18.09 by Soby Mathew · 6 years ago
  76. dd568dd gicv2: enable configuring IRQ trigger type by Marcin Wojtas · 6 years ago
  77. 25a17a2 GIC: Fix build error by Andrew F. Davis · 6 years ago
  78. bab39e8 gic v3: Fix width of types of helper functions by Antonio Nino Diaz · 6 years ago
  79. ca994e7 gic: Fix types by Antonio Nino Diaz · 6 years ago
  80. 2e59071 gic: Fix definitions by Antonio Nino Diaz · 6 years ago
  81. dd4e59e gic v3: Turn macros into static inline functions by Antonio Nino Diaz · 6 years ago
  82. 4d23a64 GIC: Do not flush cache when unneeded by Andrew F. Davis · 6 years ago
  83. fef5d2d Fix MISRA Rule 5.3 Part 2 by Daniel Boulby · 6 years ago
  84. 4e83abb Fix MISRA Rule 5.1 by Daniel Boulby · 6 years ago
  85. 692d7ca Merge pull request #1340 from Andre-ARM/sec-irqs-fixes by Dimitris Papastamos · 6 years ago
  86. 5ac9d96 Fix pointer type mismatch of handlers by Masahiro Yamada · 6 years ago
  87. e8e94e8 gicv3: Fix support for systems without secure interrupts by Andre Przywara · 7 years ago
  88. 694f81f gicv2: Fix support for systems without secure interrupts by Samuel Holland · 7 years ago
  89. 2257d6d Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · 6 years ago
  90. 39b4221 drivers: fix switch statements to comply with MISRA rules by Jonathan Wright · 6 years ago
  91. b6982c0 GIC: Fix setting interrupt configuration by Jeenu Viswambharan · 6 years ago
  92. 4d408b5 Emit warnings when using deprecated GIC init by Dan Handley · 6 years ago
  93. 2ca18d9 Fix MISRA rule 8.4 Part 1 by Roberto Vargas · 6 years ago
  94. 0571270 Fix MISRA rule 8.4 in common code by Roberto Vargas · 6 years ago
  95. 45bcb6e GICv3: Fix Dist restore for when the GIC is reset by Derek Basehore · 6 years ago
  96. 42ef554 Merge pull request #1145 from etienne-lms/rfc-armv7-2 by davidcunado-arm · 7 years ago
  97. 88d8f45 GIC: Fix Group 0 enabling by Jeenu Viswambharan · 7 years ago
  98. fbf5bda GICv2: Fix populating PE target data by Jeenu Viswambharan · 7 years ago
  99. 0a8c353 ARMv7: GICv2 driver can manage GICv1 with security extension by Etienne Carriere · 7 years ago
  100. aeb267c GIC: Allow specifying interrupt properties by Jeenu Viswambharan · 7 years ago