Hi Mark, Alex
I have some big.LITTLE MP updates from ARM for LSK can you please pull
these for this month's LSK release? I believe these go into the LSK
topic branch v3.10/topic/big.LITTLE.
Thanks
--
Tixy
The following changes since commit 7ac3860c98608e2f9782902b4439e0ade53c2364:
Merge tag 'big-LITTLE-MP-13.08' into for-lsk (2013-09-05 18:17:48 +0100)
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 68f98fec62bada031c89ee61b5bccd61914c23c3:
Merge tag 'big-LITTLE-MP-13.10' into for-lsk (2013-10-11 17:12:02 +0100)
----------------------------------------------------------------
Chris Redpath (7):
sched: HMP: Change default HMP thresholds
sched: HMP: Additional trace points for debugging HMP behaviour
arm: ipi raise/start/end tracing
smp: smp_cross_call function pointer tracing
sched: HMP: fix potential logical errors
hmp: Remove potential for task_struct access race
HMP: Implement task packing for small tasks in HMP systems
Jon Medhurst (1):
Merge tag 'big-LITTLE-MP-13.10' into for-lsk
arch/arm/Kconfig | 12 ++
arch/arm/kernel/smp.c | 5 +
drivers/irqchip/irq-gic.c | 5 +-
include/trace/events/arm-ipi.h | 100 +++++++++++++
include/trace/events/sched.h | 72 ++++++++++
include/trace/events/smp.h | 91 ++++++++++++
kernel/sched/fair.c | 302 +++++++++++++++++++++++++++++-----------
kernel/smp.c | 12 +-
8 files changed, 514 insertions(+), 85 deletions(-)
create mode 100644 include/trace/events/arm-ipi.h
create mode 100644 include/trace/events/smp.h