From: Frederic Weisbecker <fweisbec@gmail.com>
To: Ingo Molnar <mingo@kernel.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
Frederic Weisbecker <fweisbec@gmail.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Peter Zijlstra <peterz@infradead.org>,
Wanpeng Li <wanpeng.li@hotmail.com>,
Thomas Gleixner <tglx@linutronix.de>,
Radim Krcmar <rkrcmar@redhat.com>, Mike Galbraith <efault@gmx.de>,
Rik van Riel <riel@redhat.com>
Subject: [GIT PULL] cputime fixes and cleanups
Date: Wed, 13 Jul 2016 16:50:00 +0200 [thread overview]
Message-ID: <1468421405-20056-1-git-send-email-fweisbec@gmail.com> (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(-)
next reply other threads:[~2016-07-13 14:50 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-13 14:50 Frederic Weisbecker [this message]
2016-07-13 14:50 ` [PATCH 1/5] sched,time: Count actually elapsed irq & softirq time Frederic Weisbecker
2016-07-14 10:37 ` [tip:timers/nohz] sched/cputime: " tip-bot for Rik van Riel
2016-08-09 3:59 ` [PATCH 1/5] sched,time: " Wanpeng Li
2016-08-09 14:06 ` Rik van Riel
2016-08-09 23:07 ` Wanpeng Li
2016-08-10 7:51 ` Wanpeng Li
2016-08-09 23:25 ` Wanpeng Li
2016-08-09 23:31 ` Wanpeng Li
2016-08-09 23:35 ` Wanpeng Li
2016-08-09 23:39 ` Wanpeng Li
2016-08-10 5:07 ` Rik van Riel
2016-08-10 6:33 ` Wanpeng Li
2016-08-10 16:52 ` [PATCH] time,virt: resync steal time when guest & host lose sync Rik van Riel
2016-08-11 10:11 ` Wanpeng Li
2016-08-12 2:44 ` Rik van Riel
2016-08-12 7:09 ` Wanpeng Li
2016-08-12 15:58 ` Rik van Riel
2016-08-13 15:36 ` Frederic Weisbecker
2016-08-15 8:53 ` Wanpeng Li
2016-08-15 11:38 ` Wanpeng Li
2016-08-15 15:00 ` Rik van Riel
2016-08-15 22:19 ` Wanpeng Li
2016-08-16 1:31 ` Wanpeng Li
2016-08-16 2:11 ` Rik van Riel
2016-08-16 6:54 ` Wanpeng Li
2016-08-16 14:01 ` Rik van Riel
2016-08-16 23:08 ` Wanpeng Li
2016-08-12 16:33 ` Paolo Bonzini
2016-08-12 17:23 ` Rik van Riel
2016-08-13 7:18 ` Paolo Bonzini
2016-08-13 8:42 ` Ingo Molnar
2016-08-14 1:50 ` Rik van Riel
2016-08-18 8:23 ` Wanpeng Li
2016-07-13 14:50 ` [PATCH 2/5] nohz,cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING code Frederic Weisbecker
2016-07-14 10:37 ` [tip:timers/nohz] sched/cputime: " tip-bot for Rik van Riel
2016-07-13 14:50 ` [PATCH 3/5] sched: Complete cleanup of old vtime gen irqtime accounting Frederic Weisbecker
2016-07-14 10:38 ` [tip:timers/nohz] sched/cputime: Clean up the old vtime gen irqtime accounting completely tip-bot for Frederic Weisbecker
2016-07-13 14:50 ` [PATCH 4/5] sched: Reorganize vtime native irqtime accounting headers Frederic Weisbecker
2016-07-14 10:38 ` [tip:timers/nohz] sched/cputime: " tip-bot for Frederic Weisbecker
2016-07-13 14:50 ` [PATCH 5/5] time: Drop local_irq_save/restore from irqtime_account_irq Frederic Weisbecker
2016-07-14 10:38 ` [tip:timers/nohz] sched/cputime: Drop local_irq_save/restore from irqtime_account_irq() tip-bot for Rik van Riel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1468421405-20056-1-git-send-email-fweisbec@gmail.com \
--to=fweisbec@gmail.com \
--cc=efault@gmx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=pbonzini@redhat.com \
--cc=peterz@infradead.org \
--cc=riel@redhat.com \
--cc=rkrcmar@redhat.com \
--cc=tglx@linutronix.de \
--cc=wanpeng.li@hotmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome