public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] cputime: Cleanups on adjusted cputime code v2
@ 2012-11-28 17:52 Frederic Weisbecker
  2012-11-28 17:52 ` [PATCH 1/4] cputime: Move thread_group_cputime() to sched code Frederic Weisbecker
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Frederic Weisbecker @ 2012-11-28 17:52 UTC (permalink / raw)
  To: LKML
  Cc: Frederic Weisbecker, Ingo Molnar, Peter Zijlstra, Thomas Gleixner,
	Steven Rostedt, Paul Gortmaker

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-12-08 14:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-28 17:52 [PATCH 0/4] cputime: Cleanups on adjusted cputime code v2 Frederic Weisbecker
2012-11-28 17:52 ` [PATCH 1/4] cputime: Move thread_group_cputime() to sched code Frederic Weisbecker
2012-11-28 17:52 ` [PATCH 2/4] cputime: Rename thread_group_times to thread_group_cputime_adjusted Frederic Weisbecker
2012-11-28 17:52 ` [PATCH 3/4] cputime: Consolidate cputime adjustment code Frederic Weisbecker
2012-11-28 17:52 ` [PATCH 4/4] cputime: Comment cputime's adjusting code Frederic Weisbecker
2012-11-29 17:45 ` [GIT PULL] cputime: Cleanups on adjusted cputime code Frederic Weisbecker
2012-12-08 14:33   ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox