aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/unwind_bc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-18s390/unwind: stop gracefully at user mode pt_regs in irq stackVasily Gorbik1-4/+11
2019-11-30s390/unwind: add stack pointer alignment sanity checksMiroslav Benes1-0/+4
2019-11-30s390/unwind: filter out unreliable bogus %r14Vasily Gorbik1-0/+5
2019-11-30s390/unwind: start unwinding from reliable stateVasily Gorbik1-14/+28
2019-11-30s390/unwind: stop gracefully at task pt_regsVasily Gorbik1-1/+7
2019-11-30s390/unwind: make reuse_sp default when unwinding pt_regsVasily Gorbik1-14/+7
2019-11-30s390/unwind: report an error if pt_regs are not on stackVasily Gorbik1-1/+1
2019-11-25Merge tag 's390-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-12/+2
2019-11-05s390/unwind: drop unnecessary code around calling ftrace_graph_ret_addr()Miroslav Benes1-12/+2
2019-10-31s390/unwind: fix mixing regs and spIlya Leoshkevich1-5/+13
2019-07-11s390/unwind: avoid int overflow in outside_of_stackVasily Gorbik1-1/+1
2019-07-02s390/kasan: avoid false positives during stack unwindVasily Gorbik1-8/+8
2019-05-02s390/ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMartin Schwidefsky1-1/+1
2019-05-02s390/unwind: introduce stack unwind APIMartin Schwidefsky1-0/+155