aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/unwind_orc.c
AgeCommit message (Expand)Author
2022-11-03x86/unwind/orc: Fix unreliable stack dump with gcovChen Zhongjin
2022-09-05x86/unwind/orc: Unwind ftrace trampolines with correct ORC entryChen Zhongjin
2021-03-17x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2Josh Poimboeuf
2020-11-05x86/unwind/orc: Fix inactive tasks with stack pointer in %sp on GCC 10 compil...Jiri Slaby
2020-08-05x86/unwind/orc: Fix ORC for newly forked tasksJosh Poimboeuf
2020-05-27x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasksJosh Poimboeuf
2020-05-20x86/unwind/orc: Fix error handling in __unwind_start()Josh Poimboeuf
2020-05-14x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf
2020-05-14x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf
2020-05-14x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf
2020-05-14x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes
2019-03-27x86/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