Re: [HMP][PATCH 0/1] Global balance

2012-12-07 Thread Morten Rasmussen
On 07/12/12 14:54, Viresh Kumar wrote: On 7 December 2012 18:43, Morten Rasmussen wrote: I should have included the numbers in the cover letter. Here are numbers for TC2. sysbench (normalized execution time, lower is better) threads 2 4 8 HMP 1.00 1.00 1.00 HMP+GB

Re: [HMP][PATCH 0/1] Global balance

2012-12-07 Thread Viresh Kumar
On 7 December 2012 18:43, Morten Rasmussen wrote: > I should have included the numbers in the cover letter. Here are > numbers for TC2. > > sysbench (normalized execution time, lower is better) > threads 2 4 8 > HMP 1.00 1.00 1.00 > HMP+GB1.00 0.67 0.58 > > corema

Re: [PATCH] configs: linaro-base: Set CONFIG_PROC_DEVICETREE=y

2012-12-07 Thread Fathi Boudra
> Both the Android and Ubuntu have QA tests which expect to be able to > validate device-tree booting by looking in /proc/device-tree, so we > should enable this for all Linaro builds. > > At the same time we can remove this option from ubuntu.conf as it's not > an Ubuntu specific requirement. > >

Re: [HMP][PATCH 0/1] Global balance

2012-12-07 Thread Morten Rasmussen
Hi Amit, I should have included the numbers in the cover letter. Here are numbers for TC2. sysbench (normalized execution time, lower is better) threads 2 4 8 HMP 1.00 1.00 1.00 HMP+GB1.00 0.67 0.58 coremark (normalized iterations per second, higher is better) t

[PATCH] configs: linaro-base: Set CONFIG_PROC_DEVICETREE=y

2012-12-07 Thread Jon Medhurst (Tixy)
Both the Android and Ubuntu have QA tests which expect to be able to validate device-tree booting by looking in /proc/device-tree, so we should enable this for all Linaro builds. At the same time we can remove this option from ubuntu.conf as it's not an Ubuntu specific requirement. Signed-off-by:

Re: [HMP][PATCH 0/1] Global balance

2012-12-07 Thread Amit Kucheria
On Fri, Dec 7, 2012 at 5:33 PM, Morten Rasmussen wrote: > Hi Viresh, > > Here is a patch that introduces global load balancing on top of the existing > HMP > patch set. It depends on the HMP patches already present in your > task-placement-v2 > branch. It can be applied on top of the HMP sysfs p

[HMP][PATCH 1/1] sched: Basic global balancing support for HMP

2012-12-07 Thread Morten Rasmussen
This patch introduces an extra-check at task up-migration to prevent overloading the cpus in the faster hmp_domain while the slower hmp_domain is not fully utilized. The patch also introduces a periodic balance check that can down-migrate tasks if the faster domain is oversubscribed and the slower

[HMP][PATCH 0/1] Global balance

2012-12-07 Thread Morten Rasmussen
Hi Viresh, Here is a patch that introduces global load balancing on top of the existing HMP patch set. It depends on the HMP patches already present in your task-placement-v2 branch. It can be applied on top of the HMP sysfs patches if needed. The fix should be trivial. Could you include in the

[PATCH] bootwrapper: CPU hotplug aware boot protocol

2012-12-07 Thread Jon Medhurst (Tixy)
To enable CPU hotplug the need to provide some boot code at the reset vector and which survives after the kernel has booted without being overwritten. We achieve this by the getting the linker script to place the code in boot.S at address zero. This now means we can delete the code that relocates t

Re: [PATCH v2 0/3] EXYNOS: Add support for Exynos4x12

2012-12-07 Thread Minkyu Kang
Dear Chander, On 02/11/12 19:51, Chander Kashyap wrote: > ping > > On 2 October 2012 15:16, Chander Kashyap wrote: >> This patch series popultes Register addresses, clock structure and >> gpio structure for Exynos4x12. >> >> Changes in v2: >> - Fixed the GPIO base address macro for exyno

[Resend Patch v2 0/3] EXYNOS: Add support for Exynos4x12

2012-12-07 Thread Chander Kashyap
This patch series popultes Register addresses, clock structure and gpio structure for Exynos4x12. Rebase to latest u-boot-samsung tree. Chander Kashyap (3): EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12 EXYNOS: EXYNOS4X12: A

[Resend Patch v2 3/3] EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12

2012-12-07 Thread Chander Kashyap
This patch adds gpio structure for Exynos4x12. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/gpio.h | 85 +++ 1 file changed, 85 insertions(+) diff --git a/arch/arm/include/asm/arch-exynos/gpio.h b/arch/arm/include/asm/arch-exynos/gpio.h inde

[Resend Patch v2 2/3] EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12

2012-12-07 Thread Chander Kashyap
This patch adds clock structure for Exynos4x12. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/clock.h | 276 ++ 1 file changed, 276 insertions(+) diff --git a/arch/arm/include/asm/arch-exynos/clock.h b/arch/arm/include/asm/arch-exynos/clock.h

[Resend Patch v2 1/3] EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses

2012-12-07 Thread Chander Kashyap
This patch populates base addresses of Exynos4x12 registers. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/cpu.h | 48 +++- 1 file changed, 41 insertions(+), 7 deletions(-) diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm/includ

Re: Test Result Summary for Calendar Week 49.

2012-12-07 Thread Botao Sun
Add STE Snowball Linux Linaro Quantal Test Result 8) STE Snowball + Linux Linaro Quantal (Column C): https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AroPySpr4FnEdFJ4X0NjWjJteVlXLVJFSHFuOHo1c2c#gid=1 Boot failed, then it blocked all rest test. Thanks. On Fri, Dec 7, 2012 at 3:49 PM, B