summaryrefslogtreecommitdiff
path: root/arch/arc/kernel/stacktrace.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-15ARC: stacktracing APIs based on dw2 unwinderVineet Gupta1-2/+213
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
2013-02-15ARC: Last bits (stubs) to get to a running kernel with UARTVineet Gupta1-0/+43
This was part of port buildup strategy from Arnd to have a minimal kernel at first and then add optional features (stacktracing, ptrace, smp, kprobes, oprofile....) Signed-off-by: Vineet Gupta <vgupta@synopsys.com>