]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'timers/nohz-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Fri, 31 Jul 2015 08:27:19 +0000 (10:27 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 31 Jul 2015 08:28:53 +0000 (10:28 +0200)
commit555ee95a0a5a525ad2f1654fab0bd157de832b4f
tree5ff341bedaa848027d5eba1e2a9fbfaeb9501250
parent8400935737bf02d97da281bdcd139a421624b6ba
parentde734f89b67c2df30e35a09e7e56a3659e5b6ac6
Merge branch 'timers/nohz-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz

Pull NOHZ updates from Frederic Weisbecker:

  - Fix some jiffies based cputime assumptions. No real harm because the
    concerned code isn't used by full dynticks.

  - Simplify jiffies <-> usecs conversions. Remove dead code.

  - Remove early hacks on nohz full code that avoided messing up idle
    nohz internals. Now nohz integrates well full and idle and such hack
    have become needless.

  - Restart nohz full tick from irq exit. A simplification and a
    preparation for future optimization on scheduler kick to nohz full.

  - Simple code cleanups.

  - Tile driver isolation enhancement on top of nohz.

Signed-off-by: Ingo Molnar <mingo@kernel.org>