Merge branch 'nohz/printk-v8' into irq/core
authorFrederic Weisbecker <fweisbec@gmail.com>
Mon, 4 Feb 2013 23:48:46 +0000 (00:48 +0100)
committerFrederic Weisbecker <fweisbec@gmail.com>
Mon, 4 Feb 2013 23:48:46 +0000 (00:48 +0100)
commit077931446b85e7858bf9dc0927cd116669b965d2
tree02fbdf4a42b30b841a61aca399bd0ac6a5c308e6
parentf7c819c020db9796ae3a662b82a310617f92b15b
parent74876a98a87a115254b3a66a14b27320b7f0acaa
Merge branch 'nohz/printk-v8' into irq/core

Conflicts:
kernel/irq_work.c

Add support for printk in full dynticks CPU.

* Don't stop tick with irq works pending. This
fix is generally useful and concerns archs that
can't raise self IPIs.

* Flush irq works before CPU offlining.

* Introduce "lazy" irq works that can wait for the
next tick to be executed, unless it's stopped.

* Implement klogd wake up using irq work. This
removes the ad-hoc printk_tick()/printk_needs_cpu()
hooks and make it working even in dynticks mode.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
include/linux/irq_work.h
include/linux/tick.h
init/Kconfig
kernel/irq_work.c
kernel/printk.c
kernel/time/tick-sched.c