summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/unwind_orc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/unwind/orc: Fix !CONFIG_MODULES build warningShile Zhang2020-01-071-1/+2
* x86/unwind/orc: Remove boot-time ORC unwind tables sortingShile Zhang2019-12-131-3/+5
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-091-1/+1
|\
| * x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra2019-06-251-1/+1
* | x86/unwind/orc: Fall back to using frame pointers for generated codeJosh Poimboeuf2019-06-281-4/+22
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* x86/unwind: Add hardcoded ORC entry for NULLJann Horn2019-03-061-0/+17
* x86/unwind/orc: Detect the end of the stackJosh Poimboeuf2018-06-211-21/+31
* extable: Make init_kernel_text() globalJosh Poimboeuf2018-02-211-2/+1
* ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)2018-01-231-1/+47
* x86/unwinder: Handle stack overflows more gracefullyJosh Poimboeuf2017-12-171-49/+25
* x86/unwinder/orc: Dont bail on stack overflowAndy Lutomirski2017-12-171-2/+12
* x86/unwind: Disable KASAN checking in the ORC unwinderJosh Poimboeuf2017-11-081-1/+1
* x86/unwind: Show function name+offset in ORC error messagesJosh Poimboeuf2017-10-231-14/+15
* x86/unwind: Add the ORC unwinderJosh Poimboeuf2017-07-261-0/+582