[PATCH] x86_64: reliable stack trace support (x86-64)
authorJan Beulich <jbeulich@novell.com>
Mon, 26 Jun 2006 11:57:32 +0000 (13:57 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 17:48:17 +0000 (10:48 -0700)
commitb538ed278b80641ee6d7b75497d5e14de1bb1137
treefe508a2f950ec08c832474a253f41b188ceece75
parent4552d5dc08b79868829b4be8951b29b07284753f
[PATCH] x86_64: reliable stack trace support (x86-64)

These are the x86_64-specific pieces to enable reliable stack traces. The
only restriction with this is that it currently cannot unwind across the
interrupt->normal stack boundary, as that transition is lacking proper
annotation.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/entry.S
arch/x86_64/kernel/process.c
arch/x86_64/kernel/traps.c
arch/x86_64/kernel/vmlinux.lds.S
include/asm-x86_64/proto.h
include/asm-x86_64/unwind.h [new file with mode: 0644]
lib/Kconfig.debug