Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1442526

[GIT PULL] cputime fixes and cleanups

From Frederic Weisbecker <fweisbec@gmail.com>
Newsgroups linux.kernel
Subject [GIT PULL] cputime fixes and cleanups
Date 2016-07-13 17:00 +0200
Message-ID <rUtNM-4qs-23@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Ingo,

Please pull the sched/cputime branch that can be found at:

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
	sched/cputime

It is based on top of tip:sched/core due to conflicts against commits in
this branch.

HEAD: 363e4ca0466a3db318fce18e53f6e492bffc0202

---
Summary of changes:

* Fix system/idle cputime leaked on cputime accounting (all nohz configs)
* Remove nohz full messy ad-hoc irqtime accounting, make it compatible
  with CONFIG_IRQ_TIME_ACCOUNTING instead.
* Cleanups
* Remove unecessary irq disablement on irqtime code.

Thanks,
	Frederic
---

Rik van Riel (3):
      sched,time: Count actually elapsed irq & softirq time
      nohz,cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING code
      time: Drop local_irq_save/restore from irqtime_account_irq

Frederic Weisbecker (2):
      sched: Complete cleanup of old vtime gen irqtime accounting
      sched: Reorganize vtime native irqtime accounting headers


 include/asm-generic/cputime_nsecs.h |   2 +
 include/linux/vtime.h               |  50 ++++-------
 init/Kconfig                        |   6 +-
 kernel/sched/cputime.c              | 171 ++++++++++++++++++------------------
 4 files changed, 109 insertions(+), 120 deletions(-)

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[GIT PULL] cputime fixes and cleanups Frederic Weisbecker <fweisbec@gmail.com> - 2016-07-13 17:00 +0200
  [PATCH 2/5] nohz,cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING code Frederic Weisbecker <fweisbec@gmail.com> - 2016-07-13 17:00 +0200
    [tip:timers/nohz] sched/cputime: Replace VTIME_GEN irq time code  with IRQ_TIME_ACCOUNTING code tip-bot for Rik van Riel <tipbot@zytor.com> - 2016-07-14 12:40 +0200
  [PATCH 4/5] sched: Reorganize vtime native irqtime accounting headers Frederic Weisbecker <fweisbec@gmail.com> - 2016-07-13 17:00 +0200
    [tip:timers/nohz] sched/cputime: Reorganize vtime native irqtime  accounting headers tip-bot for Frederic Weisbecker <tipbot@zytor.com> - 2016-07-14 12:40 +0200
  [PATCH 5/5] time: Drop local_irq_save/restore from irqtime_account_irq Frederic Weisbecker <fweisbec@gmail.com> - 2016-07-13 17:00 +0200
    [tip:timers/nohz] sched/cputime: Drop local_irq_save/restore from  irqtime_account_irq() tip-bot for Rik van Riel <tipbot@zytor.com> - 2016-07-14 12:40 +0200
  [PATCH 3/5] sched: Complete cleanup of old vtime gen irqtime accounting Frederic Weisbecker <fweisbec@gmail.com> - 2016-07-13 17:00 +0200
    [tip:timers/nohz] sched/cputime: Clean up the old vtime gen irqtime  accounting completely tip-bot for Frederic Weisbecker <tipbot@zytor.com> - 2016-07-14 12:40 +0200
  [PATCH 1/5] sched,time: Count actually elapsed irq & softirq time Frederic Weisbecker <fweisbec@gmail.com> - 2016-07-13 17:00 +0200
    [tip:timers/nohz] sched/cputime: Count actually elapsed irq &  softirq time tip-bot for Rik van Riel <tipbot@zytor.com> - 2016-07-14 12:40 +0200

csiph-web