Hi Mark
If this series is OK for LSK then here is a pull request for these from the 'clean' MP branch. Note, the last 3 commits listed below are additional ones which are already in LSK and add no delta. If you want me to supply the patches in a different way, please let me know.
The following changes since commit 9a0758156e5f7f2f609617eb342e476378ef63f2:
sched: hmp: Fix build breakage when not using CONFIG_SCHED_HMP (2013-11-22 14:15:38 +0000)
are available in the git repository at:
git://git.linaro.org/arm/big.LITTLE/mp.git for-lsk
for you to fetch changes up to 3c5d96e49313fdc1d663bae6f6baf926ae221f82:
HMP: Fix rt task allowed cpu mask restriction code on 1x1 system (2014-01-21 15:17:52 +0000)
---------------------------------------------------------------- Chris Redpath (6): sched: reset blocked load decay_count during synchronization sched: update runqueue clock before migrations away sched: hmp: Make idle balance behaviour normal when packing disabled sched: hmp: Change TC2 packing config to disabled default if present config: Make packing present on TC2 sched: hmp: Fix potential task_struct memory leak
Dietmar Eggemann (2): HMP: Restrict irq_default_affinity to hmp_slow_cpu_mask HMP: Fix rt task allowed cpu mask restriction code on 1x1 system
Jon Medhurst (1): config: Add config fragments for big LITTLE MP
Kamalesh Babulal (1): sched/debug: Add load-tracking statistics to task
Thomas Gleixner (1): genirq: Add default affinity mask command line option
Documentation/kernel-parameters.txt | 9 ++++++++ kernel/irq/irqdesc.c | 29 +++++++++++++++++++++++-- kernel/sched/core.c | 5 ++++- kernel/sched/debug.c | 6 ++++++ kernel/sched/fair.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++-------- linaro/configs/big-LITTLE-MP.conf | 12 +++++++++++ 6 files changed, 112 insertions(+), 12 deletions(-) create mode 100644 linaro/configs/big-LITTLE-MP.conf tixy@linaro1:/data/src/linux$