summaryrefslogtreecommitdiff
path: root/big-little/switcher/context/ns_context.c
AgeCommit message (Collapse)Author
2012-05-23Cleanup whitespace errors.Dietmar Eggemann
Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
2012-05-23GNU indent pass over C and header files.Dietmar Eggemann
Basically: $ for f in $(find . -name "*.[ch]"); do indent -linux $f; done Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
2012-05-23Added support for Save & Restore of v7 Debug contextAchin Gupta
Removed dependency of debug S&R code on the APPF repository, moved the data structure to save context to context.h and added calls to save and restore the debug context
2012-05-23Cosmetic changes following code reviewGiuseppe Calderaro
2012-05-23vsm: preparation for PMU handling.Giuseppe Calderaro
Added PMU regs macros. Added PMU function wrappers.
2012-05-22Debug: Added support for Save & Restore of v7 Debug contextDietmar Eggemann
Removed dependency of debug S&R code on the APPF repository, moved the data structure to save context to context.h and added calls to save and restore the debug context. Signed-off-by: Achin Gupta <achin.gupta@arm.com> Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
2012-05-22Change extern declaration for async_switchover.Dietmar Eggemann
Signed-off-by: Achin Gupta <achin.gupta@arm.com> Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
2012-05-22Hotplug: Add cpu hotplug support to the virtualizer.Dietmar Eggemann
This patch introduce the mechanics to be able to hotplug individual cpus as well as bringing them out of hotplug in coexistence with the cluster switching functionality of the virtualizer. Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
2012-02-16GNU indent pass over C and header files.Robin Randhawa
Basically: $ for f in $(find . -name "*.[ch]"; do indent -linux $f; done Signed-off-by: Robin Randhawa <robin.randhawa@arm.com>
2012-02-10Update Copyright information.Dietmar Eggemann
Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
2011-12-20Updated to release v2.1.Robin Randhawa
Intended to be the basis for the VSM development.
2011-10-12Initial commit of the virtualizer v2.0 release.Robin Randhawa
This will be the basis for the VSM.