[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1447948054-28668-1-git-send-email-fweisbec@gmail.com>
Date: Thu, 19 Nov 2015 16:47:27 +0100
From: Frederic Weisbecker <fweisbec@...il.com>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Frederic Weisbecker <fweisbec@...il.com>,
Peter Zijlstra <peterz@...radead.org>,
Chris Metcalf <cmetcalf@...hip.com>,
Thomas Gleixner <tglx@...utronix.de>,
Hiroshi Shimamoto <h-shimamoto@...jp.nec.com>,
Luiz Capitulino <lcapitulino@...hat.com>,
Christoph Lameter <cl@...ux.com>,
"Paul E . McKenney" <paulmck@...ux.vnet.ibm.com>,
Ingo Molnar <mingo@...nel.org>, stable@...r.kernel.org,
Rik van Riel <riel@...hat.com>
Subject: [PATCH 0/7] cputime: A few tickless cputime accounting fixes and improvements
The first two patches from Hiroshi Shimamoto are fixes to be backported.
Although it's debatable whether the 2nd patch needs backport.
The patches that follow are further fixes and cleanups and the last
one is an optimization.
git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
cputime/fixes
HEAD: e4b430e6598cf6e069b08d7a81ee2ca75fe385f2
Thanks,
Frederic
---
Frederic Weisbecker (5):
cputime: Clarify vtime symbols and document them
cputime: Correctly handle task guest time on housekeepers
cputime: Rename vtime_accounting_enabled to vtime_accounting_cpu_enabled
cputime: Introduce vtime accounting check for readers
cputime: Convert vtime_seqlock to seqcount
Hiroshi Shimamoto (2):
cputime: Fix invalid gtime in proc
cputime: Remove extra cost in task_cputime
include/linux/context_tracking.h | 4 +--
include/linux/init_task.h | 2 +-
include/linux/sched.h | 7 ++--
include/linux/vtime.h | 25 ++++++++++----
kernel/fork.c | 4 +--
kernel/sched/cputime.c | 75 +++++++++++++++++++++++++---------------
kernel/time/tick-sched.c | 2 +-
7 files changed, 77 insertions(+), 42 deletions(-)
--
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