aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/um/sysrq_32.c
Commit message (Collapse)AuthorAge
* um: Rewrite show_stack()Richard Weinberger2013-11-17
| | | | | | | | | Currently on UML stack traces are not very reliable and both x86 and x86_64 have their on implementations. This patch unifies both and adds support to outline unreliable functions calls. Signed-off-by: Richard Weinberger <richard@nod.at>
* um: move sysrq.h out of include/sharedAl Viro2012-10-09
| | | | | | | never used by userland-side objects Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
* um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro2012-05-21
| | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* um: take arch/um/sys-x86 to arch/x86/umAl Viro2011-11-02
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>