summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/dumpstack.c
Commit message (Expand)AuthorAgeFilesLines
* exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-1/+1
|\
| * exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-201-1/+1
* | s390/ptrace: add last_break member to pt_regsSven Schnelle2021-10-261-1/+1
|/
* s390/unwind: add machine check handler stackVasily Gorbik2021-04-051-1/+11
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+2
* s390: add show_stack_loglvl()Dmitry Safonov2020-06-091-5/+11
* sched/rt, s390: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-0/+2
* s390/unwind: add stack pointer alignment sanity checksMiroslav Benes2019-11-301-0/+4
* s390/test_unwind: print verbose unwinding resultsVasily Gorbik2019-11-301-0/+1
* s390/unwind: unify task is current checksVasily Gorbik2019-11-301-4/+0
* s390/unwind: remove stack recursion warningVasily Gorbik2019-08-061-5/+1
* s390: enforce CONFIG_SMPHeiko Carstens2019-06-071-2/+0
* s390/unwind: introduce stack unwind APIMartin Schwidefsky2019-05-021-69/+98
* s390/dumpstack: print psw mask and address againHeiko Carstens2018-10-101-1/+1
* s390/dumpstack: disable __dump_trace kasan instrumentationVasily Gorbik2018-10-091-1/+1
* s390: unify stack size definitionsVasily Gorbik2018-10-091-2/+2
* s390: add support for virtually mapped kernel stacksMartin Schwidefsky2018-10-091-3/+3
* s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-241-0/+1
* s390/mm: use new mm defines instead of magic valuesHeiko Carstens2017-07-261-1/+1
* s390: rename struct psw_bits membersHeiko Carstens2017-06-121-2/+2
* s390/dumpstack: remove raw stack dumpHeiko Carstens2017-06-121-25/+4
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* s390/dumpstack: use pr_cont within show_stack and dieHeiko Carstens2016-10-241-8/+8
* s390/dumpstack: get rid of return_address againHeiko Carstens2016-10-171-24/+0
* s390/dumpstack: use pr_cont where appropriateHeiko Carstens2016-10-171-4/+4
* s390/dumpstack: restore reliable indicator for call tracesHeiko Carstens2016-10-171-6/+11
* s390: stack address vs thread_infoHeiko Carstens2016-06-281-8/+4
* s390/dumpstack: implement and use return_address()Heiko Carstens2016-05-041-0/+24
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-161-3/+3
|\
| * s390: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger2016-03-151-3/+3
* | s390/dumpstack: merge all four stack tracersHeiko Carstens2016-02-231-25/+38
* | s390/dumpstack: use bit fields to decode psw mask in show_registers()Heiko Carstens2016-02-231-13/+4
* | s390/dumpstack: add missing ri bit to show_registers() outputHeiko Carstens2016-02-231-1/+2
* | s390: add current_stack_pointer() helper functionHeiko Carstens2016-02-231-8/+8
|/
* s390: remove all usages of PSW_ADDR_INSNHeiko Carstens2016-01-191-5/+4
* s390: remove 31 bit supportHeiko Carstens2015-03-251-20/+6
* s390/traps: print interrupt code and instruction length codeHeiko Carstens2014-11-211-1/+2
* s390: show_registers() should not map user space addresses to kernel symbolsHeiko Carstens2014-04-111-4/+4
* s390/dis: move disassembler function prototypes to proper header fileHeiko Carstens2013-10-241-0/+1
* s390/dumpstack: convert print_symbol to %pSRHeiko Carstens2013-09-041-10/+10
* s390/dumpstack: fix address ranges for asynchronous and panic stackMartin Schwidefsky2013-06-051-4/+8
* dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-8/+1
* dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-17/+0
* s390/dumpstack: fix call chain walkingHeiko Carstens2013-04-171-0/+236