1. e60c184 fix(smccc): ensure that mpidr passed through SMC is valid by Manish Pandey · 1 year, 9 months ago
  2. d348861 fix(psci): add optional pwr_domain_validate_suspend to plat_psci_ops_t by Wing Li · 2 years, 3 months ago
  3. 606b743 feat(psci): add support for OS-initiated mode by Wing Li · 2 years, 11 months ago
  4. b88a441 feat(psci): add support for PSCI_SET_SUSPEND_MODE by Wing Li · 2 years, 11 months ago
  5. aea4ccf fix(cpus): workaround for Cortex-A510 erratum 2684597 by Harrison Mutai · 2 years, 8 months ago
  6. b41b082 refactor(psci): unify psci_is_last_on_cpu and psci_is_last_on_cpu_safe by Jayanth Dodderi Chidanand · 3 years ago
  7. 65bbb93 refactor(psci): move psci_do_pwrdown_sequence() out of private header by Pranav Madhu · 3 years ago
  8. ce14a12 feat(psci): add a helper function to ensure that non-boot PEs are offline by Lucian Paul-Trifu · 3 years, 5 months ago
  9. a86865a PSCI: fix limit of 256 CPUs caused by cast to unsigned char by Graeme Gregory · 4 years, 8 months ago
  10. 5b33ad1 Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 6 years ago
  11. ab4df50 adding support to enable different personality of the same soc. by Pankaj Gupta · 6 years ago
  12. fc81021 Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 6 years ago
  13. 74d27d0 PSCI: Lookup list of parent nodes to lock only once by Andrew F. Davis · 6 years ago
  14. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  15. 362030b psci: Use bool in internal interfaces by Antonio Nino Diaz · 7 years ago
  16. 6b7b0f3 PSCI: Fix MISRA defects in common and setup code by Antonio Nino Diaz · 7 years ago
  17. 8c20c3c PSCI: Fix MISRA defects in MEM_PROTECT by Antonio Nino Diaz · 7 years ago
  18. 621d64f PSCI: Fix MISRA defects in ON/OFF/SUSPEND/SYSTEM_OFF by Antonio Nino Diaz · 7 years ago
  19. 1083b2b PSCI: Fix types of definitions by Antonio Nino Diaz · 7 years ago
  20. 4829df8 PSCI: Refactor lock macros to comply with MISRA by Antonio Nino Diaz · 7 years ago
  21. 97373c3 PSCI: Replace macros by static inline functions by Antonio Nino Diaz · 7 years ago
  22. 896a590 Fix MISRA Rule 5.3 Part 2 by Daniel Boulby · 7 years ago
  23. 9fb8af3 Fix MISRA rule 8.3 in common code by Roberto Vargas · 7 years ago
  24. 4ce9b8e mem_protect: Fix PSCI FEATURES API for MEM_PROTECT_CHECK by Roberto Vargas · 8 years ago
  25. 36a8f8f reset2: Add PSCI system_reset2 function by Roberto Vargas · 8 years ago
  26. d4c596b mem_protect: Add mem_protect API by Roberto Vargas · 8 years ago
  27. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  28. b0408e8 PSCI: Optimize call paths if all participants are cache-coherent by Jeenu Viswambharan · 9 years ago
  29. a10d363 PSCI: Introduce cache and barrier wrappers by Jeenu Viswambharan · 9 years ago
  30. 04c1db1 PSCI: Decouple PSCI stat residency calculation from PMF by dp-arm · 8 years ago
  31. 28d3d61 PSCI: Add support for PSCI NODE_HW_STATE API by Jeenu Viswambharan · 9 years ago
  32. 61eae52 Fix use of stale power states in PSCI standby finisher by Achin Gupta · 9 years ago
  33. cf0b149 Introduce PSCI Library Interface by Soby Mathew · 9 years ago
  34. 532ed61 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 9 years ago[Renamed from services/std_svc/psci/psci_private.h]
  35. 4c0d039 Rework type usage in Trusted Firmware by Soby Mathew · 9 years ago
  36. 170fb93 Add optional PSCI STAT residency & count functions by Yatharth Kochar · 9 years ago
  37. 22b09c1 Remove unused argument in psci_cpu_on_start() by Sandrine Bailleux · 9 years ago
  38. 203cdfe Fix PSCI CPU ON race when setting state to ON_PENDING by Soby Mathew · 10 years ago
  39. 1645d3e Miscellaneous doc fixes for v1.2 by Sandrine Bailleux · 10 years ago
  40. ee7b35c Re-design bakery lock memory allocation and algorithm by Andrew Thoelke · 10 years ago
  41. 9d070b9 PSCI: Rework generic code to conform to coding guidelines by Soby Mathew · 10 years ago
  42. 617540d PSCI: Fix the return code for invalid entrypoint by Soby Mathew · 10 years ago
  43. 6748784 PSCI: Switch to the new PSCI frameworks by Soby Mathew · 10 years ago
  44. c0aff0e PSCI: Add SYSTEM_SUSPEND API support by Soby Mathew · 11 years ago
  45. 8c32bc2 Export maximum affinity using PLATFORM_MAX_AFFLVL macro by Soby Mathew · 10 years ago
  46. 90e8258 Implement PSCI_FEATURES API by Soby Mathew · 11 years ago
  47. 8991eed Rework the PSCI migrate APIs by Soby Mathew · 11 years ago
  48. 539dced Validate power_state and entrypoint when executing PSCI calls by Soby Mathew · 11 years ago
  49. 31244d7 Save 'power_state' early in PSCI CPU_SUSPEND call by Soby Mathew · 11 years ago
  50. 78879b9 Rework internal API to save non-secure entry point info by Soby Mathew · 11 years ago
  51. 8c5fe0b Move bakery algorithm implementation out of coherent memory by Soby Mathew · 11 years ago
  52. 235585b Fix the array size of mpidr_aff_map_nodes_t. by Soby Mathew · 11 years ago
  53. a4a8eae Miscellaneous PSCI code cleanups by Achin Gupta · 11 years ago
  54. 0a46e2c Add APIs to preserve highest affinity level in OFF state by Achin Gupta · 11 years ago
  55. 84c9f10 Rework state management in the PSCI implementation by Achin Gupta · 11 years ago
  56. 776b68a Add PSCI service specific per-CPU data by Achin Gupta · 11 years ago
  57. d5f1309 Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs by Juan Castillo · 11 years ago
  58. b51da82 Remove coherent stack usage from the warm boot path by Achin Gupta · 11 years ago
  59. 56378aa Remove current CPU mpidr from PSCI common code by Andrew Thoelke · 11 years ago
  60. 6c0b45d Correctly dimension the PSCI aff_map_node array by Andrew Thoelke · 11 years ago
  61. 13ac44a Eliminate psci_suspend_context array by Andrew Thoelke · 11 years ago
  62. 167a935 Initialise CPU contexts from entry_point_info by Andrew Thoelke · 11 years ago
  63. 7a9a5f2 Remove unused data declarations by Dan Handley · 11 years ago
  64. c6bc071 Remove extern keyword from function declarations by Dan Handley · 11 years ago
  65. 625de1d Remove variables from .data section by Dan Handley · 11 years ago
  66. 97043ac Reduce deep nesting of header files by Dan Handley · 11 years ago
  67. fb037bf Always use named structs in header files by Dan Handley · 11 years ago
  68. c594573 Move PSCI global functions out of private header by Dan Handley · 11 years ago
  69. 759ec93 Preserve PSCI cpu_suspend 'power_state' parameter. by Vikram Kanigiri · 11 years ago
  70. 64f6ea9 Implement ARM Standard Service by Jeenu Viswambharan · 11 years ago[Renamed (98%) from services/psci/psci_private.h]
  71. 7f36660 Implement late binding for runtime hooks by Jeenu Viswambharan · 11 years ago
  72. 607084e Add power management support in the SPD by Achin Gupta · 11 years ago
  73. 0a9f747 Move PSCI to runtime services directory by Achin Gupta · 11 years ago[Renamed from common/psci/psci_private.h]
  74. caa8493 Add support for handling runtime service requests by Jeenu Viswambharan · 11 years ago
  75. ef7a28c psci: Use context library for preserving EL3 state by Achin Gupta · 11 years ago
  76. 75f7367 psci: fix affinity level upgrade issue by Achin Gupta · 12 years ago
  77. a45e397 psci: preserve target affinity level during suspend by Achin Gupta · 12 years ago
  78. a59caa4 psci: replace secure context with suspend context by Achin Gupta · 12 years ago
  79. e83b0ca Update year in copyright text to 2014 by Dan Handley · 12 years ago
  80. 0959db5 psci: rectify and homogenise generic code by Achin Gupta · 12 years ago
  81. c8afc78 psci: fix error due to a non zero context id by Achin Gupta · 12 years ago
  82. ab2d31e Enable third party contributions by Dan Handley · 12 years ago
  83. 3738274 Unmask SError and Debug exceptions. by Sandrine Bailleux · 12 years ago
  84. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 12 years ago v0.2