1. d335bbb feat(cpufeat): do feature detection on secondary cores too by Boyan Karatotev · 5 weeks ago
  2. fd914fc feat(psci): optimise clock init on a pabandon by Boyan Karatotev · 5 weeks ago
  3. 461b62b feat(psci): check that CPUs handled a pabandon by Boyan Karatotev · 4 months ago
  4. 04c39e4 feat(psci): make pabandon support generic by Boyan Karatotev · 4 months ago
  5. aadb4b5 refactor(psci): unify coherency exit between AArch64 and AArch32 by Boyan Karatotev · 5 months ago
  6. 232c189 refactor(psci): absorb psci_power_down_wfi() into common code by Boyan Karatotev · 5 months ago
  7. f3d9e22 fix(psci): add missing curly braces by Prasad Kummari · 4 months ago
  8. b34be5d fix(psci): do not modify higher levels for standby in OSI mode by Boyan Karatotev · 4 months ago
  9. f6166f7 fix(psci): typecast operands to match data type by Maheedhar Bollapalli · 1 year, 3 months ago
  10. e493b52 Merge "perf(bl31): convert cpu_data fetching to C" into integration by Manish Pandey · 7 weeks ago
  11. d43b2ea perf(bl31): convert cpu_data fetching to C by Boyan Karatotev · 5 months ago
  12. a7be2a5 feat(psci): add API to get number of CPUs currently in ON state by Manish V Badarkhe · 10 weeks ago
  13. 5d89341 refactor(gic): promote most of the GIC driver to common code by Boyan Karatotev · 7 months ago
  14. ee65660 Merge changes Id942c20c,Idd286bea,I8917a26e,Iec8c3477,If3c25dcd, ... into integration by André Przywara · 4 months ago
  15. 51997e3 perf(cpufeat): centralise PAuth key saving by Boyan Karatotev · 4 months ago
  16. 31ddca4 Merge "feat(psci): remove cpu context init by index" into integration by Manish V Badarkhe · 4 months ago
  17. ef738d1 feat(psci): remove cpu context init by index by Manish Pandey · 1 year, 1 month ago
  18. 382ba74 fix(psci): initialise variables by Boyan Karatotev · 4 months ago
  19. 10639cc Merge changes from topic "xlnx_fix_gen_uniq_var" into integration by Manish V Badarkhe · 4 months ago
  20. e64cdee fix(psci): avoid altering function parameters by Maheedhar Bollapalli · 1 year, 3 months ago
  21. 0839cfc fix(psci): modify variable conflicting with external function by Maheedhar Bollapalli · 1 year, 4 months ago
  22. 7b97084 fix(psci): add const qualifier by Nithin G · 1 year, 4 months ago
  23. c7b0a28 fix(psci): add missing curly braces by Maheedhar Bollapalli · 1 year, 3 months ago
  24. 83ec7e4 perf(amu): greatly simplify AMU context management by Boyan Karatotev · 9 months ago
  25. db5fe4f chore(docs): drop the "wfi" from `pwr_domain_pwr_down_wfi` by Boyan Karatotev · 10 months ago
  26. dc0bf48 chore(psci): drop skip_wfi variable by Boyan Karatotev · 10 months ago
  27. 45c7328 fix(cpus): avoid SME related loss of context on powerdown by Boyan Karatotev · 11 months ago
  28. 2b5e00d feat(psci): allow cores to wake up from powerdown by Boyan Karatotev · 8 months ago
  29. cc94e71 refactor(cpus): undo errata mitigations by Boyan Karatotev · 10 months ago
  30. 3b80210 perf(psci): pass my_core_pos around instead of calling it repeatedly by Boyan Karatotev · 9 months ago
  31. 9b1e800 refactor(psci): move timestamp collection to psci_pwrdown_cpu by Boyan Karatotev · 10 months ago
  32. 44ee771 refactor(psci): factor common code out of the standby finisher by Boyan Karatotev · 10 months ago
  33. 0c83655 refactor(psci): don't use PSCI_INVALID_PWR_LVL to signal OFF state by Boyan Karatotev · 10 months ago
  34. 39fba64 docs(psci): drop outdated cache maintenance comment by Boyan Karatotev · 10 months ago
  35. f808873 fix(spe): add a psb before updating context and remove context saving by Boyan Karatotev · 9 months ago
  36. db9ee83 chore(cpus): optimise runtime errata applications by Boyan Karatotev · 10 months ago
  37. 01959a1 fix(psci): fix parent parsing in psci_is_last_cpu_to_idle_at_pwrlvl by Charlie Bareham · 1 year, 10 months ago
  38. 4de07b4 chore(spe): rename spe_disable() to spe_stop() by Manish Pandey · 1 year, 1 month ago
  39. 412d92fd fix(psci): fix parent_idx in psci_validate_state_coordination by Patrick Delaunay · 1 year, 10 months ago
  40. 152ad11 fix(cc): code coverage optimization fix by Mark Dykes · 1 year, 4 months ago
  41. 777f1f6 fix(spe): invoke spe_disable during power domain off/suspend by Jayanth Dodderi Chidanand · 2 years, 1 month ago
  42. 160e843 feat(psci): add psci_do_manage_extensions API by Jayanth Dodderi Chidanand · 1 year, 11 months ago
  43. e60c184 fix(smccc): ensure that mpidr passed through SMC is valid by Manish Pandey · 1 year, 9 months ago
  44. 4c700c1 chore: update to use Arm word across TF-A by Govindraj Raja · 2 years ago
  45. ed6d4a3 refactor(cpus): convert the Cortex-A510 to use the errata framework by Jayanth Dodderi Chidanand · 2 years, 4 months ago
  46. e07e739 refactor(psci): extract cm_prepare_el3_exit_ns() to a common location by Boyan Karatotev · 2 years, 3 months ago
  47. 24a7073 refactor(cm): introduce a real manage_extensions_nonsecure() by Boyan Karatotev · 2 years, 5 months ago
  48. f4d011b Merge changes from topic "psci-osi" into integration by Manish Pandey · 2 years, 2 months ago
  49. d348861 fix(psci): add optional pwr_domain_validate_suspend to plat_psci_ops_t by Wing Li · 2 years, 3 months ago
  50. 6bb96fa refactor(cpus): rename errata_report.h to errata.h by Boyan Karatotev · 2 years, 6 months ago
  51. 8700c6f Merge "fix(psci): do not panic on illegal MPIDR" into integration by Manish Pandey · 2 years, 3 months ago
  52. 8a6d0d2 fix(psci): do not panic on illegal MPIDR by Andre Przywara · 2 years, 3 months ago
  53. 11ccf5d build(psci): move `runtime_errata.S` to PSCI by Chris Kay · 2 years, 4 months ago
  54. 6cf4ae9 feat(psci): introduce 'pwr_domain_off_early' hook by Varun Wadekar · 2 years, 3 months ago
  55. 6632741 fix(psci): potential array overflow with cpu on by Olivier Deprez · 2 years, 4 months ago
  56. ad27f4b fix(psci): remove unreachable switch/case blocks by Andre Przywara · 2 years, 4 months ago
  57. 9a70e69 feat(psci): update PSCI_FEATURES by Wing Li · 2 years, 11 months ago
  58. 606b743 feat(psci): add support for OS-initiated mode by Wing Li · 2 years, 11 months ago
  59. b88a441 feat(psci): add support for PSCI_SET_SUSPEND_MODE by Wing Li · 2 years, 11 months ago
  60. da04341 build: always prefix section names with `.` by Chris Kay · 2 years, 6 months ago
  61. aea4ccf fix(cpus): workaround for Cortex-A510 erratum 2684597 by Harrison Mutai · 2 years, 8 months ago
  62. 695a48b fix(psci): tighten psci_power_down_wfi behaviour by Harrison Mutai · 2 years, 7 months ago
  63. b41b082 refactor(psci): unify psci_is_last_on_cpu and psci_is_last_on_cpu_safe by Jayanth Dodderi Chidanand · 3 years ago
  64. 65bbb93 refactor(psci): move psci_do_pwrdown_sequence() out of private header by Pranav Madhu · 3 years, 1 month ago
  65. 0551aac fix(psci): fix MISRA failure - Memory - illegal accesses by Manish V Badarkhe · 3 years, 1 month ago
  66. ce14a12 feat(psci): add a helper function to ensure that non-boot PEs are offline by Lucian Paul-Trifu · 3 years, 5 months ago
  67. 8b95e84 refactor(context mgmt): add cm_prepare_el3_exit_ns function by Zelalem Aweke · 3 years, 6 months ago
  68. b9338ee fix(psci): correct parent_node type in messages by Yann Gautier · 3 years, 6 months ago
  69. a1d5ac6 feat(psci): require validate_power_state to expose CPU_SUSPEND by Samuel Holland · 4 years, 3 months ago
  70. a86865a PSCI: fix limit of 256 CPUs caused by cast to unsigned char by Graeme Gregory · 4 years, 8 months ago
  71. 943aff0 Merge "Increase type widths to satisfy width requirements" into integration by Joanna Farley · 4 years, 10 months ago
  72. d7b5f40 Increase type widths to satisfy width requirements by Jimmy Brisson · 5 years ago
  73. 831b0e9 Don't return error information from console_flush by Jimmy Brisson · 5 years ago
  74. 2274490 psci: utility api to invoke stop for other cores by Sandeep Tripathy · 5 years ago
  75. 2fe75a2 coverity: fix MISRA violations by Zelalem · 5 years ago
  76. 33e8c56 qemu: Implement PSCI_CPU_OFF. by Andrew Walbran · 6 years ago
  77. 5b33ad1 Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 6 years ago
  78. ab4df50 adding support to enable different personality of the same soc. by Pankaj Gupta · 6 years ago
  79. 1010770 Adding new optional PSCI hook pwr_domain_on_finish_late by Madhukar Pappireddy · 6 years ago
  80. 6129e9a Merge "Refactor ARMv8.3 Pointer Authentication support code" into integration by Soby Mathew · 6 years ago
  81. ed108b5 Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 6 years ago
  82. e65d3f4 Merge "Assert if power level value greater then PSCI_INVALID_PWR_LVL" into integration by Soby Mathew · 6 years ago
  83. fc81021 Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 6 years ago
  84. 0c411c7 Assert if power level value greater then PSCI_INVALID_PWR_LVL by Deepika Bhavnani · 6 years ago
  85. 41af051 Coverity fix: Remove GGC ignore -Warray-bounds by Deepika Bhavnani · 6 years ago
  86. 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 6 years ago
  87. 74d27d0 PSCI: Lookup list of parent nodes to lock only once by Andrew F. Davis · 6 years ago
  88. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  89. 9edd891 Initial Spectre V1 mitigations (CVE-2017-5753). by Joel Hutton · 7 years ago
  90. 3e75ea4 Merge pull request #1624 from glneo/less-cache-flushing by Soby Mathew · 7 years ago
  91. a4065ab psci: platform control of SYSTEM_SUSPEND entry by ldts · 7 years ago
  92. f996a5f PSCI: Do not flush cache when unneeded by Andrew F. Davis · 7 years ago
  93. c98db6c PSCI: Update comment on MMU disablement by Andrew F. Davis · 7 years ago
  94. 87c8513 Mark BL31 initialization functions by Daniel Boulby · 7 years ago
  95. fe199e3 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 7 years ago
  96. 0b81230 PSCI: Remove deprecated file plat_psci_common.c by Antonio Nino Diaz · 7 years ago
  97. 871de53 PSCI: Remove platform compatibility layer by Roberto Vargas · 7 years ago
  98. 3e318e4 xlat v2: Flush xlat tables after being modified by Antonio Nino Diaz · 7 years ago
  99. 362030b psci: Use bool in internal interfaces by Antonio Nino Diaz · 7 years ago
  100. 39a8fa7 PSCI: Fix logic error to skip cache flushing by Andrew F. Davis · 7 years ago