aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/sysrq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-19um: Prevent KASAN splats in dump_stack()Vincent Whitchurch1-1/+2
2020-10-11um: Clean up stacktrace dumpJohannes Berg1-3/+1
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-6/+1
2020-06-09um: add show_stack_loglvl()Dmitry Safonov1-8/+16
2020-06-09um/sysrq: remove needless variable spDmitry Safonov1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2017-05-03um: Fix _print_addr()Richard Weinberger1-4/+2
2017-03-02sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+2
2015-04-13um: Remove dead code from stacktraceRichard Weinberger1-5/+1
2014-10-13um: Add support for CONFIG_STACKTRACEDaniel Walter1-52/+17
2013-12-01um: Rename print_stack_trace to do_stack_traceRichard Weinberger1-2/+2
2013-11-17um: Make kstack_depth_to_print conform to arch/x86Richard Weinberger1-4/+1
2013-11-17um: Make stack trace reliable against kernel mode faultsRichard Weinberger1-9/+23
2013-11-17um: Rewrite show_stack()Richard Weinberger1-32/+53
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar1-1/+1
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-12/+0
2012-10-09um: move sysrq.h out of include/sharedAl Viro1-1/+1
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-2/+2
2008-02-05uml: style fixes in arch/um/kernelJeff Dike1-23/+21
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-02-11[PATCH] uml: const a variableJeff Dike1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2005-10-04[PATCH] uml: Fix sysrq-r support for skas modeAllan Graves1-7/+1
2005-05-28[PATCH] uml: stack dump fixPaolo 'Blaisorblade' Giarrusso1-7/+14
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+81