1. d2e9393 feat(runtime/rmi): implement RMI_DEV_MEM_(UN)MAP by AlexeiFedorov · 7 months ago
  2. f1b6d04 feat(lib/stack_protector): Add stack protector option by Jacob Man Chun Yiu · 6 months ago
  3. fb1d40b chore(lib/common): rename DEV_RANGE_xx enumerators by AlexeiFedorov · 4 months ago
  4. 6e7d24a refactor(app/attestatio): optimise cca token creation by Mate Toth-Pal · 5 months ago
  5. 646c603 feat(runtime): use attest app for attest by Mate Toth-Pal · 6 months ago
  6. cdc96e3 feat(lib/attestation): use app for doing measurement ops by Mate Toth-Pal · 12 months ago
  7. 5542a33 chore(runtime): suppress struct padding warning in rec.h by Mate Toth-Pal · 6 months ago
  8. c83c305 refactor(lib/allocator): move heap context handling to alloc lib by Mate Toth-Pal · 6 months ago
  9. 1faff54 feat(runtime/rmi): Add support for dev granules (UN)DELEGATE by AlexeiFedorov · 9 months ago
  10. 037add6 feat(lib/granule): Add dev_granule object type by AlexeiFedorov · 9 months ago
  11. e2d133c fix(mpam): trap access to MPAM registers from Realm. by Javier Almansa Sobrino · 7 months ago
  12. 21992e7 fix(lib/arch): disable BRBE at R-EL2 and R-EL1 by Sona Mathew · 6 months ago
  13. 020ab8f fix(runtime): modify sysreg_trap to handle UNDEF inj by Sona Mathew · 5 months ago
  14. f74df2f fix(runtime): remove redundant check on realm_ipa_get_ripas() by Javier Almansa Sobrino · 5 months ago
  15. 57fadaf feat(app/common): add app service framework by Mate Toth-Pal · 6 months ago
  16. 8f94924 feat(app): add framework to run an el0 app by Mate Toth-Pal · 6 months ago
  17. bbb816d feat(app): add code to parse app bin headers by Mate Toth-Pal · 1 year ago
  18. a8cecfd Merge "fix(runtime/core): update default cases" into integration by Soby Mathew · 6 months ago
  19. 470b58b Merge "fix(runtime/core): clear granules memory after mmu enabled" into integration by Soby Mathew · 6 months ago
  20. 90dd1ea Merge "fix(mpam): hide FEAT_MPAM to realms" into integration by Soby Mathew · 6 months ago
  21. 7b08744 fix(mpam): hide FEAT_MPAM to realms by Javier Almansa Sobrino · 7 months ago
  22. ea0213a fix(runtime/core): clear granules memory after mmu enabled by Shanker Donthineni · 7 months ago
  23. 4f57291 Merge "chore(runtime/core): add logs for SEA injection" into integration by Soby Mathew · 6 months ago
  24. 55b0365 fix(runtime/core): update default cases by Raghu Krishnamurthy · 7 months ago
  25. 3001c8a fix(runtime/core): save and restore all ns pmu event counters by Shruti Gupta · 7 months ago
  26. f951148 Merge changes I3384609c,I9277673d,I14f3ad49 into integration by Soby Mathew · 7 months ago
  27. 2d01992 fix(runtime/rmi): fix smc_rec_create() by AlexeiFedorov · 7 months ago
  28. 6aa3634 fix(runtime): remove sp_el0 from sysreg_state by AlexeiFedorov · 7 months ago
  29. fd56c2c chore(runtime/core): add logs for SEA injection by Shruti Gupta · 7 months ago
  30. 675d85c refactor(lib/arch): remove dependency on rmm-lib-smc by Mate Toth-Pal · 9 months ago
  31. b1228bb build: add Wextra compile option by Soby Mathew · 7 months ago
  32. 1eccd46 chore(lib/arch): rename PA range defines by Soby Mathew · 10 months ago
  33. 8b59183 fix(runtime/rmi) : remove redundant granule_unlock by Shyamanth RH · 8 months ago
  34. 34005b9 fix(sea_inject): setup missing bits on PSTATE for abort injection by Javier Almansa Sobrino · 10 months ago
  35. 62ece7d fix(runtime/rmi) : Added top_gran_align check by Shyamanth RH · 8 months ago
  36. 4003b3c feat(runtime): add support for lower and higher RMI/RSI revision by Arunachalam Ganapathy · 9 months ago
  37. e8d2fde Merge changes Idc97e7ba,I7e5cf993 into integration by Soby Mathew · 9 months ago
  38. fdbc4b4 fix: resolve clang-tidy-14 errors by Soby Mathew · 9 months ago
  39. bff770d feat(runtime): update rmi feature register0 with DA fields by Arunachalam Ganapathy · 1 year, 1 month ago
  40. 7841780 refactor(lib/slot_buf): common function to map aux granules by Arunachalam Ganapathy · 1 year, 3 months ago
  41. f36187e feat(smc): add RMI/RSI commands, data types aligning with 1.1-alp9 by Arunachalam Ganapathy · 1 year, 3 months ago
  42. cfd3254 feat(lib/arch): add support for FEAT_DoubleFault2 to RMM by Javier Almansa Sobrino · 10 months ago
  43. b643b75 fix(runtime): enable FEAT_DIT on fine-grained basis by Rustam Ismayilov · 10 months ago
  44. f5257c6 fix(runtime): RTT_READ_ENTRY does not set x3 correctly by Soby Mathew · 9 months ago
  45. 1313d31 Merge changes from topic "el0-app-support" into integration by Soby Mathew · 10 months ago
  46. 63c5ee2 refactor(lib/allocator): move rec related defines to rec.h by Mate Toth-Pal · 11 months ago
  47. c179504 chore(lib): resolve MISRA C 2012 errors by AlexeiFedorov · 10 months ago
  48. 9d2bd2b feat(runtime): check EL3 queues by Soby Mathew · 10 months ago
  49. 1ceb008 chore: Replace ARRAY_LEN() with ARRAY_SIZE() by Soby Mathew · 10 months ago
  50. 376ffa4 refactor(lib/attestation): allow RMM to continue even if attestation fails by Soby Mathew · 10 months ago
  51. 303ee02 fix(runtime/core) : Clear ISV bit for non emulatable data abort in rec->last_run_info.esr by Shyamanth RH · 11 months ago
  52. da7ee81 feat(runtime/rsi): set realm personalization value by AlexeiFedorov · 10 months ago
  53. a2ef91d feat(runtime/rmi): report number of breakpoints and watchpoints by AlexeiFedorov · 12 months ago
  54. 5db2aaa feat(runtime/core): disable RMI_RTT_CREATE/DESTROY logging by AlexeiFedorov · 12 months ago
  55. 99d7f16 feat(runtime/rmi): set order of the maximum number of RECs by AlexeiFedorov · 12 months ago
  56. 8e44bc8 feat(lib/gic): set number of GICv3 List Registers by AlexeiFedorov · 12 months ago
  57. 54ac549 feat(runtime/rsi): update RSI_IPA_STATE_GET command by AlexeiFedorov · 1 year ago
  58. 33c1db7 feat(runtime/core): add RMI_RTT_UNMAP_UNPROTECTED logging by AlexeiFedorov · 1 year ago
  59. d1f08a6 Merge "refactor(runtime): remove pointer of pmu field in ns_state" into integration by Soby Mathew · 10 months ago
  60. 4f2b34d refactor(runtime): remove pointer of pmu field in ns_state by Juan Pablo Conde · 11 months ago
  61. 6752efa fix(runtime): Remove hard-coded configuration of VTRC_EL2:PS by Mathieu Poirier · 11 months ago
  62. 830a3e9 Merge "fix(lib/measurement): fix misuse of psa_hash_finish()" into integration by Soby Mathew · 10 months ago
  63. d308498 fix(lib/measurement): fix misuse of psa_hash_finish() by Juan Pablo Conde · 11 months ago
  64. ad871f9 refactor(lib/attestation): replace panic() with RSI_ERROR_UNKNOWN by Juan Pablo Conde · 11 months ago
  65. f747ef3 feat(lib/smc): add RSI_ERROR_UNKNOWN by AlexeiFedorov · 12 months ago
  66. 79ca256 refactor(lib/attestation): change return values cca token by Juan Pablo Conde · 12 months ago
  67. fdcf08e Merge "fix(lib/s2tt) : PA must be <= 48 bits for LPA2 disabled Realm" into integration by Soby Mathew · 11 months ago
  68. 3530a71 fix(lib/s2tt) : PA must be <= 48 bits for LPA2 disabled Realm by Shruti Gupta · 11 months ago
  69. 887a8aa fix(runtime): fix calculation of VMPIDR_EL2 value by AlexeiFedorov · 11 months ago
  70. 9e49be5 Merge "refactor(lib/attestation): cleanup struct token_sign_cntxt" into integration by Soby Mathew · 11 months ago
  71. 4feff40 refactor(lib/attestation): cleanup struct token_sign_cntxt by Mate Toth-Pal · 11 months ago
  72. da53d22 fix(runtime): reset token length after token creation by Soby Mathew · 11 months ago
  73. b040f62 Merge "refactor(lib/attestation): manage token state within component" into integration by Soby Mathew · 11 months ago
  74. e9aea7f fix(runtime/core): unlock rtt if rtt walk succeeds by Fang-Jie-Yang · 1 year ago
  75. f362213 refactor(lib/attestation): manage token state within component by Soby Mathew · 1 year, 1 month ago
  76. 7c9dcf4 Merge "fix(lib/arch): revert use of TSW bit in Realm HCR flags" into integration by Soby Mathew · 1 year, 1 month ago
  77. c744b93 fix(lib/arch): revert use of TSW bit in Realm HCR flags by Sona Mathew · 1 year, 1 month ago
  78. c6480e8 fix(runtime/core): invalidate caches during boot by Raghu Krishnamurthy · 1 year, 2 months ago
  79. 807dda8 refactor(lib/smc): rename RMI calls prefix from SMC_RMM to SMC_RMI by Arunachalam Ganapathy · 1 year, 3 months ago
  80. 745499d refactor(lib/granule): redefine granule structure by AlexeiFedorov · 1 year, 3 months ago
  81. 31a9f62 Merge "fix(runtime): add sb on realm_exit" into integration by Soby Mathew · 1 year, 2 months ago
  82. 9747ed7 fix(runtime/rmi): fix deadlock by Raghu Krishnamurthy · 1 year, 2 months ago
  83. 11f541a fix(runtime): add sb on realm_exit by Soby Mathew · 1 year, 2 months ago
  84. 5809842 Merge changes I69d4115f,I5cc4d359 into integration by Soby Mathew · 1 year, 2 months ago
  85. 247357f refactor(lib): restore COMPILER_ASSERT for CBMC by Mate Toth-Pal · 1 year, 3 months ago
  86. 0095db9 chore(lib/arch): update code comments related to SIMD by Arunachalam Ganapathy · 1 year, 3 months ago
  87. 6af510c fix(runtime/rmi): make INJECT_SEA mutually exclusive to EMUL_MMIO by Soby Mathew · 1 year, 3 months ago
  88. ffa4a96 fix(runtime): decrease struc rec size for CBMC build by Mate Toth-Pal · 1 year, 3 months ago
  89. 2f717dd refactor(lib/realm): remove 'lib/realm' library by Javier Almansa Sobrino · 1 year, 6 months ago
  90. 0a0d4ee fix: fix cppcheck misra errors by Shruti Gupta · 1 year, 4 months ago
  91. 9dcdb15 feat(lib/rmm_el3_ifc): get console info from EL3 by Soby Mathew · 1 year, 5 months ago
  92. 9e966b8 fix: fix misra violations by Shruti Gupta · 1 year, 5 months ago
  93. 6bd51e8 Merge "fix(s2tt): fix & suppress false positive Coverity defects" into integration by Soby Mathew · 1 year, 4 months ago
  94. e956db3 fix(s2tt): fix & suppress false positive Coverity defects by AlexeiFedorov · 1 year, 4 months ago
  95. 3105c3f fix(lib/s2tt): allow rtt fold till level 1 by Shruti Gupta · 1 year, 5 months ago
  96. 862f96c feat(lib/realm): use DZ ZVA instruction for granule zeroing by AlexeiFedorov · 1 year, 5 months ago
  97. be9209c feat(lib/debug): add backtrace to exception handler by AlexeiFedorov · 1 year, 5 months ago
  98. 0da5811 feat(tools/cbmc): add option to build with gcc by Mate Toth-Pal · 1 year, 7 months ago
  99. d6d93d8 feat(lib/realm): modify struct granule by AlexeiFedorov · 1 year, 6 months ago
  100. ed960dd Merge "feat(s2tt): add support for FEAT_LPA2 to the s2tte library" into integration by Soby Mathew · 1 year, 5 months ago