2013-04-28 00:23:15

by Paul E. McKenney

[permalink] [raw]
Subject: [GIT PULL rcu/doc] Reducing OS jitter from per-CPU kthreads

Hello, Ingo,

This series includes documentation for reducing OS jitter due to
per-CPU kthreads. It is available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git rcu/doc

for you to fetch changes up to 49717cb40410fe4b563968680ff7c513967504c6:

kthread: Document ways of reducing OS jitter due to per-CPU kthreads (2013-04-27 16:52:47 -0700)

Thanx, Paul

----------------------------------------------------------------
Paul E. McKenney (1):
kthread: Document ways of reducing OS jitter due to per-CPU kthreads

Documentation/kernel-per-CPU-kthreads.txt | 202 ++++++++++++++++++++++++++++++
1 file changed, 202 insertions(+)
create mode 100644 Documentation/kernel-per-CPU-kthreads.txt


2013-04-30 08:50:36

by Ingo Molnar

[permalink] [raw]
Subject: Re: [GIT PULL rcu/doc] Reducing OS jitter from per-CPU kthreads


* Paul E. McKenney <[email protected]> wrote:

> Hello, Ingo,
>
> This series includes documentation for reducing OS jitter due to
> per-CPU kthreads. It is available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git rcu/doc
>
> for you to fetch changes up to 49717cb40410fe4b563968680ff7c513967504c6:
>
> kthread: Document ways of reducing OS jitter due to per-CPU kthreads (2013-04-27 16:52:47 -0700)
>
> Thanx, Paul
>
> ----------------------------------------------------------------
> Paul E. McKenney (1):
> kthread: Document ways of reducing OS jitter due to per-CPU kthreads
>
> Documentation/kernel-per-CPU-kthreads.txt | 202 ++++++++++++++++++++++++++++++
> 1 file changed, 202 insertions(+)
> create mode 100644 Documentation/kernel-per-CPU-kthreads.txt

Pulled, thanks Paul!

Ingo