[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1354125140-9294-1-git-send-email-fweisbec@gmail.com>
Date: Wed, 28 Nov 2012 18:52:16 +0100
From: Frederic Weisbecker <fweisbec@...il.com>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Frederic Weisbecker <fweisbec@...il.com>,
Ingo Molnar <mingo@...nel.org>,
Peter Zijlstra <peterz@...radead.org>,
Thomas Gleixner <tglx@...utronix.de>,
Steven Rostedt <rostedt@...dmis.org>,
Paul Gortmaker <paul.gortmaker@...driver.com>
Subject: [PATCH 0/4] cputime: Cleanups on adjusted cputime code v2
Hi,
Changes since v1 address Steven Rostedt and Paul Gortmaker reviews:
- More comments to distinguish struct cputime / struct task_cputime [3/4]
- Comment the reasons and the details for cputime adjustment [4/4]
Thanks.
Frederic Weisbecker (4):
cputime: Move thread_group_cputime() to sched code
cputime: Rename thread_group_times to thread_group_cputime_adjusted
cputime: Consolidate cputime adjustment code
cputime: Comment cputime's adjusting code
fs/proc/array.c | 4 +-
include/linux/sched.h | 27 ++++++++++---
kernel/exit.c | 4 +-
kernel/fork.c | 2 +-
kernel/posix-cpu-timers.c | 24 -----------
kernel/sched/cputime.c | 98 ++++++++++++++++++++++++++++++++-------------
kernel/sys.c | 6 +-
7 files changed, 99 insertions(+), 66 deletions(-)
--
1.7.5.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists