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