stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] cputime: A few tickless cputime accounting fixes and improvements
@ 2015-11-19 15:47 Frederic Weisbecker
  2015-11-19 15:47 ` [PATCH 1/7] cputime: Fix invalid gtime in proc Frederic Weisbecker
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Frederic Weisbecker @ 2015-11-19 15:47 UTC (permalink / raw)
  To: LKML
  Cc: Frederic Weisbecker, Peter Zijlstra, Chris Metcalf,
	Thomas Gleixner, Hiroshi Shimamoto, Luiz Capitulino,
	Christoph Lameter, Paul E . McKenney, Ingo Molnar, stable,
	Rik van Riel

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(-)

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

end of thread, other threads:[~2015-12-08  5:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-19 15:47 [PATCH 0/7] cputime: A few tickless cputime accounting fixes and improvements Frederic Weisbecker
2015-11-19 15:47 ` [PATCH 1/7] cputime: Fix invalid gtime in proc Frederic Weisbecker
     [not found]   ` <tip-2541117b0cf79977fa11a0d6e17d61010677bd7b@git.kernel.org>
     [not found]     ` <20151207162132.GA20032@lerouge>
2015-12-08  5:34       ` [tip:locking/core] sched/cputime: " Ingo Molnar
2015-11-19 15:47 ` [PATCH 2/7] cputime: Remove extra cost in task_cputime Frederic Weisbecker
2015-11-19 15:47 ` [PATCH 3/7] cputime: Clarify vtime symbols and document them Frederic Weisbecker
2015-11-19 15:47 ` [PATCH 4/7] cputime: Correctly handle task guest time on housekeepers Frederic Weisbecker
2015-11-19 15:47 ` [PATCH 5/7] cputime: Rename vtime_accounting_enabled to vtime_accounting_cpu_enabled Frederic Weisbecker
2015-11-19 15:47 ` [PATCH 6/7] cputime: Introduce vtime accounting check for readers Frederic Weisbecker
2015-11-19 20:28   ` Peter Zijlstra
2015-11-23 14:19     ` Frederic Weisbecker
2015-11-23 14:35       ` Peter Zijlstra
2015-11-23 15:22         ` Frederic Weisbecker
2015-11-19 15:47 ` [PATCH 7/7] cputime: Convert vtime_seqlock to seqcount Frederic Weisbecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).