aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/unwind_orc.c
AgeCommit message (Expand)Author
2023-09-21x86/unwind/orc: Remove redundant initialization of 'mid' pointer in __orc_find()Colin Ian King
2023-06-27Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-16x86/unwind/orc: Add ELF section with ORC version identifierOmar Sandoval
2023-06-07Revert "x86/orc: Make it callthunk aware"Josh Poimboeuf
2023-05-16x86/unwind/orc: Add 'unwind_debug' cmdline optionJosh Poimboeuf
2023-05-16x86/unwind/orc: Use swap() instead of open coding itJiapeng Chong
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf
2023-03-23x86,objtool: Introduce ORC_TYPE_*Josh Poimboeuf
2023-02-11x86/unwind/orc: Add 'signal' field to ORC metadataJosh Poimboeuf
2022-11-21Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar
2022-10-21x86/unwind/orc: Fix unreliable stack dump with gcovChen Zhongjin
2022-10-17x86/orc: Make it callthunk awarePeter Zijlstra
2022-08-21x86/unwind/orc: Unwind ftrace trampolines with correct ORC entryChen Zhongjin
2022-04-19x86/unwind/orc: Recheck address range after stack info was updatedDmitry Monakhov
2022-03-28x86,rethook,kprobes: Replace kretprobe with rethook on x86Masami Hiramatsu
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09sections: move is_kernel_inittext() into sections.hKefeng Wang
2021-09-30x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu
2021-03-06x86/unwind/orc: Silence warnings caused by missing ORC dataJosh Poimboeuf
2021-03-06x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2Josh Poimboeuf
2021-02-10x86/unwind/orc: Change REG_SP_INDIRECTPeter Zijlstra
2020-10-27Merge tag 'x86-urgent-2020-10-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-14x86/unwind/orc: Fix inactive tasks with stack pointer in %sp on GCC 10 compil...Jiri Slaby
2020-09-10objtool: Make unwind hint definitions available to other architecturesJulien Thierry
2020-07-22x86/unwind/orc: Fix ORC for newly forked tasksJosh Poimboeuf
2020-05-22x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasksJosh Poimboeuf
2020-05-15x86/unwind/orc: Fix error handling in __unwind_start()Josh Poimboeuf
2020-05-03x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULESJosh Poimboeuf
2020-04-25x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf
2020-04-25x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf
2020-04-25x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf
2020-04-25x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes
2020-04-25x86/unwind: Prevent false warnings for non-current tasksJosh Poimboeuf
2020-04-25x86/unwind/orc: Convert global variables to staticJosh Poimboeuf
2020-01-07x86/unwind/orc: Fix !CONFIG_MODULES build warningShile Zhang
2019-12-13x86/unwind/orc: Remove boot-time ORC unwind tables sortingShile Zhang
2019-07-08Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-06-28x86/unwind/orc: Fall back to using frame pointers for generated codeJosh Poimboeuf
2019-06-25x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-03-06x86/unwind: Add hardcoded ORC entry for NULLJann Horn
2018-06-21x86/unwind/orc: Detect the end of the stackJosh Poimboeuf
2018-02-21extable: Make init_kernel_text() globalJosh Poimboeuf
2018-01-23ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)
2017-12-17x86/unwinder: Handle stack overflows more gracefullyJosh Poimboeuf
2017-12-17x86/unwinder/orc: Dont bail on stack overflowAndy Lutomirski
2017-11-08x86/unwind: Disable KASAN checking in the ORC unwinderJosh Poimboeuf
2017-10-23x86/unwind: Show function name+offset in ORC error messagesJosh Poimboeuf
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf