1. 5b33ad1 Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 6 years ago
  2. 1010770 Adding new optional PSCI hook pwr_domain_on_finish_late by Madhukar Pappireddy · 6 years ago
  3. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 6 years ago
  4. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  5. 3c471c3 psci: put __dead2 attribute after void in plat_psci_ops by Yann Gautier · 7 years ago
  6. 0b81230 PSCI: Remove deprecated file plat_psci_common.c by Antonio Nino Diaz · 7 years ago
  7. 871de53 PSCI: Remove platform compatibility layer by Roberto Vargas · 7 years ago
  8. 93c78ed libc: Fix all includes in codebase by Antonio Nino Diaz · 7 years ago
  9. 6b7b0f3 PSCI: Fix MISRA defects in common and setup code by Antonio Nino Diaz · 7 years ago
  10. 1083b2b PSCI: Fix types of definitions by Antonio Nino Diaz · 7 years ago
  11. 97373c3 PSCI: Replace macros by static inline functions by Antonio Nino Diaz · 7 years ago
  12. 829e97d Update PSCI version to 1.1 by Roberto Vargas · 8 years ago
  13. 36a8f8f reset2: Add PSCI system_reset2 function by Roberto Vargas · 8 years ago
  14. d4c596b mem_protect: Add mem_protect API by Roberto Vargas · 8 years ago
  15. 1862d62 lib: psci: early suspend handler for platforms by Varun Wadekar · 8 years ago
  16. 030567e include: add U()/ULL() macros for constants by Varun Wadekar · 8 years ago
  17. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  18. 5dffb46 Re-factor header files for easier PSCI library integration by Soby Mathew · 8 years ago
  19. f426fc0 PSCI: Introduce PSCI Library argument structure by Soby Mathew · 9 years ago
  20. 28d3d61 PSCI: Add support for PSCI NODE_HW_STATE API by Jeenu Viswambharan · 9 years ago
  21. 727e523 AArch32: Add support to PSCI lib by Soby Mathew · 9 years ago
  22. cf0b149 Introduce PSCI Library Interface by Soby Mathew · 9 years ago
  23. 532ed61 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 9 years ago[Renamed from include/bl31/services/psci.h]
  24. 4c0d039 Rework type usage in Trusted Firmware by Soby Mathew · 9 years ago
  25. 170fb93 Add optional PSCI STAT residency & count functions by Yatharth Kochar · 9 years ago
  26. ac1cc8e PSCI: Add pwr_domain_pwr_down_wfi() hook in plat_psci_ops by Soby Mathew · 9 years ago
  27. 1645d3e Miscellaneous doc fixes for v1.2 by Sandrine Bailleux · 10 years ago
  28. 7dc28e9 Merge pull request #390 from vikramkanigiri/at/unify_bakery_locks_v2 by Achin Gupta · 10 years ago
  29. ee7b35c Re-design bakery lock memory allocation and algorithm by Andrew Thoelke · 10 years ago
  30. f1054c9 Pass the target suspend level to SPD suspend hooks by Achin Gupta · 10 years ago
  31. 9d070b9 PSCI: Rework generic code to conform to coding guidelines by Soby Mathew · 10 years ago
  32. 617540d PSCI: Fix the return code for invalid entrypoint by Soby Mathew · 10 years ago
  33. 6748784 PSCI: Switch to the new PSCI frameworks by Soby Mathew · 10 years ago
  34. c0aff0e PSCI: Add SYSTEM_SUSPEND API support by Soby Mathew · 11 years ago
  35. e8ca7d1 Increment the PSCI VERSION to 1.0 by Soby Mathew · 10 years ago
  36. 90e8258 Implement PSCI_FEATURES API by Soby Mathew · 10 years ago
  37. 8991eed Rework the PSCI migrate APIs by Soby Mathew · 11 years ago
  38. 539dced Validate power_state and entrypoint when executing PSCI calls by Soby Mathew · 11 years ago
  39. 31244d7 Save 'power_state' early in PSCI CPU_SUSPEND call by Soby Mathew · 11 years ago
  40. e146f4c Remove `ns_entrypoint` and `mpidr` from parameters in pm_ops by Soby Mathew · 11 years ago
  41. 8c5fe0b Move bakery algorithm implementation out of coherent memory by Soby Mathew · 10 years ago
  42. a4a8eae Miscellaneous PSCI code cleanups by Achin Gupta · 11 years ago
  43. 0a46e2c Add APIs to preserve highest affinity level in OFF state by Achin Gupta · 11 years ago
  44. 776b68a Add PSCI service specific per-CPU data by Achin Gupta · 11 years ago
  45. d5f1309 Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs by Juan Castillo · 11 years ago
  46. 6c0b45d Correctly dimension the PSCI aff_map_node array by Andrew Thoelke · 11 years ago
  47. c6bc071 Remove extern keyword from function declarations by Dan Handley · 11 years ago
  48. 317ba09 Fix broken standby state implementation in PSCI by Achin Gupta · 11 years ago
  49. 97043ac Reduce deep nesting of header files by Dan Handley · 11 years ago
  50. fb037bf Always use named structs in header files by Dan Handley · 11 years ago
  51. c594573 Move PSCI global functions out of private header by Dan Handley · 11 years ago
  52. 4ecca33 Move include and source files to logical locations by Dan Handley · 11 years ago[Renamed from include/psci.h]
  53. b495bde Merge pull request #50 from vikramkanigiri/vk/tf-issues#26 by achingupta · 11 years ago