public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Use NMI to stop cpus
@ 2011-10-11 15:24 Don Zickus
  2011-10-11 15:24 ` [PATCH 1/3] x86, reboot: Use NMI instead of REBOOT_VECTOR " Don Zickus
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Don Zickus @ 2011-10-11 15:24 UTC (permalink / raw)
  To: Ingo Molnar, Andi Kleen, x86
  Cc: LKML, Peter Zijlstra, Robert Richter, Andrew Morton, seiji.aguchi,
	vgoyal, mjg, tony.luck, gong.chen, satoru.moriya, avi, Don Zickus

This patch series attempts to use NMI to stop cpus instead of the
REBOOT_VECTOR irq.  The idea is to have a more robust and reliable
way to stop cpus when serializing things like the panic path.

More details in the changelogs.

Don Zickus (3):
  x86, reboot:  Use NMI instead of REBOOT_VECTOR to stop cpus
  x86, NMI: Add NMI IPI selftest
  x86, NMI: knob to disable using NMI IPIs to stop cpus

 Documentation/kernel-parameters.txt |    4 ++
 arch/x86/Kconfig.debug              |   12 ++++++
 arch/x86/include/asm/smp.h          |    1 +
 arch/x86/kernel/smp.c               |   71 ++++++++++++++++++++++++++++++++++-
 arch/x86/kernel/smpboot.c           |   57 ++++++++++++++++++++++++++++
 5 files changed, 143 insertions(+), 2 deletions(-)

-- 
1.7.6.4


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-10-13  8:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-11 15:24 [PATCH 0/3] Use NMI to stop cpus Don Zickus
2011-10-11 15:24 ` [PATCH 1/3] x86, reboot: Use NMI instead of REBOOT_VECTOR " Don Zickus
2011-10-12  2:35   ` Chen Gong
2011-10-12 12:51     ` Don Zickus
2011-10-13  8:17       ` Chen Gong
2011-10-12  7:30   ` Ingo Molnar
2011-10-12 12:54     ` Don Zickus
2011-10-12 16:33       ` Ingo Molnar
2011-10-11 15:24 ` [PATCH 2/3] x86, NMI: Add NMI IPI selftest Don Zickus
2011-10-12  7:27   ` Ingo Molnar
2011-10-11 15:24 ` [PATCH 3/3] x86, NMI: knob to disable using NMI IPIs to stop cpus Don Zickus
2011-10-12  7:28   ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox