From: Preeti U Murthy <preeti@linux.vnet.ibm.com>
To: deepthi@linux.vnet.ibm.com, svaidy@linux.vnet.ibm.com,
toshi.kani@hp.com, arnd@arndb.de, geoff@infradead.org,
mpe@ellerman.id.au, rusty@rustcorp.com.au,
linux-kernel@vger.kernel.org, paul.gortmaker@windriver.com,
afleming@freescale.com, anton@samba.org,
srivatsa.bhat@linux.vnet.ibm.com, benh@kernel.crashing.org,
paulus@samba.org, ady8radu@gmail.com,
linuxppc-dev@lists.ozlabs.org
Subject: [PATCH 0/3] powerpc: Free up an IPI message slot for tick broadcast IPIs
Date: Fri, 31 Jan 2014 09:39:53 +0530 [thread overview]
Message-ID: <20140131040631.13071.19603.stgit@preeti.in.ibm.com> (raw)
This patchset is a precursor for enabling deep idle states on powerpc,
when the local CPU timers stop. The tick broadcast framework in
the Linux Kernel today handles wakeup of such CPUs at their next timer event
by using an external clock device. At the expiry of this clock device, IPIs
are sent to the CPUs in deep idle states so that they wakeup to handle their
respective timers. This patchset frees up one of the IPI slots on powerpc
so as to be used to handle the tick broadcast IPI.
On certain implementations of powerpc, such an external clock device is absent.
Adding support to the tick broadcast framework to handle wakeup of CPUs from
deep idle states on such implementations is currently under discussion.
https://lkml.org/lkml/2014/1/15/86
https://lkml.org/lkml/2014/1/24/28
Either way this patchset is essential to enable handling the tick broadcast IPIs.
---
Preeti U Murthy (1):
cpuidle/ppc: Split timer_interrupt() into timer handling and interrupt handling routines
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
arch/powerpc/include/asm/smp.h | 2 -
arch/powerpc/include/asm/time.h | 1
arch/powerpc/kernel/smp.c | 23 ++++++--
arch/powerpc/kernel/time.c | 86 ++++++++++++++++++-------------
arch/powerpc/platforms/cell/interrupt.c | 2 -
arch/powerpc/platforms/ps3/smp.c | 2 -
6 files changed, 71 insertions(+), 45 deletions(-)
--
next reply other threads:[~2014-01-31 4:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-31 4:09 Preeti U Murthy [this message]
2014-01-31 4:10 ` [PATCH 1/3] powerpc: Free up the slot of PPC_MSG_CALL_FUNC_SINGLE IPI message Preeti U Murthy
2014-01-31 4:10 ` [PATCH 2/3] powerpc: Implement tick broadcast IPI as a fixed " Preeti U Murthy
2014-01-31 4:10 ` [PATCH 3/3] cpuidle/ppc: Split timer_interrupt() into timer handling and interrupt handling routines Preeti U Murthy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140131040631.13071.19603.stgit@preeti.in.ibm.com \
--to=preeti@linux.vnet.ibm.com \
--cc=ady8radu@gmail.com \
--cc=afleming@freescale.com \
--cc=anton@samba.org \
--cc=arnd@arndb.de \
--cc=benh@kernel.crashing.org \
--cc=deepthi@linux.vnet.ibm.com \
--cc=geoff@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mpe@ellerman.id.au \
--cc=paul.gortmaker@windriver.com \
--cc=paulus@samba.org \
--cc=rusty@rustcorp.com.au \
--cc=srivatsa.bhat@linux.vnet.ibm.com \
--cc=svaidy@linux.vnet.ibm.com \
--cc=toshi.kani@hp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).