]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'timers/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/freder...
authorIngo Molnar <mingo@kernel.org>
Wed, 4 Dec 2013 09:09:53 +0000 (10:09 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 4 Dec 2013 09:09:53 +0000 (10:09 +0100)
commit4e3a9bf593e4a199a95e267221279f6e169d194c
tree643ffbf749b8b9d68e1b8641c6d179f535b9f9c0
parent2e8c52b739ae7e24d1118b7fc6250c84914bd805
parent7b98a7485e7c1ce3ddd3fceacd5219d38136f363
Merge branch 'timers/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/core

Pull dynticks updates from Frederic Weisbecker:

  * Fix a bug where posix cpu timers requeued due to interval got ignored on full
    dynticks CPUs (not a regression though as it only impacts full dynticks and the
    bug is there since we merged full dynticks).

  * Optimizations and cleanups on the use of per CPU APIs to improve code readability,
    performance and debuggability in the nohz subsystem;

  * Optimize posix cpu timer by sparing stub workqueue queue with full dynticks off case

  * Rename some functions to extend with *_this_cpu() suffix for clarity

  * Refine the naming of some context tracking subsystem state accessors

  * Trivial spelling fix by Paul Gortmaker

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