]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/freder...
authorIngo Molnar <mingo@kernel.org>
Wed, 14 Aug 2013 15:58:56 +0000 (17:58 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 14 Aug 2013 15:58:56 +0000 (17:58 +0200)
commit4a1b8751c4bc9ddb4ae8b661b1eb2d4b4db454cb
tree6e837c683783708637cc4caf9de759166c7469b7
parente5b409e9bb5c0a59f3e007a87aa07957c673447f
parent074fd4aed710ac6aec10a2fc4218782fb49e20b2
Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz

Pull nohz improvements from Frederic Weisbecker:

 " It mostly contains fixes and full dynticks off-case optimizations. I believe that
   distros want to enable this feature so it seems important to optimize the case
   where the "nohz_full=" parameter is empty. ie: I'm trying to remove any performance
   regression that comes with NO_HZ_FULL=y when the feature is not used.

   This patchset improves the current situation a lot (off-case appears to be around 11% faster
   with hackbench, although I guess it may vary depending on the configuration but it should be
   significantly faster in any case) now there is still some work to do: I can still observe a
   remaining loss of 1.6% throughput seen with hackbench compared to CONFIG_NO_HZ_FULL=n. "

Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/tick.h
kernel/time/tick-sched.c