1. 13ae0f4 fix(amu): fault handling on EL2 context switch by Jayanth Dodderi Chidanand · 2 years, 7 months ago
  2. b6301e6 feat(rme): add context management changes for FEAT_RME by Zelalem Aweke · 3 years ago
  3. f91e59f feat(hcx): add build option to enable FEAT_HCX by johpow01 · 2 years, 11 months ago
  4. f57491e fix(el3_runtime): correct CASSERT for pauth by Olivier Deprez · 2 years, 11 months ago
  5. c450277 feat(sve): enable SVE for the secure world by Max Shvetsov · 3 years, 4 months ago
  6. cf784f7 Fix: Remove save/restore of EL2 timer registers by Max Shvetsov · 3 years, 3 months ago
  7. fba2572 Fix exception handlers in BL31: Use DSB to synchronize pending EA by Madhukar Pappireddy · 4 years ago
  8. 2b0ee97 el3_runtime: Rearrange context offset of EL1 sys registers by Manish V Badarkhe · 4 years ago
  9. 0c16abd Fix exception in save/restore of EL2 registers. by Max Shvetsov · 4 years, 2 months ago
  10. d102752 include: fixup 'cm_setup_context' prototype by Varun Wadekar · 4 years, 3 months ago
  11. 1962891 context: TPIDR_EL2 register not saved/restored by Olivier Deprez · 4 years, 4 months ago
  12. c9e2c92 SPMD: Adds partially supported EL2 registers. by Max Shvetsov · 4 years, 5 months ago
  13. bdf502d SPMD: save/restore EL2 system registers. by Max Shvetsov · 4 years, 4 months ago
  14. 91d8061 coverity: fix MISRA violations by Zelalem · 4 years, 5 months ago
  15. 1c819c3 Use correct type when reading SCR register by Louis Mayencourt · 4 years, 5 months ago
  16. f41355c Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 4 years, 10 months ago
  17. 1c7c13a Enable MTE support in both secure and non-secure worlds by Justin Chadwell · 5 years ago
  18. 503bbf3 AArch64: Disable Secure Cycle Counter by Alexei Fedorov · 5 years ago
  19. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  20. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 5 years ago
  21. fb6f2fc Merge pull request #1751 from vwadekar/tegra-scatter-file-support by Antonio Niño Díaz · 5 years ago
  22. 56b68ad Minor changes to documentation and comments by Antonio Nino Diaz · 5 years ago
  23. 4d034c5 Tegra: Support for scatterfile for the BL31 image by Varun Wadekar · 5 years ago
  24. 594811b Add ARMv8.3-PAuth registers to CPU context by Antonio Nino Diaz · 5 years ago
  25. 13adfb1 Cleanup context handling library by Antonio Nino Diaz · 5 years ago
  26. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  27. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  28. 864ca6f context_mgmt: Fix MISRA defects by Antonio Nino Diaz · 6 years ago
  29. 9fe40fd Fix MISRA defects in workaround and errata framework by Antonio Nino Diaz · 6 years ago
  30. b4dee44 context_mgmt: Remove deprecated interfaces by Antonio Nino Diaz · 6 years ago
  31. 32ceef5 SDEI: MISRA fixes by Jeenu Viswambharan · 6 years ago
  32. bb1fd5b SDEI: Ensure SDEI handler executes with CVE-2018-3639 mitigation enabled by Dimitris Papastamos · 6 years ago
  33. fe5c421 Merge pull request #1392 from dp-arm/dp/cve_2018_3639 by Dimitris Papastamos · 6 years ago
  34. 28dce9e context_mgmt: Make cm_init_context_common public by Antonio Nino Diaz · 6 years ago
  35. ba51d9e Add support for dynamic mitigation for CVE-2018-3639 by Dimitris Papastamos · 6 years ago
  36. 96c7df0 AArch64: Introduce External Abort handling by Jeenu Viswambharan · 7 years ago
  37. 0571270 Fix MISRA rule 8.4 in common code by Roberto Vargas · 6 years ago
  38. b63c6f1 Optimize/cleanup BPIALL workaround by Dimitris Papastamos · 6 years ago
  39. fa2b736 Merge pull request #1197 from dp-arm/dp/amu by davidcunado-arm · 6 years ago
  40. d1a1841 Add PubSub events for CPU powerdown/powerup by Dimitris Papastamos · 7 years ago
  41. c52ebdc Workaround for CVE-2017-5715 on Cortex A73 and A75 by Dimitris Papastamos · 7 years ago
  42. 5bdbb47 Refactor Statistical Profiling Extensions implementation by Dimitris Papastamos · 7 years ago
  43. d1a1fd4 Move FPEXC32_EL2 to FP Context by David Cunado · 7 years ago
  44. 10a6727 BL31: Introduce Exception Handling Framework by Jeenu Viswambharan · 7 years ago
  45. 31ea969 Merge pull request #1151 from JoelHutton/jh/MISRA-Mandatory by davidcunado-arm · 7 years ago
  46. 43a4d57 Change sizeof to use type of struct not function by Joel Hutton · 7 years ago
  47. a7921b9 aarch64: Add PubSub events to capture security state transitions by Dimitris Papastamos · 7 years ago
  48. 55e56a9 PSCI: Publish CPU ON event by Jeenu Viswambharan · 7 years ago
  49. e3f2200 BL31: Introduce Publish and Subscribe framework by Jeenu Viswambharan · 7 years ago
  50. 4168f2f Init and save / restore of PMCR_EL0 / PMCR by David Cunado · 7 years ago
  51. 97ad6ce cpu log buffer size depends on cache line size by Etienne Carriere · 7 years ago
  52. 09bb548 Merge pull request #978 from etienne-lms/minor-build by danh-arm · 7 years ago
  53. 662bf93 context_mgmt: declare extern cm_set_next_context() for AArch32 by Etienne Carriere · 7 years ago
  54. ee3457b aarch64: Enable Statistical Profiling Extensions for lower ELs by dp-arm · 7 years ago
  55. c6a11f6 include: add U()/ULL() macros for constants by Varun Wadekar · 7 years ago
  56. 6715485 Merge pull request #927 from jeenu-arm/state-switch by davidcunado-arm · 7 years ago
  57. bc1a929 Introduce ARM SiP service to switch execution state by Jeenu Viswambharan · 7 years ago
  58. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  59. 3759e3f Control inclusion of helper code used for asserts by Antonio Nino Diaz · 7 years ago
  60. b911cc7 Re-factor header files for easier PSCI library integration by Soby Mathew · 7 years ago
  61. 3cac786 Add PMF instrumentation points in TF by dp-arm · 8 years ago
  62. 5d36121 AArch32: Add generic changes in BL1 by Yatharth Kochar · 8 years ago
  63. 748be1d AArch32: Add support in TF libraries by Soby Mathew · 8 years ago
  64. 0d78607 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 8 years ago