1. e466c9f Re-design bakery lock memory allocation and algorithm by Andrew Thoelke · Thu Sep 10 11:39:36 2015 +0100
  2. 011ca18 PSCI: Rework generic code to conform to coding guidelines by Soby Mathew · Wed Jul 29 17:05:03 2015 +0100
  3. f1f97a1 PSCI: Fix the return code for invalid entrypoint by Soby Mathew · Wed Jul 15 12:13:26 2015 +0100
  4. 981487a PSCI: Switch to the new PSCI frameworks by Soby Mathew · Mon Jul 13 14:10:57 2015 +0100
  5. 2e0764b Merge pull request #324 from soby-mathew/sm/sys_suspend by danh-arm · Thu Jul 02 16:17:11 2015 +0100
  6. 9616838 PSCI: Add SYSTEM_SUSPEND API support by Soby Mathew · Wed Dec 17 14:47:57 2014 +0000
  7. 33e7d6a Fix integer extension in mpidr_set_aff_inst() by Andrew Thoelke · Thu Jun 11 14:22:07 2015 +0100
  8. a64a854 Fix violations to the coding style by Sandrine Bailleux · Thu Mar 05 10:54:34 2015 +0000
  9. 2b7de2b Export maximum affinity using PLATFORM_MAX_AFFLVL macro by Soby Mathew · Thu Feb 12 14:45:02 2015 +0000
  10. 6cdddaf Implement PSCI_FEATURES API by Soby Mathew · Wed Jan 07 11:10:22 2015 +0000
  11. 110fe36 Rework the PSCI migrate APIs by Soby Mathew · Thu Oct 23 10:35:34 2014 +0100
  12. 74e52a7 Validate power_state and entrypoint when executing PSCI calls by Soby Mathew · Thu Oct 02 16:56:51 2014 +0100
  13. 8595b87 Rework internal API to save non-secure entry point info by Soby Mathew · Tue Jan 06 15:36:38 2015 +0000
  14. 2ae2043 Remove coherent memory from the BL memory maps by Soby Mathew · Thu Jan 08 18:02:44 2015 +0000
  15. 523d633 Move bakery algorithm implementation out of coherent memory by Soby Mathew · Thu Jan 08 18:02:19 2015 +0000
  16. 2b69750 Fix CPU_SUSPEND when invoked with affinity level higher than get_max_afflvl() by Soby Mathew · Thu Oct 02 17:24:19 2014 +0100
  17. 56bcdc2 Miscellaneous PSCI code cleanups by Achin Gupta · Mon Jul 28 00:15:23 2014 +0100
  18. f6b9e99 Add APIs to preserve highest affinity level in OFF state by Achin Gupta · Thu Jul 31 11:19:11 2014 +0100
  19. cab78e4 Rework state management in the PSCI implementation by Achin Gupta · Mon Jul 28 00:09:01 2014 +0100
  20. f3ccbab Add PSCI service specific per-CPU data by Achin Gupta · Fri Jul 25 14:52:47 2014 +0100
  21. 4dc4a47 Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs by Juan Castillo · Tue Aug 12 11:17:06 2014 +0100
  22. 9c60d80 Remove the concept of coherent stacks by Achin Gupta · Thu Jun 26 11:12:37 2014 +0100
  23. 2bc0785 Remove current CPU mpidr from PSCI common code by Andrew Thoelke · Mon Jun 09 12:44:21 2014 +0100
  24. 3c74a44 Merge pull request #152 from jcastillo-arm/jc/tf-issues/073-v2 by danh-arm · Tue Jun 24 16:48:31 2014 +0100
  25. 42970b0 Merge pull request #147 from athoelke/at/remove-bakery-mpidr by danh-arm · Tue Jun 24 16:44:12 2014 +0100
  26. 2d55240 Remove all checkpatch errors from codebase by Juan Castillo · Fri Jun 13 17:05:10 2014 +0100
  27. 958cc02 Remove calling CPU mpidr from bakery lock API by Andrew Thoelke · Mon Jun 09 12:54:15 2014 +0100
  28. e9a0d11 Eliminate psci_suspend_context array by Andrew Thoelke · Fri Jun 20 00:38:03 2014 +0100
  29. 4e12607 Initialise CPU contexts from entry_point_info by Andrew Thoelke · Wed Jun 04 21:10:52 2014 +0100
  30. a2f6553 Provide cm_get/set_context() for current CPU by Andrew Thoelke · Wed May 14 17:09:32 2014 +0100
  31. ed6ff95 Split platform.h into separate headers by Dan Handley · Wed May 14 17:44:19 2014 +0100
  32. 60b13e3 Remove unused data declarations by Dan Handley · Wed May 14 15:13:16 2014 +0100
  33. 9851e42 Introduce macros to manipulate the SPSR by Vikram Kanigiri · Tue May 13 14:42:08 2014 +0100
  34. a4cb68e Remove variables from .data section by Dan Handley · Wed Apr 23 13:47:06 2014 +0100
  35. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · Wed Apr 09 13:14:54 2014 +0100
  36. e2712bc Always use named structs in header files by Dan Handley · Thu Apr 10 15:37:22 2014 +0100
  37. 714a0d2 Make use of user/system includes more consistent by Dan Handley · Wed Apr 09 13:13:04 2014 +0100
  38. f100f41 Preserve PSCI cpu_suspend 'power_state' parameter. by Vikram Kanigiri · Tue Apr 01 19:26:26 2014 +0100
  39. 1814a3e Implement ARM Standard Service by Jeenu Viswambharan · Fri Feb 28 10:08:33 2014 +0000[Renamed from services/psci/psci_common.c]
  40. 7f36660 Implement late binding for runtime hooks by Jeenu Viswambharan · Thu Feb 20 17:11:00 2014 +0000
  41. 607084e Add power management support in the SPD by Achin Gupta · Sun Feb 09 18:24:19 2014 +0000
  42. 0a9f747 Move PSCI to runtime services directory by Achin Gupta · Sun Feb 09 17:48:12 2014 +0000[Renamed from common/psci/psci_common.c]
  43. caa8493 Add support for handling runtime service requests by Jeenu Viswambharan · Thu Feb 06 10:36:15 2014 +0000
  44. 40a6f64 Fix asserts appearing in release builds by James Morrissey · Mon Feb 10 14:24:36 2014 +0000
  45. 75f7367 psci: fix affinity level upgrade issue by Achin Gupta · Thu Dec 05 16:33:10 2013 +0000
  46. a45e397 psci: preserve target affinity level during suspend by Achin Gupta · Thu Dec 05 15:10:48 2013 +0000
  47. a59caa4 psci: replace secure context with suspend context by Achin Gupta · Thu Dec 05 14:21:04 2013 +0000
  48. e83b0ca Update year in copyright text to 2014 by Dan Handley · Tue Jan 14 18:17:09 2014 +0000
  49. 0959db5 psci: rectify and homogenise generic code by Achin Gupta · Mon Dec 02 17:33:04 2013 +0000
  50. 3140a9e psci: rework cpu_off assertion and minor cleanups by Achin Gupta · Mon Dec 02 16:23:12 2013 +0000
  51. c8afc78 psci: fix error due to a non zero context id by Achin Gupta · Mon Nov 25 18:45:02 2013 +0000
  52. ab2d31e Enable third party contributions by Dan Handley · Mon Dec 02 19:25:12 2013 +0000
  53. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · Fri Oct 25 09:08:21 2013 +0100