1. fb13a23 fix(bl31): fix validate_el3_interrupt_rm preprocessor usage by Marco Felsch · 1 year, 10 months ago
  2. 669bf40 fix(bl31): allow use of EHF with S-EL2 SPMC by Raghu Krishnamurthy · 2 years ago
  3. 4d37db8 feat(rme): add ENABLE_RME build option and support for RMM image by Zelalem Aweke · 3 years ago
  4. 1c819c3 Use correct type when reading SCR register by Louis Mayencourt · 4 years, 5 months ago
  5. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 5 years ago
  6. 47a9064 BL31: Enable pointer authentication support by Antonio Nino Diaz · 5 years ago
  7. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  8. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  9. e0b757d Fix MISRA defects in BL31 common code by Antonio Nino Diaz · 6 years ago
  10. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  11. 837cc9c EHF: MISRA fixes by Jeenu Viswambharan · 6 years ago
  12. 32ceef5 SDEI: MISRA fixes by Jeenu Viswambharan · 6 years ago
  13. d86cc5b RAS: Allow individual interrupt registration by Jeenu Viswambharan · 7 years ago
  14. 9a7ce2f AArch64: Introduce RAS handling by Jeenu Viswambharan · 6 years ago
  15. 96c7df0 AArch64: Introduce External Abort handling by Jeenu Viswambharan · 7 years ago
  16. b8d8145 Merge pull request #1282 from robertovargas-arm/misra-changes by davidcunado-arm · 6 years ago
  17. 0571270 Fix MISRA rule 8.4 in common code by Roberto Vargas · 6 years ago
  18. 777dd43 Fix MISRA rule 8.3 in common code by Roberto Vargas · 6 years ago
  19. eeb353c EHF: Introduce preempted return code parameter to ehf_allow_ns_preemption() by Jeenu Viswambharan · 6 years ago
  20. f4194ee Deprecate one EL3 interrupt routing model with EL3 exception handling by Jeenu Viswambharan · 6 years ago
  21. 6c6f24d BL31: Program Priority Mask for SMC handling by Jeenu Viswambharan · 7 years ago
  22. 10a6727 BL31: Introduce Exception Handling Framework by Jeenu Viswambharan · 7 years ago
  23. aeb267c GIC: Allow specifying interrupt properties by Jeenu Viswambharan · 7 years ago
  24. dce70b3 GIC: Add API to set interrupt routing by Jeenu Viswambharan · 7 years ago
  25. c6a11f6 include: add U()/ULL() macros for constants by Varun Wadekar · 7 years ago
  26. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  27. d019487 Introduce PSCI Library Interface by Soby Mathew · 8 years ago
  28. 0d78607 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 8 years ago
  29. 24ab34f Fix coding guideline warnings by Soby Mathew · 8 years ago
  30. a0fedc4 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  31. 241ec6c Add optional PSCI STAT residency & count functions by Yatharth Kochar · 8 years ago
  32. 6a81641 PSCI: Add pwr_domain_pwr_down_wfi() hook in plat_psci_ops by Soby Mathew · 8 years ago
  33. 46dd170 Remove direct usage of __attribute__((foo)) by Soren Brinkmann · 8 years ago
  34. 7162afa Use designated initialization in DECLARE_RT_SVC macro by Soby Mathew · 8 years ago
  35. f4119ec Miscellaneous doc fixes for v1.2 by Sandrine Bailleux · 9 years ago
  36. 6c0566c Move context management code to common location by Yatharth Kochar · 9 years ago
  37. 58e32d1 Enable support for EL3 interrupt in IMF by Soby Mathew · 9 years ago
  38. a31c9f3 Merge pull request #390 from vikramkanigiri/at/unify_bakery_locks_v2 by Achin Gupta · 9 years ago
  39. e466c9f Re-design bakery lock memory allocation and algorithm by Andrew Thoelke · 9 years ago
  40. 9a0ff9b Pass the target suspend level to SPD suspend hooks by Achin Gupta · 9 years ago
  41. 011ca18 PSCI: Rework generic code to conform to coding guidelines by Soby Mathew · 9 years ago
  42. f1f97a1 PSCI: Fix the return code for invalid entrypoint by Soby Mathew · 9 years ago
  43. 3700a92 PSCI: Migrate TF to the new platform API and CM helpers by Soby Mathew · 9 years ago
  44. 70716d6 PSCI: Add deprecated API for SPD when compatibility is disabled by Soby Mathew · 9 years ago
  45. 981487a PSCI: Switch to the new PSCI frameworks by Soby Mathew · 9 years ago
  46. 49473e4 PSCI: Implement platform compatibility layer by Soby Mathew · 9 years ago
  47. 574d685 PSCI: Unify warm reset entry points by Sandrine Bailleux · 9 years ago
  48. 85dbf5a PSCI: Add framework to handle composite power states by Soby Mathew · 9 years ago
  49. 9d754f6 PSCI: Introduce new platform interface to describe topology by Soby Mathew · 9 years ago
  50. b0082d2 PSCI: Introduce new platform and CM helper APIs by Soby Mathew · 9 years ago
  51. 3a9e8bf PSCI: Remove references to affinity based power management by Soby Mathew · 9 years ago
  52. 6b8b302 PSCI: Invoke PM hooks only for the highest level by Soby Mathew · 9 years ago
  53. 991d42c PSCI: Create new directory to implement new frameworks by Soby Mathew · 9 years ago
  54. 9616838 PSCI: Add SYSTEM_SUSPEND API support by Soby Mathew · 10 years ago
  55. 9b38fc8 Initialise cpu ops after enabling data cache by Vikram Kanigiri · 9 years ago
  56. 47903c0 Demonstrate model for routing IRQs to EL3 by Soby Mathew · 9 years ago
  57. 1df077b Increment the PSCI VERSION to 1.0 by Soby Mathew · 9 years ago
  58. 6cdddaf Implement PSCI_FEATURES API by Soby Mathew · 9 years ago
  59. 110fe36 Rework the PSCI migrate APIs by Soby Mathew · 10 years ago
  60. 74e52a7 Validate power_state and entrypoint when executing PSCI calls by Soby Mathew · 10 years ago
  61. f512157 Save 'power_state' early in PSCI CPU_SUSPEND call by Soby Mathew · 10 years ago
  62. ffb4ab1 Remove `ns_entrypoint` and `mpidr` from parameters in pm_ops by Soby Mathew · 10 years ago
  63. 523d633 Move bakery algorithm implementation out of coherent memory by Soby Mathew · 9 years ago
  64. 7d861ea Invalidate the dcache after initializing cpu-ops by Soby Mathew · 10 years ago
  65. c704cbc Introduce framework for CPU specific operations by Soby Mathew · 10 years ago
  66. 56bcdc2 Miscellaneous PSCI code cleanups by Achin Gupta · 10 years ago
  67. f6b9e99 Add APIs to preserve highest affinity level in OFF state by Achin Gupta · 10 years ago
  68. f3ccbab Add PSCI service specific per-CPU data by Achin Gupta · 10 years ago
  69. e4b9fa4 Add macro to flush per-CPU data by Achin Gupta · 10 years ago
  70. 4dc4a47 Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs by Juan Castillo · 10 years ago
  71. 2ed46e9 Optimize EL3 register state stored in cpu_context structure by Soby Mathew · 10 years ago
  72. 45c31c4 Merge pull request #172 from soby-mathew/sm/asm_assert by danh-arm · 10 years ago
  73. c1adbbc Rework the crash reporting in BL3-1 to use less stack by Soby Mathew · 10 years ago
  74. e1aa516 Remove coherent stack usage from the warm boot path by Achin Gupta · 10 years ago
  75. 258e94f Allow FP register context to be optional at build time by Juan Castillo · 10 years ago
  76. 2d55240 Remove all checkpatch errors from codebase by Juan Castillo · 10 years ago
  77. 56f4470 Correctly dimension the PSCI aff_map_node array by Andrew Thoelke · 10 years ago
  78. 4e12607 Initialise CPU contexts from entry_point_info by Andrew Thoelke · 10 years ago
  79. 40110f7 Merge pull request #138 from athoelke/at/cpu-context by danh-arm · 10 years ago
  80. 4d2d553 Remove early_exceptions from BL3-1 by Andrew Thoelke · 10 years ago
  81. c02dbd6 Move CPU context pointers into cpu_data by Andrew Thoelke · 10 years ago
  82. 8c28fe0 Per-cpu data cache restructuring by Andrew Thoelke · 10 years ago
  83. a2f6553 Provide cm_get/set_context() for current CPU by Andrew Thoelke · 10 years ago
  84. 701fea7 Further renames of platform porting functions by Dan Handley · 10 years ago
  85. 7ce42df Move BL porting functions into platform.h by Dan Handley · 10 years ago
  86. 60b13e3 Remove unused data declarations by Dan Handley · 10 years ago
  87. a17fefa Remove extern keyword from function declarations by Dan Handley · 10 years ago
  88. 077193f Merge pull request #105 from athoelke:sm/support_normal_irq_in_tsp-v2 by Andrew Thoelke · 10 years ago
  89. 58484d4 Merge pull request #102 from achingupta:ag/tf-issues#104-v2 by Andrew Thoelke · 10 years ago
  90. 29c7ae1 Merge pull request #99 from vikramkanigiri:vk/tf-issues-133_V3 by Andrew Thoelke · 10 years ago
  91. 1c5630d Merge pull request #67 from achingupta:ag/psci_standby_bug_fix by Andrew Thoelke · 10 years ago
  92. 9f71f70 Non-Secure Interrupt support during Standard SMC processing in TSP by Soby Mathew · 10 years ago
  93. aeaab68 Add S-EL1 interrupt handling support in the TSPD by Achin Gupta · 10 years ago
  94. 9cf2bb7 Introduce interrupt handling framework in BL3-1 by Achin Gupta · 10 years ago
  95. 191e86e Introduce interrupt registration framework in BL3-1 by Achin Gupta · 10 years ago
  96. 27b895e Add context library API to change a bit in SCR_EL3 by Achin Gupta · 10 years ago
  97. d8c9d26 Rework memory information passing to BL3-x images by Vikram Kanigiri · 10 years ago
  98. da56743 Populate BL31 input parameters as per new spec by Vikram Kanigiri · 10 years ago
  99. b058556 Merge pull request #78 from jeenuv:tf-issues-148 by Andrew Thoelke · 10 years ago
  100. d1b6015 Add build configuration for timer save/restore by Jeenu Viswambharan · 10 years ago