aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/dumpstack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-08sched/rt, s390: Use CONFIG_PREEMPTIONThomas Gleixner1-0/+2
2019-11-30s390/unwind: add stack pointer alignment sanity checksMiroslav Benes1-0/+4
2019-11-30s390/test_unwind: print verbose unwinding resultsVasily Gorbik1-0/+1
2019-11-30s390/unwind: unify task is current checksVasily Gorbik1-4/+0
2019-08-06s390/unwind: remove stack recursion warningVasily Gorbik1-5/+1
2019-06-07s390: enforce CONFIG_SMPHeiko Carstens1-2/+0
2019-05-02s390/unwind: introduce stack unwind APIMartin Schwidefsky1-69/+98
2018-10-10s390/dumpstack: print psw mask and address againHeiko Carstens1-1/+1
2018-10-09s390/dumpstack: disable __dump_trace kasan instrumentationVasily Gorbik1-1/+1
2018-10-09s390: unify stack size definitionsVasily Gorbik1-2/+2
2018-10-09s390: add support for virtually mapped kernel stacksMartin Schwidefsky1-3/+3
2017-11-24s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-07-26s390/mm: use new mm defines instead of magic valuesHeiko Carstens1-1/+1
2017-06-12s390: rename struct psw_bits membersHeiko Carstens1-2/+2
2017-06-12s390/dumpstack: remove raw stack dumpHeiko Carstens1-25/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code 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/+1
2016-10-24s390/dumpstack: use pr_cont within show_stack and dieHeiko Carstens1-8/+8
2016-10-17s390/dumpstack: get rid of return_address againHeiko Carstens1-24/+0
2016-10-17s390/dumpstack: use pr_cont where appropriateHeiko Carstens1-4/+4
2016-10-17s390/dumpstack: restore reliable indicator for call tracesHeiko Carstens1-6/+11
2016-06-28s390: stack address vs thread_infoHeiko Carstens1-8/+4
2016-05-04s390/dumpstack: implement and use return_address()Heiko Carstens1-0/+24
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+3
2016-03-15s390: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger1-3/+3
2016-02-23s390/dumpstack: merge all four stack tracersHeiko Carstens1-25/+38
2016-02-23s390/dumpstack: use bit fields to decode psw mask in show_registers()Heiko Carstens1-13/+4
2016-02-23s390/dumpstack: add missing ri bit to show_registers() outputHeiko Carstens1-1/+2
2016-02-23s390: add current_stack_pointer() helper functionHeiko Carstens1-8/+8
2016-01-19s390: remove all usages of PSW_ADDR_INSNHeiko Carstens1-5/+4
2015-03-25s390: remove 31 bit supportHeiko Carstens1-20/+6
2014-11-21s390/traps: print interrupt code and instruction length codeHeiko Carstens1-1/+2
2014-04-11s390: show_registers() should not map user space addresses to kernel symbolsHeiko Carstens1-4/+4
2013-10-24s390/dis: move disassembler function prototypes to proper header fileHeiko Carstens1-0/+1
2013-09-04s390/dumpstack: convert print_symbol to %pSRHeiko Carstens1-10/+10
2013-06-05s390/dumpstack: fix address ranges for asynchronous and panic stackMartin Schwidefsky1-4/+8
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-8/+1
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-17/+0
2013-04-17s390/dumpstack: fix call chain walkingHeiko Carstens1-0/+236