Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1311974

Re: [PATCH 0/2] cpuidle optimizations (on top of linux-next)

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Ingo Molnar <mingo@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH 0/2] cpuidle optimizations (on top of linux-next)
Date Tue, 19 Jan 2016 08:30:02 +0100
Message-ID <qSyTM-4y8-3@gated-at.bofh.it> (permalink)
References <qRmrE-4Gw-17@gated-at.bofh.it> <qSilY-1kA-17@gated-at.bofh.it>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=TIY4OvvBK8ZEY7c53/WwffhwMLgohKpd/wCjNY+KkWI=; b=R8k1JZteMPnEh0TXEonQVBMIgR65j5PCpbSvYgzYpSdIGEzq0Ojev2fZfBD5jo/XQj F4K1P1ng9eE9h+Jk9AoBW5pG+SnEn8gw3oPCRFZ3n5IeJUCPzuxuws9A3vwi6ZsuPlEF hTTFDwjS+ojdBI5VwuY19KcgwmGsqCwkEZ5+GTqEwaQw1l+rki74utqg5y7tv36LeVSI Z307r0KClrVjB69Ud0EvtyRTSsana2pPfFfyeTT3pUcR+YhI/J/MDE7/gPedejOvYx+5 eyK9E+G5ez9xN0wZMa0m9TNykD0ilg9IsH3pY44TLcRjc859jVnCJ5oR4yeYiMQGKsId MYCg==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=TIY4OvvBK8ZEY7c53/WwffhwMLgohKpd/wCjNY+KkWI=; b=O91vnXMz1PpiPFxSzeTOXbawYacSVlGzOkqdWEhndIye303MeFtZsVfQL1K7TSZzSw LYvB1gbSiTmIBD8aLENfxE+IvOtf/z2ruVEoh6chBAGg0JbHg3Qs7lDOmqEZFD38l2Bb Y9+yF1tyoiEbbRTep/Nqki/TPGw0SGu+/FkWPZKngj2f90LCNmV0gVQXtijrbmqg/RNP JaO+9PByTSLBsuve7HGOO6OTrsgNwERLxU+hwMt159exAo5AgEKdiT/U12MJ9AqHXDPq IVgCgrdg02PM5AK3qNZBXFVsQkXucVe1XlplaICcY5F3+iUO+e3oGgQyUBCCuCPM4QGI s4YA==
X-Gm-Message-State AG10YOTbuZwf8kwwbPb3rwSakeb0stsZv/is+clra9qKE/JcIgyvbwoSbZ7QTp7dRnGj7w==
X-Received by 10.28.158.74 with SMTP id h71mr16979520wme.74.1453188495779; Mon, 18 Jan 2016 23:28:15 -0800 (PST)
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
User-Agent Mutt/1.5.23 (2014-03-12)
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 23
Organization linux.* mail to news gateway
X-Original-Cc "Rafael J. Wysocki" <rjw@rjwysocki.net>, Peter Zijlstra <peterz@infradead.org>, Linux PM list <linux-pm@vger.kernel.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Daniel Lezcano <daniel.lezcano@linaro.org>
X-Original-Date Tue, 19 Jan 2016 08:28:11 +0100
X-Original-Message-ID <20160119072811.GA11346@gmail.com>
X-Original-References <1621492.NI2xz9vt7M@vostro.rjw.lan> <569CEC86.5080002@arm.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1311974

Show key headers only | View raw


* Sudeep Holla <sudeep.holla@arm.com> wrote:

> On 15/01/16 23:53, Rafael J. Wysocki wrote:
> >Hi,
> >
> >When I was looking at the cpuidle code after the Sudeeps's problem report,
> >it occured to me that we had some pointless overhead there, so two
> >changes to reduce it follow.
> >
> >[1/2] Make the fallback to to default_idle_call() in call_cpuidle()
> >       unnecessary and drop it.
> >[2/2] Make menu_select() avoid checking states that don't need to
> >       (or even shouldn't) be checked when making the selection.
> >
> 
> Tested-by: Sudeep Holla <sudeep.holla@arm.com>

Rafael, can I pick these up into the scheduler tree?

Thanks,

	Ingo

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] cpuidle optimizations (on top of linux-next) "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-01-16 01:00 +0100
  [PATCH 2/2] cpuidle: menu: Avoid pointless checks in menu_select() "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-01-16 01:00 +0100
    [Resend][PATCH 2/2] cpuidle: menu: Avoid pointless checks in menu_select() "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-01-19 00:00 +0100
  Re: [PATCH 0/2] cpuidle optimizations (on top of linux-next) Sudeep Holla <sudeep.holla@arm.com> - 2016-01-18 14:50 +0100
    Re: [PATCH 0/2] cpuidle optimizations (on top of linux-next) Ingo Molnar <mingo@kernel.org> - 2016-01-19 08:30 +0100
      Re: [PATCH 0/2] cpuidle optimizations (on top of linux-next) "Rafael J. Wysocki" <rafael@kernel.org> - 2016-01-19 14:20 +0100
        Re: [PATCH 0/2] cpuidle optimizations (on top of linux-next) Ingo Molnar <mingo@kernel.org> - 2016-01-19 14:30 +0100
          Re: [PATCH 0/2] cpuidle optimizations (on top of linux-next) "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-01-19 15:00 +0100

csiph-web