linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [git pull] Please pull powerpc.git powernv-cpuidle branch
@ 2014-04-01 23:38 Benjamin Herrenschmidt
  0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2014-04-01 23:38 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linuxppc-dev, Linux Kernel list

Hi Linus !

This is the branch I mentioned in my other pull request which contains
our improved cpuidle support for the "powernv" platform
(non-virtualized). It adds support for the "fast sleep" feature of the
processor which provides higher power savings than our usual "nap" mode
but at the cost of losing the timers while asleep, and thus exploits the
new timer broadcast framework to work around that limitation.

It's based on a tip timer tree that you seem to have already merged

Cheers,
Ben.

The following changes since commit 849401b66d305f3feb75b6db7459b95ad190552a:

  tick: Fixup more fallout from hrtimer broadcast mode (2014-02-09 15:11:47 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git powernv-cpuidle

for you to fetch changes up to 0888839c5b62c44a55ac9d28acc273ba663c65ea:

  cpuidle/powernv: Parse device tree to setup idle states (2014-03-05 15:57:08 +1100)

----------------------------------------------------------------
Preeti U Murthy (3):
      powerpc: Split timer_interrupt() into timer handling and interrupt handling routines
      cpuidle/powernv: Add "Fast-Sleep" CPU idle state
      cpuidle/powernv: Parse device tree to setup idle states

Srivatsa S. Bhat (2):
      powerpc: Free up the slot of PPC_MSG_CALL_FUNC_SINGLE IPI message
      powerpc: Implement tick broadcast IPI as a fixed IPI message

Vaidyanathan Srinivasan (2):
      powerpc/powernv: Add context management for Fast Sleep
      powerpc/powernv: Add OPAL call to resync timebase on wakeup

 arch/powerpc/Kconfig                           |   2 +
 arch/powerpc/include/asm/opal.h                |   2 +
 arch/powerpc/include/asm/processor.h           |   1 +
 arch/powerpc/include/asm/smp.h                 |   2 +-
 arch/powerpc/include/asm/time.h                |   1 +
 arch/powerpc/kernel/exceptions-64s.S           |  10 ++-
 arch/powerpc/kernel/idle_power7.S              |  90 +++++++++++++++++-----
 arch/powerpc/kernel/smp.c                      |  25 ++++--
 arch/powerpc/kernel/time.c                     |  90 +++++++++++++---------
 arch/powerpc/platforms/cell/interrupt.c        |   2 +-
 arch/powerpc/platforms/powernv/opal-wrappers.S |   1 +
 arch/powerpc/platforms/ps3/smp.c               |   2 +-
 drivers/cpuidle/cpuidle-powernv.c              | 102 ++++++++++++++++++++++---
 13 files changed, 253 insertions(+), 77 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-01 23:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-01 23:38 [git pull] Please pull powerpc.git powernv-cpuidle branch Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).