index
:
atf-marvell.git
atf-v1.3-17.04
atf-v1.3-armada-17.06
atf-v1.3-armada-17.08
atf-v1.3-armada-17.10
atf-v1.4-armada-18.06
atf-v1.5-armada-18.09
atf-v1.5-armada-18.12
atf-v1.5-armada-18.12-rmk
Unnamed repository; edit this file 'description' to name the repository.
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
std_svc
/
psci
/
psci_afflvl_suspend.c
Age
Commit message (
Expand
)
Author
2015-08-13
PSCI: Switch to the new PSCI frameworks
Soby Mathew
2015-03-05
Fix violations to the coding style
Sandrine Bailleux
2015-01-26
Verify capabilities before handling PSCI calls
Soby Mathew
2015-01-23
Return success if an interrupt is seen during PSCI CPU_SUSPEND
Soby Mathew
2015-01-23
Validate power_state and entrypoint when executing PSCI calls
Soby Mathew
2015-01-23
Save 'power_state' early in PSCI CPU_SUSPEND call
Soby Mathew
2015-01-23
Rework internal API to save non-secure entry point info
Soby Mathew
2015-01-23
Remove `ns_entrypoint` and `mpidr` from parameters in pm_ops
Soby Mathew
2014-08-19
Miscellaneous PSCI code cleanups
Achin Gupta
2014-08-19
Add APIs to preserve highest affinity level in OFF state
Achin Gupta
2014-08-19
Rework state management in the PSCI implementation
Achin Gupta
2014-08-19
Add PSCI service specific per-CPU data
Achin Gupta
2014-07-31
Optimize EL3 register state stored in cpu_context structure
Soby Mathew
2014-07-28
Remove the concept of coherent stacks
Achin Gupta
2014-07-19
Remove coherent stack usage from the warm boot path
Achin Gupta
2014-06-25
Remove current CPU mpidr from PSCI common code
Andrew Thoelke
2014-06-23
Eliminate psci_suspend_context array
Andrew Thoelke
2014-06-23
Initialise CPU contexts from entry_point_info
Andrew Thoelke
2014-06-17
Remove early_exceptions from BL3-1
Andrew Thoelke
2014-06-16
Per-cpu data cache restructuring
Andrew Thoelke
2014-06-11
Provide cm_get/set_context() for current CPU
Andrew Thoelke
2014-05-16
Rework BL3-1 unhandled exception handling and reporting
Soby Mathew
2014-05-07
Correct usage of data and instruction barriers
Andrew Thoelke
2014-05-06
Reduce deep nesting of header files
Dan Handley
2014-05-06
Always use named structs in header files
Dan Handley
2014-05-06
Separate BL functions out of arch.h
Dan Handley
2014-05-06
Make use of user/system includes more consistent
Dan Handley
2014-04-29
Preserve PSCI cpu_suspend 'power_state' parameter.
Vikram Kanigiri
2014-03-21
Remove partially qualified asm helper functions
Vikram Kanigiri
2014-03-20
Implement ARM Standard Service
Jeenu Viswambharan