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