Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932477AbcCVB5V (ORCPT ); Mon, 21 Mar 2016 21:57:21 -0400 Received: from v094114.home.net.pl ([79.96.170.134]:63209 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1758101AbcCVB4j (ORCPT ); Mon, 21 Mar 2016 21:56:39 -0400 From: "Rafael J. Wysocki" To: Linux PM list Cc: Juri Lelli , Steve Muckle , ACPI Devel Maling List , Linux Kernel Mailing List , Peter Zijlstra , Srinivas Pandruvada , Viresh Kumar , Vincent Guittot , Michael Turquette , Ingo Molnar Subject: [PATCH v6 0/7] cpufreq: schedutil governor Date: Tue, 22 Mar 2016 02:44:08 +0100 Message-ID: <7262976.zPkLj56ATU@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.5.0-rc1+; KDE/4.11.5; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1043 Lines: 26 Hi, Yet another iteration of the schedutil governor patchset. It essentially is a resend of the series, but since patches [6-7/7] have been updated since the v4 (http://marc.info/?l=linux-kernel&m=145814047719883&w=4), the complete series goes again here. The patches are based on the current Linus' tree and they have been present in my pm-cpufreq-experimental branch for a few days. Also, Srinivas ran SpecPower on one of the previous iterations and the results are very promising. With CPU loads below 80% the system using the new governor achieves the same performance and consumes much less energy at the same time (up to around 30% less which translates to around 100 W of power in this particular test setup). Again, the question here is whether or not anyone has anything against queuing this series up for 4.7 early in the cycle (preferably right after the closing of the 4.6 merge window) in order to provide a convenient base for further development. Of course, ACKs are welcome in case of no objections. :-) Thanks, Rafael