1. 3065513 feat(d128): add support for FEAT_D128 by Govindraj Raja · 11 months ago
  2. f4303d0 feat(cm): handle asymmetry for FEAT_TCR2 by Jayanth Dodderi Chidanand · 11 months ago
  3. 6d5319a feat(simd): add routines to save, restore sve state by Madhukar Pappireddy · 1 year, 2 months ago
  4. b36e975 feat(trbe): introduce trbe_disable() function by Arvind Ram Prakash · 1 year, 1 month ago
  5. 651fe50 feat(spe): introduce spe_disable() function by Manish Pandey · 1 year, 1 month ago
  6. 4de07b4 chore(spe): rename spe_disable() to spe_stop() by Manish Pandey · 1 year, 1 month ago
  7. 33e6aaa feat(fgt2): add support for FEAT_FGT2 by Arvind Ram Prakash · 1 year, 2 months ago
  8. 83271d5 feat(debugv8p9): add support for FEAT_Debugv8p9 by Arvind Ram Prakash · 1 year, 2 months ago
  9. 123002f feat(cm): context switch MDCR_EL3 register by Jayanth Dodderi Chidanand · 1 year, 2 months ago
  10. ac4f6aa refactor(cm): move MPAM3_EL3 reg to per world context by Arvind Ram Prakash · 1 year, 9 months ago
  11. 461c0a5 refactor(cm): move EL3 registers to global context by Elizabeth Ho · 2 years, 1 month ago
  12. edebefb fix(mpam): refine MPAM initialization and enablement process by Arvind Ram Prakash · 1 year, 10 months ago
  13. 4c700c1 chore: update to use Arm word across TF-A by Govindraj Raja · 2 years ago
  14. ece8f7d refactor(cm): set MDCR_EL3/CPTR_EL3 bits in respective feat_init_el3() only by Boyan Karatotev · 2 years, 6 months ago
  15. 4085a02 refactor(amu): separate the EL2 and EL3 enablement code by Boyan Karatotev · 2 years, 4 months ago
  16. 60d330d refactor(cpufeat): separate the EL2 and EL3 enablement code by Boyan Karatotev · 2 years, 6 months ago
  17. c73686a feat(pmu): introduce pmuv3 lib/extensions folder by Boyan Karatotev · 2 years, 6 months ago
  18. 2b0bc4e feat(cpufeat): enable FEAT_SVE for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 2 years, 5 months ago
  19. 45007ac feat(cpufeat): enable FEAT_SME for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 2 years, 5 months ago
  20. b57e16a refactor(amu): use new AMU feature check routines by Andre Przywara · 2 years, 5 months ago
  21. 603a0c6 refactor(cpufeat): enable SYS_REG_TRACE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  22. d7f3ed3 fix(cpufeat): make stub enable functions "static inline" by Andre Przywara · 2 years, 5 months ago
  23. 9448f2b refactor(mpam): enable FEAT_MPAM for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  24. 6437a09 refactor(spe): enable FEAT_SPE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  25. e8f0dd5 fix(cpufeat): resolve build errors due to compiler optimization by Jayanth Dodderi Chidanand · 2 years, 5 months ago
  26. 744ad97 feat(brbe): add BRBE support for NS world by johpow01 · 3 years, 6 months ago
  27. 781d07a refactor(twed): improve TWED enablement in EL-3 by Jayanth Dodderi Chidanand · 3 years, 4 months ago
  28. dc78e62 feat(sme): enable SME functionality by johpow01 · 4 years, 1 month ago
  29. 742ca23 feat(amu): enable per-core AMU auxiliary counters by Chris Kay · 4 years ago
  30. e747a59 refactor(amu): refactor enablement and context switching by Chris Kay · 4 years, 2 months ago
  31. 31d3cc2 refactor(amu): detect auxiliary counters at runtime by Chris Kay · 4 years, 2 months ago
  32. 81e2ff1 refactor(amu): detect architected counters at runtime by Chris Kay · 4 years, 2 months ago
  33. 1fd685a refactor(amu): conditionally compile auxiliary counter support by Chris Kay · 4 years, 2 months ago
  34. b4b726e refactor(amu)!: privatize unused AMU APIs by Chris Kay · 4 years, 2 months ago
  35. 6c8dda1 refactor(amu)!: remove `PLAT_AMU_GROUP1_COUNTERS_MASK` by Chris Kay · 4 years, 3 months ago
  36. 8fcd3d9 feat(trf): enable trace filter control register access from lower NS EL by Manish V Badarkhe · 4 years, 1 month ago
  37. d4582d3 feat(sys_reg_trace): enable trace system registers access from lower NS ELs by Manish V Badarkhe · 4 years, 1 month ago
  38. 813524e feat(trbe): enable access to trace buffer control registers from lower NS EL by Manish V Badarkhe · 4 years, 1 month ago
  39. 68ac5ed fix(el3_runtime): fix SVE and AMU extension enablement flags by Arunachalam Ganapathy · 4 years, 1 month ago
  40. 52698a6 refactor(mpam): remove unused function declaration by Manish V Badarkhe · 4 years, 1 month ago
  41. 0c5e7d1 feat(sve): enable SVE for the secure world by Max Shvetsov · 4 years, 5 months ago
  42. 873d424 Enable v8.6 AMU enhancements (FEAT_AMUv1p1) by johpow01 · 4 years, 10 months ago
  43. f3ccf03 TF-A AMU extension: fix detection of group 1 counters. by Alexei Fedorov · 5 years ago
  44. 8ca6153 Tegra194: add RAS exception handling by David Pu · 6 years ago
  45. 6cac724 Enable v8.6 WFE trap delays by johpow01 · 5 years ago
  46. ed108b5 Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 6 years ago
  47. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 6 years ago
  48. 7330861 Minor changes to documentation and comments by Antonio Nino Diaz · 6 years ago
  49. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  50. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
  51. 40daecc Fix MISRA defects in extension libs by Antonio Nino Diaz · 7 years ago
  52. 93c78ed libc: Fix all includes in codebase by Antonio Nino Diaz · 7 years ago
  53. 11dfe0b Merge pull request #1532 from jeenu-arm/misra-fixes by Dimitris Papastamos · 7 years ago
  54. 30a8d96 RAS: MISRA fixes by Jeenu Viswambharan · 7 years ago
  55. 5f83591 AArch64: Enable MPAM for lower ELs by Jeenu Viswambharan · 7 years ago
  56. b56dc2a RAS: Introduce handler for Uncontainable errors by Jeenu Viswambharan · 7 years ago
  57. ca6d918 RAS: Allow individual interrupt registration by Jeenu Viswambharan · 8 years ago
  58. 362599e RAS: Add support for node registration by Jeenu Viswambharan · 8 years ago
  59. 30d81c3 RAS: Add helpers to access Standard Error Records by Jeenu Viswambharan · 8 years ago
  60. 2ff8fbf Implement {spe,sve}_supported() helpers and refactor code by Dimitris Papastamos · 7 years ago
  61. c70da54 AMU: Implement context save/restore for aarch32 by Joel Hutton · 8 years ago
  62. 0767d50 AMU: Add configuration helpers for aarch64 by Dimitris Papastamos · 8 years ago
  63. 59902b7 AMU: Add plat interface to select which group 1 counters to enable by Dimitris Papastamos · 8 years ago
  64. 1a85337 Enable SVE for Non-secure world by David Cunado · 8 years ago
  65. 380559c AMU: Implement support for aarch64 by Dimitris Papastamos · 8 years ago
  66. 281a08c Refactor Statistical Profiling Extensions implementation by Dimitris Papastamos · 8 years ago