aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/stacktrace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-07s390/unwind: use current_frame_address() to unwind current taskVasily Gorbik1-10/+10
2021-07-08s390: rename CALL_ON_STACK_NORETURN() to call_on_stack_noreturn()Heiko Carstens1-1/+1
2021-07-08s390: add type checking to CALL_ON_STACK_NORETURN() macroHeiko Carstens1-1/+3
2021-07-08s390: remove old CALL_ON_STACK() macroHeiko Carstens1-37/+0
2021-07-08s390: introduce proper type handling call_on_stack() macroHeiko Carstens1-0/+97
2021-06-21s390/stack: fix possible register corruption with stack switch helperHeiko Carstens1-7/+11
2021-04-05s390/unwind: add machine check handler stackVasily Gorbik1-0/+1
2019-11-30s390: fix register clobbering in CALL_ON_STACKVasily Gorbik1-2/+2
2019-11-30s390/unwind: always inline get_stack_pointerVasily Gorbik1-2/+2
2019-11-30s390: avoid misusing CALL_ON_STACK for task stack setupVasily Gorbik1-0/+11
2019-11-30s390: correct CALL_ON_STACK back_chain savingVasily Gorbik1-1/+14
2019-11-30s390/unwind: unify task is current checksVasily Gorbik1-1/+1
2019-10-31s390/unwind: fix get_stack_pointer(NULL, NULL)Ilya Leoshkevich1-1/+1
2019-06-07s390/unwind: correct stack switching during unwindVasily Gorbik1-1/+1
2019-05-02s390/unwind: introduce stack unwind APIMartin Schwidefsky1-0/+114