1. 412d92f fix(psci): fix parent_idx in psci_validate_state_coordination by Patrick Delaunay · 1 year, 10 months ago
  2. 152ad11 fix(cc): code coverage optimization fix by Mark Dykes · 1 year, 4 months ago
  3. 777f1f6 fix(spe): invoke spe_disable during power domain off/suspend by Jayanth Dodderi Chidanand · 2 years, 1 month ago
  4. 160e843 feat(psci): add psci_do_manage_extensions API by Jayanth Dodderi Chidanand · 1 year, 11 months ago
  5. e60c184 fix(smccc): ensure that mpidr passed through SMC is valid by Manish Pandey · 1 year, 9 months ago
  6. 4c700c1 chore: update to use Arm word across TF-A by Govindraj Raja · 2 years ago
  7. ed6d4a3 refactor(cpus): convert the Cortex-A510 to use the errata framework by Jayanth Dodderi Chidanand · 2 years, 4 months ago
  8. e07e739 refactor(psci): extract cm_prepare_el3_exit_ns() to a common location by Boyan Karatotev · 2 years, 3 months ago
  9. 24a7073 refactor(cm): introduce a real manage_extensions_nonsecure() by Boyan Karatotev · 2 years, 5 months ago
  10. f4d011b Merge changes from topic "psci-osi" into integration by Manish Pandey · 2 years, 2 months ago
  11. d348861 fix(psci): add optional pwr_domain_validate_suspend to plat_psci_ops_t by Wing Li · 2 years, 3 months ago
  12. 6bb96fa refactor(cpus): rename errata_report.h to errata.h by Boyan Karatotev · 2 years, 6 months ago
  13. 8700c6f Merge "fix(psci): do not panic on illegal MPIDR" into integration by Manish Pandey · 2 years, 3 months ago
  14. 8a6d0d2 fix(psci): do not panic on illegal MPIDR by Andre Przywara · 2 years, 3 months ago
  15. 11ccf5d build(psci): move `runtime_errata.S` to PSCI by Chris Kay · 2 years, 4 months ago
  16. 6cf4ae9 feat(psci): introduce 'pwr_domain_off_early' hook by Varun Wadekar · 2 years, 3 months ago
  17. 6632741 fix(psci): potential array overflow with cpu on by Olivier Deprez · 2 years, 4 months ago
  18. ad27f4b fix(psci): remove unreachable switch/case blocks by Andre Przywara · 2 years, 4 months ago
  19. 9a70e69 feat(psci): update PSCI_FEATURES by Wing Li · 2 years, 11 months ago
  20. 606b743 feat(psci): add support for OS-initiated mode by Wing Li · 2 years, 11 months ago
  21. b88a441 feat(psci): add support for PSCI_SET_SUSPEND_MODE by Wing Li · 2 years, 11 months ago
  22. da04341 build: always prefix section names with `.` by Chris Kay · 2 years, 6 months ago
  23. aea4ccf fix(cpus): workaround for Cortex-A510 erratum 2684597 by Harrison Mutai · 2 years, 8 months ago
  24. 695a48b fix(psci): tighten psci_power_down_wfi behaviour by Harrison Mutai · 2 years, 7 months ago
  25. b41b082 refactor(psci): unify psci_is_last_on_cpu and psci_is_last_on_cpu_safe by Jayanth Dodderi Chidanand · 3 years ago
  26. 65bbb93 refactor(psci): move psci_do_pwrdown_sequence() out of private header by Pranav Madhu · 3 years ago
  27. 0551aac fix(psci): fix MISRA failure - Memory - illegal accesses by Manish V Badarkhe · 3 years ago
  28. ce14a12 feat(psci): add a helper function to ensure that non-boot PEs are offline by Lucian Paul-Trifu · 3 years, 5 months ago
  29. 8b95e84 refactor(context mgmt): add cm_prepare_el3_exit_ns function by Zelalem Aweke · 3 years, 6 months ago
  30. b9338ee fix(psci): correct parent_node type in messages by Yann Gautier · 3 years, 6 months ago
  31. a1d5ac6 feat(psci): require validate_power_state to expose CPU_SUSPEND by Samuel Holland · 4 years, 3 months ago
  32. a86865a PSCI: fix limit of 256 CPUs caused by cast to unsigned char by Graeme Gregory · 4 years, 8 months ago
  33. 943aff0 Merge "Increase type widths to satisfy width requirements" into integration by Joanna Farley · 4 years, 10 months ago
  34. d7b5f40 Increase type widths to satisfy width requirements by Jimmy Brisson · 5 years ago
  35. 831b0e9 Don't return error information from console_flush by Jimmy Brisson · 5 years ago
  36. 2274490 psci: utility api to invoke stop for other cores by Sandeep Tripathy · 5 years ago
  37. 2fe75a2 coverity: fix MISRA violations by Zelalem · 5 years ago
  38. 33e8c56 qemu: Implement PSCI_CPU_OFF. by Andrew Walbran · 6 years ago
  39. 5b33ad1 Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 6 years ago
  40. ab4df50 adding support to enable different personality of the same soc. by Pankaj Gupta · 6 years ago
  41. 1010770 Adding new optional PSCI hook pwr_domain_on_finish_late by Madhukar Pappireddy · 6 years ago
  42. 6129e9a Merge "Refactor ARMv8.3 Pointer Authentication support code" into integration by Soby Mathew · 6 years ago
  43. ed108b5 Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 6 years ago
  44. e65d3f4 Merge "Assert if power level value greater then PSCI_INVALID_PWR_LVL" into integration by Soby Mathew · 6 years ago
  45. fc81021 Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 6 years ago
  46. 0c411c7 Assert if power level value greater then PSCI_INVALID_PWR_LVL by Deepika Bhavnani · 6 years ago
  47. 41af051 Coverity fix: Remove GGC ignore -Warray-bounds by Deepika Bhavnani · 6 years ago
  48. 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 6 years ago
  49. 74d27d0 PSCI: Lookup list of parent nodes to lock only once by Andrew F. Davis · 6 years ago
  50. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  51. 9edd891 Initial Spectre V1 mitigations (CVE-2017-5753). by Joel Hutton · 7 years ago
  52. 3e75ea4 Merge pull request #1624 from glneo/less-cache-flushing by Soby Mathew · 7 years ago
  53. a4065ab psci: platform control of SYSTEM_SUSPEND entry by ldts · 7 years ago
  54. f996a5f PSCI: Do not flush cache when unneeded by Andrew F. Davis · 7 years ago
  55. c98db6c PSCI: Update comment on MMU disablement by Andrew F. Davis · 7 years ago
  56. 87c8513 Mark BL31 initialization functions by Daniel Boulby · 7 years ago
  57. fe199e3 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 7 years ago
  58. 0b81230 PSCI: Remove deprecated file plat_psci_common.c by Antonio Nino Diaz · 7 years ago
  59. 871de53 PSCI: Remove platform compatibility layer by Roberto Vargas · 7 years ago
  60. 3e318e4 xlat v2: Flush xlat tables after being modified by Antonio Nino Diaz · 7 years ago
  61. 362030b psci: Use bool in internal interfaces by Antonio Nino Diaz · 7 years ago
  62. 39a8fa7 PSCI: Fix logic error to skip cache flushing by Andrew F. Davis · 7 years ago
  63. 6b7b0f3 PSCI: Fix MISRA defects in common and setup code by Antonio Nino Diaz · 7 years ago
  64. abce1dc PSCI: Fix MISRA defects in stat code by Antonio Nino Diaz · 7 years ago
  65. 8c20c3c PSCI: Fix MISRA defects in MEM_PROTECT by Antonio Nino Diaz · 7 years ago
  66. 621d64f PSCI: Fix MISRA defects in ON/OFF/SUSPEND/SYSTEM_OFF by Antonio Nino Diaz · 7 years ago
  67. 1083b2b PSCI: Fix types of definitions by Antonio Nino Diaz · 7 years ago
  68. 4829df8 PSCI: Refactor lock macros to comply with MISRA by Antonio Nino Diaz · 7 years ago
  69. 97373c3 PSCI: Replace macros by static inline functions by Antonio Nino Diaz · 7 years ago
  70. 896a590 Fix MISRA Rule 5.3 Part 2 by Daniel Boulby · 7 years ago
  71. 6ab136c Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · 7 years ago
  72. 2271cb0 psci: initialize array fully to comply with MISRA by Jonathan Wright · 7 years ago
  73. 3eacacc lib: fix switch statements to comply with MISRA rules by Jonathan Wright · 7 years ago
  74. 085e80e Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 7 years ago
  75. 73a9605 Merge pull request #1282 from robertovargas-arm/misra-changes by davidcunado-arm · 7 years ago
  76. 9fb8af3 Fix MISRA rule 8.3 in common code by Roberto Vargas · 7 years ago
  77. 2644103 Invalidate TLB entries during warm boot by Antonio Nino Diaz · 7 years ago
  78. 6eabbb0 Add support for SMCCC_VERSION in PSCI features by Dimitris Papastamos · 8 years ago
  79. 7593252 Add PubSub events for CPU powerdown/powerup by Dimitris Papastamos · 8 years ago
  80. 71f8a6a Merge pull request #1145 from etienne-lms/rfc-armv7-2 by davidcunado-arm · 8 years ago
  81. 8fd307f Flush the affinity data in psci_affinity_info by Roberto Vargas · 8 years ago
  82. 86e2683 ARMv7 may not support Generic Timer Extension by Etienne Carriere · 8 years ago
  83. bfc87a8 Fix PSCI STAT time stamp collection by Soby Mathew · 8 years ago
  84. bd0c347 PSCI: Publish CPU ON event by Jeenu Viswambharan · 8 years ago
  85. 4ce9b8e mem_protect: Fix PSCI FEATURES API for MEM_PROTECT_CHECK by Roberto Vargas · 8 years ago
  86. 36a8f8f reset2: Add PSCI system_reset2 function by Roberto Vargas · 8 years ago
  87. d4c596b mem_protect: Add mem_protect API by Roberto Vargas · 8 years ago
  88. 216e58a Reduce time lock in psci_do_cpu_off by Roberto Vargas · 8 years ago
  89. 5722b78 psci_common: Resolve GCC static analysis false positive by Alistair Francis · 8 years ago
  90. 1862d62 lib: psci: early suspend handler for platforms by Varun Wadekar · 8 years ago
  91. 71341d2 Address edge case for stale PSCI CPU data in cache by David Cunado · 8 years ago
  92. 2a4b4b7 Fix order of #includes by Isla Mitchell · 8 years ago
  93. d70a7d0 Merge pull request #978 from etienne-lms/minor-build by danh-arm · 8 years ago
  94. aa8d5f8 PSCI: use same function prototype as in header file by Etienne Carriere · 8 years ago
  95. c283e05 psci: minor fixes in lib by Etienne Carriere · 8 years ago
  96. 6311f63 Tegra: enable 'signed-comparison' compilation warning/errors by Varun Wadekar · 8 years ago
  97. d6104f5 Merge pull request #927 from jeenu-arm/state-switch by davidcunado-arm · 8 years ago
  98. b10d449 Introduce ARM SiP service to switch execution state by Jeenu Viswambharan · 8 years ago
  99. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  100. bcc3c49 PSCI: Build option to enable D-Caches early in warmboot by Soby Mathew · 8 years ago