aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/unwind_orc.c
AgeCommit message (Expand)Author
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-20x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf
2020-05-20x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf
2020-05-20x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes
2019-03-27x86/unwind: Add hardcoded ORC entry for NULLJann Horn
2017-12-25x86/unwinder: Handle stack overflows more gracefullyJosh Poimboeuf
2017-12-25x86/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