1. a5c4212 refactor(cpus): replace adr with adr_l by Hsin-Hsiung Wang · 1 year, 6 months ago
  2. 3c789bf feat(el3-runtime): introduce UNDEF injection to lower EL by Manish Pandey · 1 year, 8 months ago
  3. 6d22b08 fix(el3-runtime): restrict lower el EA handlers in FFH mode by Manish Pandey · 1 year, 10 months ago
  4. f87e54f fix(ras): remove RAS_FFH_SUPPORT and introduce FFH_SUPPORT by Manish Pandey · 1 year, 10 months ago
  5. 6597fcf feat(ras): use FEAT_IESB for error synchronization by Manish Pandey · 2 years, 1 month ago
  6. d04c04a feat(el3-runtime): modify vector entry paths by Manish Pandey · 2 years, 2 months ago
  7. 461c0a5 refactor(cm): move EL3 registers to global context by Elizabeth Ho · 2 years, 1 month ago
  8. 3991b88 refactor(el3-runtime): move interrupt exception handler from macro to a function by Manish Pandey · 2 years, 1 month ago
  9. b2d8517 fix: pass SMCCCv1.3 SVE hint to internal flags by Olivier Deprez · 2 years, 2 months ago
  10. c84200e Merge "fix(pmu): unconditionally save PMCR_EL0" into integration by Manish Pandey · 2 years, 3 months ago
  11. 9202d51 refactor(ras): replace RAS_EXTENSION with FEAT_RAS by Manish Pandey · 2 years, 6 months ago
  12. 1d6d680 fix(pmu): unconditionally save PMCR_EL0 by Boyan Karatotev · 2 years, 8 months ago
  13. f8a3579 fix(smccc): check smc_fid [23:17] bits by Jayanth Dodderi Chidanand · 2 years, 5 months ago
  14. dc2b8e8 Merge changes from topic "panic_cleanup" into integration by Bipin Ravi · 2 years, 5 months ago
  15. 17d07a5 refactor(bl31): use elx_panic for sysreg_handler64 by Govindraj Raja · 2 years, 5 months ago
  16. bd62ce9 refactor(aarch64): rename do_panic and el3_panic by Govindraj Raja · 2 years, 7 months ago
  17. 6f7de9a refactor(el3_runtime): unify handle/enter_lower_el_async_ea by Manish Pandey · 2 years, 7 months ago
  18. d87c0e2 refactor(el3_runtime): introduce save_x30 macro by Manish Pandey · 2 years, 7 months ago
  19. 76a91d8 refactor(el3_runtime): remove unnecessary assembly macros by Manish Pandey · 2 years, 7 months ago
  20. ccd81f1 feat(el3-runtime): introduce system register trap handler by Andre Przywara · 2 years, 9 months ago
  21. e61713b fix(el3_runtime): do not save scr_el3 during EL3 entry by Manish Pandey · 2 years, 8 months ago
  22. 0fe7b9f feat: pass SMCCCv1.3 SVE hint bit to dispatchers by Olivier Deprez · 2 years, 10 months ago
  23. 7d33ffe fix(el3-runtime): set unset pstate bits to default by Daniel Boulby · 4 years, 2 months ago
  24. 97215e0 refactor(el3-runtime): add prepare_el3_entry func by Daniel Boulby · 3 years, 7 months ago
  25. 4693ff7 feat(rme): add Realm security state definition by Zelalem Aweke · 4 years, 1 month ago
  26. c2d32a5 Fix exception handlers in BL31: Use DSB to synchronize pending EA by Madhukar Pappireddy · 5 years ago
  27. 3b8456b runtime_exceptions: Update AT speculative workaround by Manish V Badarkhe · 5 years ago
  28. c367b75 Changes necessary to support SEPARATE_NOBITS_REGION feature by Madhukar Pappireddy · 6 years ago
  29. f461fe3 Prevent speculative execution past ERET by Anthony Steinhauser · 6 years ago
  30. ed108b5 Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 6 years ago
  31. 1f46197 Add UBSAN support and handlers by Justin Chadwell · 6 years ago
  32. e290a8f AArch64: Disable Secure Cycle Counter by Alexei Fedorov · 6 years ago
  33. cc485e2 Rework smc_unknown return code path in smc_handler by Madhukar Pappireddy · 6 years ago
  34. 050136d Fix restoration of PAuth context by Alexei Fedorov · 6 years ago
  35. 317d68e Restore PAuth context in case of unknown SMC call by Alexei Fedorov · 6 years ago
  36. b86048c Add support for pointer authentication by Antonio Nino Diaz · 6 years ago
  37. 5283962 Add ARMv8.3-PAuth registers to CPU context by Antonio Nino Diaz · 7 years ago
  38. 0709055 Remove support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 7 years ago
  39. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  40. e8ce60a SPM: Introduce SMC handlers for SPCI and SPRT by Antonio Nino Diaz · 7 years ago
  41. 01fc1c2 BL31: Use helper function to save registers in SMC handler by Soby Mathew · 7 years ago
  42. eaeaa4d RAS: Introduce handler for EL3 EAs by Jeenu Viswambharan · 7 years ago
  43. df8f318 RAS: Move EA handling to a separate file by Jeenu Viswambharan · 7 years ago
  44. a9203ed Add end_vector_entry assembler macro by Roberto Vargas · 7 years ago
  45. 14c6016 AArch64: Introduce RAS handling by Jeenu Viswambharan · 7 years ago
  46. 76454ab AArch64: Introduce External Abort handling by Jeenu Viswambharan · 8 years ago
  47. ef653d9 AArch64: Refactor GP register restore to separate function by Jeenu Viswambharan · 8 years ago
  48. 2f37046 Add support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 7 years ago
  49. 4abd7fa Redefine SMC_UNK as -1 instead of 0xFFFFFFFF by Antonio Nino Diaz · 7 years ago
  50. 201ca5b runtime_exceptions: Save x4-x29 unconditionally by Dimitris Papastamos · 8 years ago
  51. f62ad32 Workaround for CVE-2017-5715 on Cortex A57 and A72 by Dimitris Papastamos · 8 years ago
  52. 4d91838 Fix x30 reporting for unhandled exceptions by Julius Werner · 8 years ago
  53. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  54. a806dad Define and use no_ret macro where no return is expected by Jeenu Viswambharan · 9 years ago
  55. a6ef439 Cosmetic change to exception table by Douglas Raillard · 9 years ago
  56. 872be88 Add PMF instrumentation points in TF by dp-arm · 9 years ago
  57. e0ae9fa Introduce some helper macros for exception vectors by Sandrine Bailleux · 9 years ago
  58. bbf8f6f Move context management code to common location by Yatharth Kochar · 10 years ago
  59. 5471841 Remove the IMF_READ_INTERRUPT_ID build option by Soby Mathew · 10 years ago
  60. 5717aae Fix handling of spurious interrupts in BL3_1 by Achin Gupta · 10 years ago
  61. 8b77962 Add support to indicate size and end of assembly functions by Kévin Petit · 10 years ago
  62. 4480425 Miscellaneous documentation fixes by Sandrine Bailleux · 11 years ago
  63. 0c8d4fe Unmask SError interrupt and clear SCR_EL3.EA bit by Achin Gupta · 11 years ago
  64. 6397bf6 Merge pull request #172 from soby-mathew/sm/asm_assert by danh-arm · 11 years ago
  65. 626ed51 Rework the crash reporting in BL3-1 to use less stack by Soby Mathew · 11 years ago
  66. b51da82 Remove coherent stack usage from the warm boot path by Achin Gupta · 11 years ago
  67. a378108 Fix compilation issue for IMF_READ_INTERRUPT_ID build flag by Soby Mathew · 11 years ago
  68. b460b8b Pass 'cookie' parameter to interrupt handler in BL3-1 by Soby Mathew · 11 years ago
  69. 9865ac1 Further renames of platform porting functions by Dan Handley · 11 years ago
  70. 5f0cdb0 Split platform.h into separate headers by Dan Handley · 11 years ago
  71. dce74b8 Introduce interrupt handling framework in BL3-1 by Achin Gupta · 11 years ago
  72. a43d431 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 11 years ago
  73. c3260f9 Preserve x19-x29 across world switch for exception handling by Soby Mathew · 11 years ago
  74. 97043ac Reduce deep nesting of header files by Dan Handley · 11 years ago
  75. 35e98e5 Make use of user/system includes more consistent by Dan Handley · 11 years ago
  76. 2bf28e6 Allocate single stacks for BL1 and BL2 by Andrew Thoelke · 11 years ago
  77. 0a30cf5 Place assembler functions in separate sections by Andrew Thoelke · 11 years ago
  78. d8b07aa Move per cpu exception stack in BL31 to tzfw_normal_stacks by Vikram Kanigiri · 11 years ago
  79. a7934d6 Add exception vector guards by Jeenu Viswambharan · 11 years ago
  80. caa8493 Add support for handling runtime service requests by Jeenu Viswambharan · 11 years ago
  81. b739f22 Setup VBAR_EL3 incrementally by Achin Gupta · 12 years ago
  82. e83b0ca Update year in copyright text to 2014 by Dan Handley · 12 years ago
  83. 4a826dd rework general purpose registers save and restore by Achin Gupta · 12 years ago
  84. ab2d31e Enable third party contributions by Dan Handley · 12 years ago
  85. 8d69a03 Various improvements/cleanups on the linker scripts by Sandrine Bailleux · 12 years ago
  86. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 12 years ago v0.2