From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Pitre Subject: [PATCH v2 0/2] sched/idle : find the best idle CPU with cpuidle info Date: Thu, 04 Sep 2014 11:32:08 -0400 Message-ID: <1409844730-12273-1-git-send-email-nicolas.pitre@linaro.org> Content-Transfer-Encoding: 7BIT Return-path: Received: from relais.videotron.ca ([24.201.245.36]:60017 "EHLO relais.videotron.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751298AbaIDPr5 (ORCPT ); Thu, 4 Sep 2014 11:47:57 -0400 Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Peter Zijlstra , Ingo Molnar Cc: Daniel Lezcano , "Rafael J. Wysocki" , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linaro-kernel@lists.linaro.org This is a rework of the series initially posted by Daniel Lezcano here: http://news.gmane.org/group/gmane.linux.power-management.general/thread=44161 Those patches were straightened up, commit logs are more comprehensive, bugs were fixed, etc. drivers/cpuidle/cpuidle.c | 6 ++++++ kernel/sched/fair.c | 43 ++++++++++++++++++++++++++++++++++------- kernel/sched/idle.c | 6 ++++++ kernel/sched/sched.h | 39 +++++++++++++++++++++++++++++++++++++ 4 files changed, 87 insertions(+), 7 deletions(-) Nicolas