From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758152AbaDBIWB (ORCPT ); Wed, 2 Apr 2014 04:22:01 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:42935 "EHLO mail-we0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758038AbaDBIV6 (ORCPT ); Wed, 2 Apr 2014 04:21:58 -0400 Date: Wed, 2 Apr 2014 10:21:54 +0200 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Peter Zijlstra , Andrew Morton Subject: [GIT PULL] sched/idle changes for v3.15 Message-ID: <20140402082154.GA24862@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, Please pull the latest sched-idle-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-idle-for-linus # HEAD: a1d028bd6d2b7789d15eddfd07c5bea2aaf36040 sched/idle: Add more comments to the code More idle code reorganization, to prepare for more integration. (Sent separately because it depended on pending timer work, which is now upstream.) Shortlog and diffstat generated by hand, due to the non-standard merge base. Thanks, Ingo ------------------> Daniel Lezcano (5): idle/cpuidle: Split cpuidle_idle_call main function into smaller functions cpuidle/idle: Move the cpuidle_idle_call function to idle.c sched/idle: Reorganize the idle loop sched/idle: Move idle conditions in cpuidle_idle main function sched/idle: Add more comments to the code Ingo Molnar (1): Merge branch 'timers/core' into sched/idle drivers/cpuidle/cpuidle.c | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------- include/linux/cpuidle.h | 23 +++++++++++++++++++-- kernel/sched/idle.c | 150 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------- 3 files changed, 211 insertions(+), 69 deletions(-)