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