Skip to content
  • Frederic Weisbecker's avatar
    nohz: Implement wide kick on top of irq work · 8537bb95
    Frederic Weisbecker authored
    
    
    It simplifies it and allows wide kick to be performed, even when IRQs
    are disabled, without an asynchronous level in the middle.
    
    This comes at a cost of some more overhead on features like perf and
    posix cpu timers slow-paths, which is probably not much important
    for nohz full users.
    
    Requested-by: default avatarPeter Zijlstra <peterz@infradead.org>
    Reviewed-by: default avatarChris Metcalf <cmetcalf@ezchip.com>
    Cc: Christoph Lameter <cl@linux.com>
    Cc: Chris Metcalf <cmetcalf@ezchip.com>
    Cc: Ingo Molnar <mingo@kernel.org>
    Cc: Luiz Capitulino <lcapitulino@redhat.com>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Rik van Riel <riel@redhat.com>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Viresh Kumar <viresh.kumar@linaro.org>
    Signed-off-by: default avatarFrederic Weisbecker <fweisbec@gmail.com>
    8537bb95