2013-04-28 00:01:40

by Paul E. McKenney

[permalink] [raw]
Subject: [GIT PULL tip/timers/nohz] Documentation for adaptive ticks

Hello, Ingo,

This change adds documentation for CONFIG_NO_HZ_IDLE and CONFIG_NO_HZ_FULL.
It is available in the git repository at:

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

for you to fetch changes up to 0c87f9b5ca5bdda1a868b0d7df4bec92e41a468d:

nohz_full: Add documentation. (2013-04-27 16:41:43 -0700)

Thanx, Paul

----------------------------------------------------------------
Paul E. McKenney (1):
nohz_full: Add documentation.

Documentation/timers/NO_HZ.txt | 273 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 273 insertions(+)
create mode 100644 Documentation/timers/NO_HZ.txt


2013-04-30 08:52:42

by Ingo Molnar

[permalink] [raw]
Subject: Re: [GIT PULL tip/timers/nohz] Documentation for adaptive ticks


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

> Hello, Ingo,
>
> This change adds documentation for CONFIG_NO_HZ_IDLE and CONFIG_NO_HZ_FULL.
> It is available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git rcu/nohz
>
> for you to fetch changes up to 0c87f9b5ca5bdda1a868b0d7df4bec92e41a468d:
>
> nohz_full: Add documentation. (2013-04-27 16:41:43 -0700)
>
> Thanx, Paul
>
> ----------------------------------------------------------------
> Paul E. McKenney (1):
> nohz_full: Add documentation.
>
> Documentation/timers/NO_HZ.txt | 273 +++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 273 insertions(+)
> create mode 100644 Documentation/timers/NO_HZ.txt

Pulled into tip:timers/nohz, thanks Paul!

Ingo