1. 31ddca4 Merge "feat(psci): remove cpu context init by index" into integration by Manish V Badarkhe · 4 months ago
  2. ef738d1 feat(psci): remove cpu context init by index by Manish Pandey · 1 year, 1 month ago
  3. 382ba74 fix(psci): initialise variables by Boyan Karatotev · 4 months ago
  4. c7b0a28 fix(psci): add missing curly braces by Maheedhar Bollapalli · 1 year, 3 months ago
  5. 45c7328 fix(cpus): avoid SME related loss of context on powerdown by Boyan Karatotev · 10 months ago
  6. 3b80210 perf(psci): pass my_core_pos around instead of calling it repeatedly by Boyan Karatotev · 9 months ago
  7. e60c184 fix(smccc): ensure that mpidr passed through SMC is valid by Manish Pandey · 1 year, 9 months ago
  8. ad27f4b fix(psci): remove unreachable switch/case blocks by Andre Przywara · 2 years, 4 months ago
  9. 9a70e69 feat(psci): update PSCI_FEATURES by Wing Li · 2 years, 11 months ago
  10. 606b743 feat(psci): add support for OS-initiated mode by Wing Li · 2 years, 11 months ago
  11. b88a441 feat(psci): add support for PSCI_SET_SUSPEND_MODE by Wing Li · 2 years, 11 months ago
  12. b41b082 refactor(psci): unify psci_is_last_on_cpu and psci_is_last_on_cpu_safe by Jayanth Dodderi Chidanand · 3 years ago
  13. 5b33ad1 Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 6 years ago
  14. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  15. a4065ab psci: platform control of SYSTEM_SUSPEND entry by ldts · 7 years ago
  16. 362030b psci: Use bool in internal interfaces by Antonio Nino Diaz · 7 years ago
  17. 6b7b0f3 PSCI: Fix MISRA defects in common and setup code by Antonio Nino Diaz · 7 years ago
  18. 3eacacc lib: fix switch statements to comply with MISRA rules by Jonathan Wright · 7 years ago
  19. 085e80e Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 7 years ago
  20. 6eabbb0 Add support for SMCCC_VERSION in PSCI features by Dimitris Papastamos · 8 years ago
  21. 8fd307f Flush the affinity data in psci_affinity_info by Roberto Vargas · 8 years ago
  22. 36a8f8f reset2: Add PSCI system_reset2 function by Roberto Vargas · 8 years ago
  23. d4c596b mem_protect: Add mem_protect API by Roberto Vargas · 8 years ago
  24. 6311f63 Tegra: enable 'signed-comparison' compilation warning/errors by Varun Wadekar · 8 years ago
  25. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  26. 04c1db1 PSCI: Decouple PSCI stat residency calculation from PMF by dp-arm · 8 years ago
  27. 872be88 Add PMF instrumentation points in TF by dp-arm · 9 years ago
  28. 28d3d61 PSCI: Add support for PSCI NODE_HW_STATE API by Jeenu Viswambharan · 9 years ago
  29. a1c3faa Validate psci_find_target_suspend_lvl() result by Sandrine Bailleux · 9 years ago
  30. cf0b149 Introduce PSCI Library Interface by Soby Mathew · 9 years ago
  31. 532ed61 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 9 years ago[Renamed from services/std_svc/psci/psci_main.c]
  32. da554d7 Fix coding guideline warnings by Soby Mathew · 9 years ago
  33. 4c0d039 Rework type usage in Trusted Firmware by Soby Mathew · 9 years ago
  34. 170fb93 Add optional PSCI STAT residency & count functions by Yatharth Kochar · 9 years ago
  35. 22b09c1 Remove unused argument in psci_cpu_on_start() by Sandrine Bailleux · 9 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. b234b2c Verify capabilities before handling PSCI calls by Soby Mathew · 11 years ago
  42. 90e8258 Implement PSCI_FEATURES API by Soby Mathew · 11 years ago
  43. 8991eed Rework the PSCI migrate APIs by Soby Mathew · 11 years ago
  44. 22f0897 Return success if an interrupt is seen during PSCI CPU_SUSPEND by Soby Mathew · 11 years ago
  45. 539dced Validate power_state and entrypoint when executing PSCI calls by Soby Mathew · 11 years ago
  46. 31244d7 Save 'power_state' early in PSCI CPU_SUSPEND call by Soby Mathew · 11 years ago
  47. 78879b9 Rework internal API to save non-secure entry point info by Soby Mathew · 11 years ago
  48. 264999f Fix CPU_SUSPEND when invoked with affinity level higher than get_max_afflvl() by Soby Mathew · 11 years ago
  49. d5f1309 Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs by Juan Castillo · 11 years ago
  50. b51da82 Remove coherent stack usage from the warm boot path by Achin Gupta · 11 years ago
  51. 56378aa Remove current CPU mpidr from PSCI common code by Andrew Thoelke · 11 years ago
  52. 5003eca PSCI SMC handler improvements by Andrew Thoelke · 11 years ago
  53. 317ba09 Fix broken standby state implementation in PSCI by Achin Gupta · 11 years ago
  54. 97043ac Reduce deep nesting of header files by Dan Handley · 11 years ago
  55. fb037bf Always use named structs in header files by Dan Handley · 11 years ago
  56. 35e98e5 Make use of user/system includes more consistent by Dan Handley · 11 years ago
  57. 759ec93 Preserve PSCI cpu_suspend 'power_state' parameter. by Vikram Kanigiri · 11 years ago
  58. d118f9f Add standby state support in PSCI cpu_suspend api by Vikram Kanigiri · 11 years ago
  59. 64f6ea9 Implement ARM Standard Service by Jeenu Viswambharan · 11 years ago[Renamed (95%) from services/psci/psci_main.c]
  60. 607084e Add power management support in the SPD by Achin Gupta · 11 years ago
  61. 0a9f747 Move PSCI to runtime services directory by Achin Gupta · 11 years ago[Renamed from common/psci/psci_main.c]
  62. caa8493 Add support for handling runtime service requests by Jeenu Viswambharan · 11 years ago
  63. 75f7367 psci: fix affinity level upgrade issue by Achin Gupta · 12 years ago
  64. e83b0ca Update year in copyright text to 2014 by Dan Handley · 12 years ago
  65. 0959db5 psci: rectify and homogenise generic code by Achin Gupta · 12 years ago
  66. 3140a9e psci: rework cpu_off assertion and minor cleanups by Achin Gupta · 12 years ago
  67. ab2d31e Enable third party contributions by Dan Handley · 12 years ago
  68. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 12 years ago v0.2