aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/unwind_orc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-11-09sections: move is_kernel_inittext() into sections.hKefeng Wang1-1/+1
2021-09-30x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu1-4/+17
2021-03-06x86/unwind/orc: Silence warnings caused by missing ORC dataJosh Poimboeuf1-1/+1
2021-03-06x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2Josh Poimboeuf1-6/+6
2021-02-10x86/unwind/orc: Change REG_SP_INDIRECTPeter Zijlstra1-1/+4
2020-10-27Merge tag 'x86-urgent-2020-10-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+1
2020-10-14x86/unwind/orc: Fix inactive tasks with stack pointer in %sp on GCC 10 compiled kernelsJiri Slaby1-8/+1
2020-09-10objtool: Make unwind hint definitions available to other architecturesJulien Thierry1-5/+6
2020-07-22x86/unwind/orc: Fix ORC for newly forked tasksJosh Poimboeuf1-2/+6
2020-05-22x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasksJosh Poimboeuf1-0/+7
2020-05-15x86/unwind/orc: Fix error handling in __unwind_start()Josh Poimboeuf1-7/+9
2020-05-03x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULESJosh Poimboeuf1-4/+4
2020-04-25x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf1-11/+40
2020-04-25x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf1-1/+1
2020-04-25x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf1-3/+3
2020-04-25x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes1-1/+1
2020-04-25x86/unwind: Prevent false warnings for non-current tasksJosh Poimboeuf1-17/+23
2020-04-25x86/unwind/orc: Convert global variables to staticJosh Poimboeuf1-5/+5
2020-01-07x86/unwind/orc: Fix !CONFIG_MODULES build warningShile Zhang1-1/+2
2019-12-13x86/unwind/orc: Remove boot-time ORC unwind tables sortingShile Zhang1-3/+5
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