summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/unwind_orc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar2022-11-211-1/+1
|\
| * x86/unwind/orc: Fix unreliable stack dump with gcovChen Zhongjin2022-10-211-1/+1
* | x86/orc: Make it callthunk awarePeter Zijlstra2022-10-171-1/+20
|/
* x86/unwind/orc: Unwind ftrace trampolines with correct ORC entryChen Zhongjin2022-08-211-5/+10
* x86/unwind/orc: Recheck address range after stack info was updatedDmitry Monakhov2022-04-191-4/+4
* x86,rethook,kprobes: Replace kretprobe with rethook on x86Masami Hiramatsu2022-03-281-5/+5
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-1/+1
|\
| * sections: move is_kernel_inittext() into sections.hKefeng Wang2021-11-091-1/+1
* | x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu2021-09-301-4/+17
|/
* x86/unwind/orc: Silence warnings caused by missing ORC dataJosh Poimboeuf2021-03-061-1/+1
* x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2Josh Poimboeuf2021-03-061-6/+6
* x86/unwind/orc: Change REG_SP_INDIRECTPeter Zijlstra2021-02-101-1/+4
* Merge tag 'x86-urgent-2020-10-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-271-8/+1
|\
| * x86/unwind/orc: Fix inactive tasks with stack pointer in %sp on GCC 10 compil...Jiri Slaby2020-10-141-8/+1
* | objtool: Make unwind hint definitions available to other architecturesJulien Thierry2020-09-101-5/+6
|/
* x86/unwind/orc: Fix ORC for newly forked tasksJosh Poimboeuf2020-07-221-2/+6
* x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasksJosh Poimboeuf2020-05-221-0/+7
* x86/unwind/orc: Fix error handling in __unwind_start()Josh Poimboeuf2020-05-151-7/+9
* x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULESJosh Poimboeuf2020-05-031-4/+4
* x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf2020-04-251-11/+40
* x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf2020-04-251-1/+1
* x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf2020-04-251-3/+3
* x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes2020-04-251-1/+1
* x86/unwind: Prevent false warnings for non-current tasksJosh Poimboeuf2020-04-251-17/+23
* x86/unwind/orc: Convert global variables to staticJosh Poimboeuf2020-04-251-5/+5
* 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-081-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