summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/stacktrace.h
AgeCommit message (Expand)AuthorLines
2022-06-01s390/stack: add union to reflect kvm stack slot usagesHeiko Carstens-1/+9
2022-06-01s390/stack: merge empty stack frame slotsHeiko Carstens-2/+1
2022-04-12s390: current_stack_pointer shouldn't be a functionSven Schnelle-1/+1
2022-03-01s390: always use the packed stack layoutVasily Gorbik-9/+1
2021-09-07s390/unwind: use current_frame_address() to unwind current taskVasily Gorbik-10/+10
2021-07-08s390: rename CALL_ON_STACK_NORETURN() to call_on_stack_noreturn()Heiko Carstens-1/+1
2021-07-08s390: add type checking to CALL_ON_STACK_NORETURN() macroHeiko Carstens-1/+3
2021-07-08s390: remove old CALL_ON_STACK() macroHeiko Carstens-37/+0
2021-07-08s390: introduce proper type handling call_on_stack() macroHeiko Carstens-0/+97
2021-06-21s390/stack: fix possible register corruption with stack switch helperHeiko Carstens-7/+11
2021-04-05s390/unwind: add machine check handler stackVasily Gorbik-0/+1
2019-11-30s390: fix register clobbering in CALL_ON_STACKVasily Gorbik-2/+2
2019-11-30s390/unwind: always inline get_stack_pointerVasily Gorbik-2/+2
2019-11-30s390: avoid misusing CALL_ON_STACK for task stack setupVasily Gorbik-0/+11
2019-11-30s390: correct CALL_ON_STACK back_chain savingVasily Gorbik-1/+14
2019-11-30s390/unwind: unify task is current checksVasily Gorbik-1/+1
2019-10-31s390/unwind: fix get_stack_pointer(NULL, NULL)Ilya Leoshkevich-1/+1
2019-06-07s390/unwind: correct stack switching during unwindVasily Gorbik-1/+1
2019-05-02s390/unwind: introduce stack unwind APIMartin Schwidefsky-0/+114