summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/ptrace.c
Commit message (Collapse)AuthorAgeFilesLines
* ARC: ptrace supportVineet Gupta2013-02-151-2/+134
| | | | | Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
* ARC: Last bits (stubs) to get to a running kernel with UARTVineet Gupta2013-02-151-0/+26
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>