1. aaaf2cc refactor(cpufeat): add macro to simplify is_feat_xx_present by Sona Mathew · 1 year, 5 months ago
  2. 9e51f15 chore: simplify the macro names in ENABLE_FEAT mechanism by Sona Mathew · 1 year, 5 months ago
  3. c282384 refactor(mte): remove mte, mte_perm by Govindraj Raja · 1 year, 5 months ago
  4. 30f05b4 feat(cpufeat): added few helper functions by Manish Pandey · 1 year, 7 months ago
  5. 8e39788 feat(mte): add mte2 feat by Govindraj Raja · 1 year, 6 months ago
  6. 30019d8 feat(cpufeat): add feature detection for FEAT_CSV2_3 by Sona Mathew · 1 year, 9 months ago
  7. 0a33adc refactor(mte): deprecate CTX_INCLUDE_MTE_REGS by Govindraj Raja · 1 year, 8 months ago
  8. edebefb fix(mpam): refine MPAM initialization and enablement process by Arvind Ram Prakash · 1 year, 10 months ago
  9. a8d5d3d refactor(cpufeat): introduce wrapper macro for read_feat_...() functions by Andre Przywara · 2 years, 4 months ago
  10. 4d0b663 feat(mte): adds feature detection for MTE_PERM by Maksims Svecovs · 2 years, 4 months ago
  11. 83a4dae refactor(pmu): convert FEAT_MTPMU to C and move to persistent register init by Boyan Karatotev · 2 years, 6 months ago
  12. c73686a feat(pmu): introduce pmuv3 lib/extensions folder by Boyan Karatotev · 2 years, 6 months ago
  13. bff074d feat(xlat): detect 4KB and 16KB page support when FEAT_LPA2 is present by Javier Almansa Sobrino · 2 years, 3 months ago
  14. 6503ff2 refactor(cpufeat): enable FEAT_RAS for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
  15. 03d3c0d feat(sme): enable SME2 functionality for NS world by Jayanth Dodderi Chidanand · 2 years, 9 months ago
  16. 88727fc refactor(cpufeat): enable FEAT_DIT for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
  17. 688ab57 feat(gcs): support guarded control stack by Mark Brown · 2 years, 5 months ago
  18. 062b6c6 feat(pie/por): support permission indirection and overlay by Mark Brown · 2 years, 5 months ago
  19. 2b0bc4e feat(cpufeat): enable FEAT_SVE for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 2 years, 5 months ago
  20. 45007ac feat(cpufeat): enable FEAT_SME for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 2 years, 5 months ago
  21. b57e16a refactor(amu): use new AMU feature check routines by Andre Przywara · 2 years, 5 months ago
  22. d23acc9 refactor(amu): unify ENABLE_AMU and ENABLE_FEAT_AMUv1 by Andre Przywara · 2 years, 5 months ago
  23. ac17e52 refactor(cpufeat): enable FEAT_RNG for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 5 months ago
  24. 623f614 refactor(cpufeat): align FEAT_SEL2 to new feature handling by Andre Przywara · 2 years, 5 months ago
  25. d5384b6 refactor(cpufeat): enable FEAT_NV2 for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
  26. 1223d2a refactor(cpufeat): enable FEAT_TWED for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
  27. 7db710f refactor(cpufeat): enable FEAT_CSV2_2 for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  28. b8f03d2 refactor(cpufeat): enable FEAT_ECV for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  29. 4f5ef84 refactor(cpufeat): enable FEAT_PAN for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
  30. 2407709 refactor(cpufeat): align FEAT_SB to new feature handling by Andre Przywara · 2 years, 9 months ago
  31. 603a0c6 refactor(cpufeat): enable SYS_REG_TRACE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  32. ea735bf refactor(cpufeat): enable FEAT_VHE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  33. 9448f2b refactor(mpam): enable FEAT_MPAM for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  34. 6437a09 refactor(spe): enable FEAT_SPE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  35. d333160 feat(tcr2): support FEAT_TCR2 by Mark Brown · 2 years, 5 months ago
  36. fc8d2d3 refactor(trf): enable FEAT_TRF for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  37. ff49103 refactor(brbe): enable FEAT_BRBE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  38. f5360cf refactor(trbe): enable FEAT_TRBE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  39. fd1dd4c refactor(cpufeat): wrap CPU ID register field isolation by Andre Przywara · 2 years, 6 months ago
  40. d242128 refactor(cpufeat): convert FEAT_HCX to new scheme by Andre Przywara · 2 years, 9 months ago
  41. f0deb4c refactor(amu): convert FEAT_AMUv1 to new scheme by Andre Przywara · 2 years, 9 months ago
  42. ce48595 refactor(cpufeat): decouple FGT feature detection and build flags by Andre Przywara · 2 years, 9 months ago
  43. c687776 fix(aarch64): make AArch64 FGT feature detection more robust by Andre Przywara · 2 years, 10 months ago
  44. 93910a7 Merge "feat(pauth): add/modify helpers to support QARMA3" into integration by Manish Pandey · 2 years, 11 months ago
  45. 9ff5f75 feat(pauth): add/modify helpers to support QARMA3 by Juan Pablo Conde · 3 years, 1 month ago
  46. ff86e0b feat(rng-trap): add EL3 support for FEAT_RNG_TRAP by Juan Pablo Conde · 3 years, 1 month ago
  47. 47c681b feat(trbe): add trbe under feature detection mechanism by Jayanth Dodderi Chidanand · 3 years, 3 months ago
  48. 1298f2f feat(brbe): add brbe under feature detection mechanism by Jayanth Dodderi Chidanand · 3 years, 3 months ago
  49. 6a0da73 refactor(el3-runtime): add arch-features detection mechanism by Jayanth Dodderi Chidanand · 3 years, 7 months ago
  50. 4d48215 test(el3-runtime): dit is retained on world switch by Daniel Boulby · 3 years, 10 months ago
  51. 81c272b feat(rme): add register definitions and helper functions for FEAT_RME by Zelalem Aweke · 4 years, 1 month ago
  52. cb4ec47 feat(hcx): add build option to enable FEAT_HCX by johpow01 · 4 years ago
  53. 37596fc fix(sdei): set SPSR for SDEI based on TakeException by Daniel Boulby · 4 years, 8 months ago
  54. 873d424 Enable v8.6 AMU enhancements (FEAT_AMUv1p1) by johpow01 · 4 years, 10 months ago
  55. 7c802c7 Define registers for FEAT_RNG support by Tomas Pilar · 4 years, 9 months ago
  56. 29d0ee5 Enable ARMv8.6-ECV Self-Synch when booting to EL2 by Jimmy Brisson · 5 years ago
  57. 110ee43 Enable ARMv8.6-FGT when booting to EL2 by Jimmy Brisson · 5 years ago
  58. dbcc44a TF-A: Fix wrong register read for MPAM extension by Alexei Fedorov · 5 years ago
  59. 6cac724 Enable v8.6 WFE trap delays by johpow01 · 5 years ago
  60. 5269694 SPMD: code/comments cleanup by Olivier Deprez · 5 years ago
  61. ed108b5 Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 6 years ago
  62. b7e398d Enable MTE support unilaterally for Normal World by Soby Mathew · 6 years ago
  63. 9fc5963 Add support for Branch Target Identification by Alexei Fedorov · 6 years ago
  64. b6fd418 Correctly check for support of Address Authentication by Antonio Nino Diaz · 6 years ago
  65. b86048c Add support for pointer authentication by Antonio Nino Diaz · 6 years ago
  66. 29a2413 drivers: generic_delay_timer: Assert presence of Generic Timer by Antonio Nino Diaz · 6 years ago
  67. cedfa04 lib/xlat_tables: Add support for ARMv8.4-TTST by Sathees Balya · 7 years ago
  68. 2559b2c xlat v2: Dynamically detect need for CnP bit by Antonio Nino Diaz · 7 years ago