aboutsummaryrefslogtreecommitdiff
path: root/cpuhotplug
AgeCommit message (Collapse)Author
2011-10-04change execution modeDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-10-03do sanity check before jumping in the next testsDaniel Lezcano
Check all the cpus are online before the tests Check all the cpus are back online after the tests. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-10-03change execution modeDaniel Lezcano
2011-10-03change header to specify 'on Linux'Daniel Lezcano
Specify the test suite can be run on Linux because it is not ARM specific. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Amit Kucheria <amit.kucheria@linaro.org>
2011-10-03do some stress testDaniel Lezcano
Randomly offline/online a cpu Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org Acked-by: Amit Kucheria <amit.kucheria@linaro.org>
2011-10-03test the userspace notificationDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org Acked-by: Amit Kucheria <amit.kucheria@linaro.org>
2011-10-03check /proc/interrupts when offlining a cpuDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org Acked-by: Amit Kucheria <amit.kucheria@linaro.org>
2011-10-03check /proc/cpuinfo when unplugging a cpuDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org Acked-by: Amit Kucheria <amit.kucheria@linaro.org>
2011-10-03check the task is migrated when offlining a cpuDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org Acked-by: Amit Kucheria <amit.kucheria@linaro.org>
2011-10-03test the affinity does not work on an offline cpuDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org Acked-by: Amit Kucheria <amit.kucheria@linaro.org>
2011-10-03check the cpu state is reflected in sysfsDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org Acked-by: Amit Kucheria <amit.kucheria@linaro.org>
2011-10-03check the files are presentDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org Acked-by: Amit Kucheria <amit.kucheria@linaro.org>
2011-10-03add the makefile for cpuhotplugDaniel Lezcano
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org Acked-by: Amit Kucheria <amit.kucheria@linaro.org>