1. 873d424 Enable v8.6 AMU enhancements (FEAT_AMUv1p1) by johpow01 · 4 years, 10 months ago
  2. 0563ab0 Aarch64: Add support for FEAT_MTE3 by Alexei Fedorov · 4 years, 8 months ago
  3. d7b5f40 Increase type widths to satisfy width requirements by Jimmy Brisson · 5 years ago
  4. 6b704da SPM: Change condition on saving/restoring EL2 registers by Ruari Phipps · 5 years ago
  5. fbc44bd Prevent RAS register access from lower ELs by Varun Wadekar · 5 years ago
  6. 29d0ee5 Enable ARMv8.6-ECV Self-Synch when booting to EL2 by Jimmy Brisson · 5 years ago
  7. 110ee43 Enable ARMv8.6-FGT when booting to EL2 by Jimmy Brisson · 5 years ago
  8. 6cac724 Enable v8.6 WFE trap delays by johpow01 · 5 years ago
  9. 2825946 SPMD: Adds partially supported EL2 registers. by Max Shvetsov · 5 years ago
  10. 28f39f0 SPMD: save/restore EL2 system registers. by Max Shvetsov · 5 years ago
  11. e693728 Coverity: remove unnecessary header file includes by Zelalem · 6 years ago
  12. f1be00d Use correct type when reading SCR register by Louis Mayencourt · 6 years ago
  13. db3ae85 S-EL2 Support: Check for AArch64 by Artsem Artsemenka · 6 years ago
  14. 0376e7c Add support for enabling S-EL2 by Achin Gupta · 6 years ago
  15. 019b03a Fix MTE support from causing unused variable warnings by Justin Chadwell · 6 years ago
  16. eeb5a7b SCTLR and ACTLR are 32-bit for AArch32 and 64-bit for AArch64 by Deepika Bhavnani · 6 years ago
  17. 9dd9438 Enable MTE support in both secure and non-secure worlds by Justin Chadwell · 6 years ago
  18. e290a8f AArch64: Disable Secure Cycle Counter by Alexei Fedorov · 6 years ago
  19. b7e398d Enable MTE support unilaterally for Normal World by Soby Mathew · 6 years ago
  20. 64503b2 Merge pull request #1839 from loumay-arm/lm/a7x_errata by Antonio Niño Díaz · 6 years ago
  21. 5283962 Add ARMv8.3-PAuth registers to CPU context by Antonio Nino Diaz · 7 years ago
  22. 5f5d1ed Add workaround for errata 764081 of Cortex-A75 by Louis Mayencourt · 6 years ago
  23. 8aabea3 Correct typographical errors by Paul Beesley · 7 years ago
  24. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  25. a0fee74 context_mgmt: Fix MISRA defects by Antonio Nino Diaz · 7 years ago
  26. 40daecc Fix MISRA defects in extension libs by Antonio Nino Diaz · 7 years ago
  27. 3ff4aaa AArch64: Enable lower ELs to use pointer authentication by Jeenu Viswambharan · 7 years ago
  28. 87c8513 Mark BL31 initialization functions by Daniel Boulby · 7 years ago
  29. 24f671f context_mgmt: Fix HANDLE_EA_EL3_FIRST implementation by Julius Werner · 7 years ago
  30. 5f83591 AArch64: Enable MPAM for lower ELs by Jeenu Viswambharan · 7 years ago
  31. 1634cae context_mgmt: Make cm_init_context_common public by Antonio Nino Diaz · 7 years ago
  32. 10df381 Merge pull request #1376 from vwadekar/cm-init-actlr-el1 by Dimitris Papastamos · 7 years ago
  33. 2ab9617 lib: el3_runtime: initialise actlr_el1 to hardware defaults by Varun Wadekar · 7 years ago
  34. 1a7c1cf RAS: Add fault injection support by Jeenu Viswambharan · 8 years ago
  35. 085e80e Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 7 years ago
  36. 1a85337 Enable SVE for Non-secure world by David Cunado · 8 years ago
  37. 380559c AMU: Implement support for aarch64 by Dimitris Papastamos · 8 years ago
  38. 281a08c Refactor Statistical Profiling Extensions implementation by Dimitris Papastamos · 8 years ago
  39. 0fd0f22 Factor out extension enabling to a separate function by Dimitris Papastamos · 8 years ago
  40. 17b4c0d aarch64: Add PubSub events to capture security state transitions by Dimitris Papastamos · 8 years ago
  41. 3e61b2b Init and save / restore of PMCR_EL0 / PMCR by David Cunado · 8 years ago
  42. 2e09d4f fix a typo about sctlr_el2 by Ken Kuang · 8 years ago
  43. d832aee aarch64: Enable Statistical Profiling Extensions for lower ELs by dp-arm · 8 years ago
  44. 18f2efd Fully initialise essential control registers by David Cunado · 8 years ago
  45. d6104f5 Merge pull request #927 from jeenu-arm/state-switch by davidcunado-arm · 8 years ago
  46. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  47. f4c8aa9 Add macro to check whether the CPU implements an EL by Jeenu Viswambharan · 8 years ago
  48. 32f0d3c Replace some memset call by zeromem by Douglas Raillard · 9 years ago
  49. 3d8256b Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 9 years ago
  50. 939f66d Reset EL2 and EL3 configurable controls by David Cunado · 9 years ago
  51. 495f3d3 Reset debug registers MDCR-EL3/SDCR and MDCR_EL2/HDCR by David Cunado · 9 years ago
  52. b7b0787 Unify SCTLR initialization for AArch32 normal world by Soby Mathew · 9 years ago
  53. 532ed61 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 9 years ago[Renamed from common/context_mgmt.c]
  54. 4c0d039 Rework type usage in Trusted Firmware by Soby Mathew · 9 years ago
  55. 1c87351 context: Fix typo in comment by Soren Brinkmann · 9 years ago
  56. adb4fcf Enable asynchronous abort exceptions during boot by Gerald Lejeune · 9 years ago
  57. bbf8f6f Move context management code to common location by Yatharth Kochar · 10 years ago[Renamed (77%) from bl31/context_mgmt.c]
  58. 0e288c9 Merge pull request #461 from yatharth-arm/yk/nvidia_patch by danh-arm · 10 years ago