aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/unwind_orc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-06-28x86/unwind/orc: Fall back to using frame pointers for generated codeJosh Poimboeuf1-4/+22
2019-06-25x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-03-06x86/unwind: Add hardcoded ORC entry for NULLJann Horn1-0/+17
2018-06-21x86/unwind/orc: Detect the end of the stackJosh Poimboeuf1-21/+31
2018-02-21extable: Make init_kernel_text() globalJosh Poimboeuf1-2/+1
2018-01-23ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)1-1/+47
2017-12-17x86/unwinder: Handle stack overflows more gracefullyJosh Poimboeuf1-49/+25
2017-12-17x86/unwinder/orc: Dont bail on stack overflowAndy Lutomirski1-2/+12
2017-11-08x86/unwind: Disable KASAN checking in the ORC unwinderJosh Poimboeuf1-1/+1
2017-10-23x86/unwind: Show function name+offset in ORC error messagesJosh Poimboeuf1-14/+15
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf1-0/+582