1. c0dc639 fix(psci): add optional pwr_domain_validate_suspend to plat_psci_ops_t by Wing Li · 1 year, 2 months ago
  2. 2c556f3 feat(psci): add support for OS-initiated mode by Wing Li · 1 year, 10 months ago
  3. 71f69df feat(psci): add support for PSCI_SET_SUSPEND_MODE by Wing Li · 1 year, 10 months ago
  4. e5249fe fix(cpus): workaround for Cortex-A510 erratum 2684597 by Harrison Mutai · 1 year, 7 months ago
  5. 7076350 refactor(psci): unify psci_is_last_on_cpu and psci_is_last_on_cpu_safe by Jayanth Dodderi Chidanand · 1 year, 10 months ago
  6. c1e61d0 refactor(psci): move psci_do_pwrdown_sequence() out of private header by Pranav Madhu · 2 years ago
  7. 5e68535 feat(psci): add a helper function to ensure that non-boot PEs are offline by Lucian Paul-Trifu · 2 years, 4 months ago
  8. 1b4938b PSCI: fix limit of 256 CPUs caused by cast to unsigned char by Graeme Gregory · 3 years, 7 months ago
  9. 4287c0c Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 4 years, 7 months ago
  10. 02c3568 adding support to enable different personality of the same soc. by Pankaj Gupta · 4 years, 9 months ago
  11. 79ffab5 Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 4 years, 10 months ago
  12. 74e8978 PSCI: Lookup list of parent nodes to lock only once by Andrew F. Davis · 5 years ago
  13. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  14. de11a5b psci: Use bool in internal interfaces by Antonio Nino Diaz · 6 years ago
  15. 78a95a6 PSCI: Fix MISRA defects in common and setup code by Antonio Nino Diaz · 6 years ago
  16. f5c6001 PSCI: Fix MISRA defects in MEM_PROTECT by Antonio Nino Diaz · 6 years ago
  17. 56a0e8e PSCI: Fix MISRA defects in ON/OFF/SUSPEND/SYSTEM_OFF by Antonio Nino Diaz · 6 years ago
  18. 6f3ccc5 PSCI: Fix types of definitions by Antonio Nino Diaz · 6 years ago
  19. dd0e85c PSCI: Refactor lock macros to comply with MISRA by Antonio Nino Diaz · 6 years ago
  20. 5a42b68 PSCI: Replace macros by static inline functions by Antonio Nino Diaz · 6 years ago
  21. fef5d2d Fix MISRA Rule 5.3 Part 2 by Daniel Boulby · 6 years ago
  22. 777dd43 Fix MISRA rule 8.3 in common code by Roberto Vargas · 6 years ago
  23. 653fb8f mem_protect: Fix PSCI FEATURES API for MEM_PROTECT_CHECK by Roberto Vargas · 7 years ago
  24. b820ad0 reset2: Add PSCI system_reset2 function by Roberto Vargas · 7 years ago
  25. 0a4c261 mem_protect: Add mem_protect API by Roberto Vargas · 7 years ago
  26. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  27. 346bfd8 PSCI: Optimize call paths if all participants are cache-coherent by Jeenu Viswambharan · 7 years ago
  28. 0b56d6f PSCI: Introduce cache and barrier wrappers by Jeenu Viswambharan · 7 years ago
  29. 66abfbe PSCI: Decouple PSCI stat residency calculation from PMF by dp-arm · 7 years ago
  30. 7f03e9d9 PSCI: Add support for PSCI NODE_HW_STATE API by Jeenu Viswambharan · 8 years ago
  31. 9b2bf25 Fix use of stale power states in PSCI standby finisher by Achin Gupta · 8 years ago
  32. d019487 Introduce PSCI Library Interface by Soby Mathew · 8 years ago
  33. 0d78607 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 8 years ago[Renamed from services/std_svc/psci/psci_private.h]
  34. a0fedc4 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  35. 241ec6c Add optional PSCI STAT residency & count functions by Yatharth Kochar · 8 years ago
  36. 7497bff Remove unused argument in psci_cpu_on_start() by Sandrine Bailleux · 8 years ago
  37. ca37050 Fix PSCI CPU ON race when setting state to ON_PENDING by Soby Mathew · 8 years ago
  38. f4119ec Miscellaneous doc fixes for v1.2 by Sandrine Bailleux · 9 years ago
  39. e466c9f Re-design bakery lock memory allocation and algorithm by Andrew Thoelke · 9 years ago
  40. 011ca18 PSCI: Rework generic code to conform to coding guidelines by Soby Mathew · 9 years ago
  41. f1f97a1 PSCI: Fix the return code for invalid entrypoint by Soby Mathew · 9 years ago
  42. 981487a PSCI: Switch to the new PSCI frameworks by Soby Mathew · 9 years ago
  43. 9616838 PSCI: Add SYSTEM_SUSPEND API support by Soby Mathew · 10 years ago
  44. 2b7de2b Export maximum affinity using PLATFORM_MAX_AFFLVL macro by Soby Mathew · 9 years ago
  45. 6cdddaf Implement PSCI_FEATURES API by Soby Mathew · 9 years ago
  46. 110fe36 Rework the PSCI migrate APIs by Soby Mathew · 10 years ago
  47. 74e52a7 Validate power_state and entrypoint when executing PSCI calls by Soby Mathew · 10 years ago
  48. f512157 Save 'power_state' early in PSCI CPU_SUSPEND call by Soby Mathew · 10 years ago
  49. 8595b87 Rework internal API to save non-secure entry point info by Soby Mathew · 9 years ago
  50. 523d633 Move bakery algorithm implementation out of coherent memory by Soby Mathew · 9 years ago
  51. e2b2d8f Fix the array size of mpidr_aff_map_nodes_t. by Soby Mathew · 10 years ago
  52. 56bcdc2 Miscellaneous PSCI code cleanups by Achin Gupta · 10 years ago
  53. f6b9e99 Add APIs to preserve highest affinity level in OFF state by Achin Gupta · 10 years ago
  54. cab78e4 Rework state management in the PSCI implementation by Achin Gupta · 10 years ago
  55. f3ccbab Add PSCI service specific per-CPU data by Achin Gupta · 10 years ago
  56. 4dc4a47 Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs by Juan Castillo · 10 years ago
  57. e1aa516 Remove coherent stack usage from the warm boot path by Achin Gupta · 10 years ago
  58. 2bc0785 Remove current CPU mpidr from PSCI common code by Andrew Thoelke · 10 years ago
  59. 56f4470 Correctly dimension the PSCI aff_map_node array by Andrew Thoelke · 10 years ago
  60. e9a0d11 Eliminate psci_suspend_context array by Andrew Thoelke · 10 years ago
  61. 4e12607 Initialise CPU contexts from entry_point_info by Andrew Thoelke · 10 years ago
  62. 60b13e3 Remove unused data declarations by Dan Handley · 10 years ago
  63. a17fefa Remove extern keyword from function declarations by Dan Handley · 10 years ago
  64. a4cb68e Remove variables from .data section by Dan Handley · 10 years ago
  65. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · 10 years ago
  66. e2712bc Always use named structs in header files by Dan Handley · 10 years ago
  67. 27f6e7d Move PSCI global functions out of private header by Dan Handley · 10 years ago
  68. f100f41 Preserve PSCI cpu_suspend 'power_state' parameter. by Vikram Kanigiri · 10 years ago
  69. 1814a3e Implement ARM Standard Service by Jeenu Viswambharan · 10 years ago[Renamed (98%) from services/psci/psci_private.h]
  70. 7f36660 Implement late binding for runtime hooks by Jeenu Viswambharan · 10 years ago
  71. 607084e Add power management support in the SPD by Achin Gupta · 10 years ago
  72. 0a9f747 Move PSCI to runtime services directory by Achin Gupta · 10 years ago[Renamed from common/psci/psci_private.h]
  73. caa8493 Add support for handling runtime service requests by Jeenu Viswambharan · 10 years ago
  74. ef7a28c psci: Use context library for preserving EL3 state by Achin Gupta · 10 years ago
  75. 75f7367 psci: fix affinity level upgrade issue by Achin Gupta · 11 years ago
  76. a45e397 psci: preserve target affinity level during suspend by Achin Gupta · 11 years ago
  77. a59caa4 psci: replace secure context with suspend context by Achin Gupta · 11 years ago
  78. e83b0ca Update year in copyright text to 2014 by Dan Handley · 10 years ago
  79. 0959db5 psci: rectify and homogenise generic code by Achin Gupta · 11 years ago
  80. c8afc78 psci: fix error due to a non zero context id by Achin Gupta · 11 years ago
  81. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  82. 3738274 Unmask SError and Debug exceptions. by Sandrine Bailleux · 11 years ago
  83. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 11 years ago