1. e8ca7d1 Increment the PSCI VERSION to 1.0 by Soby Mathew · 11 years ago
  2. 90e8258 Implement PSCI_FEATURES API by Soby Mathew · 11 years ago
  3. 8991eed Rework the PSCI migrate APIs by Soby Mathew · 11 years ago
  4. 539dced Validate power_state and entrypoint when executing PSCI calls by Soby Mathew · 11 years ago
  5. 31244d7 Save 'power_state' early in PSCI CPU_SUSPEND call by Soby Mathew · 11 years ago
  6. e146f4c Remove `ns_entrypoint` and `mpidr` from parameters in pm_ops by Soby Mathew · 11 years ago
  7. 8c5fe0b Move bakery algorithm implementation out of coherent memory by Soby Mathew · 11 years ago
  8. 0999734 Invalidate the dcache after initializing cpu-ops by Soby Mathew · 11 years ago
  9. 9b47684 Introduce framework for CPU specific operations by Soby Mathew · 11 years ago
  10. a4a8eae Miscellaneous PSCI code cleanups by Achin Gupta · 11 years ago
  11. 0a46e2c Add APIs to preserve highest affinity level in OFF state by Achin Gupta · 11 years ago
  12. 776b68a Add PSCI service specific per-CPU data by Achin Gupta · 11 years ago
  13. 04fafce Add macro to flush per-CPU data by Achin Gupta · 11 years ago
  14. d5f1309 Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs by Juan Castillo · 11 years ago
  15. fdfabec Optimize EL3 register state stored in cpu_context structure by Soby Mathew · 11 years ago
  16. 6397bf6 Merge pull request #172 from soby-mathew/sm/asm_assert by danh-arm · 11 years ago
  17. 626ed51 Rework the crash reporting in BL3-1 to use less stack by Soby Mathew · 11 years ago
  18. b51da82 Remove coherent stack usage from the warm boot path by Achin Gupta · 11 years ago
  19. 0f21c54 Allow FP register context to be optional at build time by Juan Castillo · 11 years ago
  20. 4f2104f Remove all checkpatch errors from codebase by Juan Castillo · 11 years ago
  21. 6c0b45d Correctly dimension the PSCI aff_map_node array by Andrew Thoelke · 11 years ago
  22. 167a935 Initialise CPU contexts from entry_point_info by Andrew Thoelke · 11 years ago
  23. 5298f2c Merge pull request #138 from athoelke/at/cpu-context by danh-arm · 11 years ago
  24. ee94cc6 Remove early_exceptions from BL3-1 by Andrew Thoelke · 11 years ago
  25. aaba4f2 Move CPU context pointers into cpu_data by Andrew Thoelke · 11 years ago
  26. 5e91007 Per-cpu data cache restructuring by Andrew Thoelke · 11 years ago
  27. 08ab89d Provide cm_get/set_context() for current CPU by Andrew Thoelke · 11 years ago
  28. 9865ac1 Further renames of platform porting functions by Dan Handley · 11 years ago
  29. dec5e0d Move BL porting functions into platform.h by Dan Handley · 11 years ago
  30. 7a9a5f2 Remove unused data declarations by Dan Handley · 11 years ago
  31. c6bc071 Remove extern keyword from function declarations by Dan Handley · 11 years ago
  32. 65335d4 Merge pull request #105 from athoelke:sm/support_normal_irq_in_tsp-v2 by Andrew Thoelke · 11 years ago
  33. 8545a87 Merge pull request #102 from achingupta:ag/tf-issues#104-v2 by Andrew Thoelke · 11 years ago
  34. db0de0e Merge pull request #99 from vikramkanigiri:vk/tf-issues-133_V3 by Andrew Thoelke · 11 years ago
  35. 3ea8540 Merge pull request #67 from achingupta:ag/psci_standby_bug_fix by Andrew Thoelke · 11 years ago
  36. 239b04f Non-Secure Interrupt support during Standard SMC processing in TSP by Soby Mathew · 11 years ago
  37. b44a443 Add S-EL1 interrupt handling support in the TSPD by Achin Gupta · 11 years ago
  38. dce74b8 Introduce interrupt handling framework in BL3-1 by Achin Gupta · 11 years ago
  39. e1333f7 Introduce interrupt registration framework in BL3-1 by Achin Gupta · 11 years ago
  40. c429b5e Add context library API to change a bit in SCR_EL3 by Achin Gupta · 11 years ago
  41. 6871c5d Rework memory information passing to BL3-x images by Vikram Kanigiri · 11 years ago
  42. 4112bfa Populate BL31 input parameters as per new spec by Vikram Kanigiri · 11 years ago
  43. ec786cb Merge pull request #78 from jeenuv:tf-issues-148 by Andrew Thoelke · 11 years ago
  44. 2da8d8b Add build configuration for timer save/restore by Jeenu Viswambharan · 11 years ago
  45. a43d431 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 11 years ago
  46. 317ba09 Fix broken standby state implementation in PSCI by Achin Gupta · 11 years ago
  47. c3260f9 Preserve x19-x29 across world switch for exception handling by Soby Mathew · 11 years ago
  48. 97043ac Reduce deep nesting of header files by Dan Handley · 11 years ago
  49. fb037bf Always use named structs in header files by Dan Handley · 11 years ago
  50. c594573 Move PSCI global functions out of private header by Dan Handley · 11 years ago
  51. 5b827a8 Separate BL functions out of arch.h by Dan Handley · 11 years ago
  52. bdbfc3c Separate out CASSERT macro into own header by Dan Handley · 11 years ago
  53. 4ecca33 Move include and source files to logical locations by Dan Handley · 11 years ago