summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ftrace_64.S
Commit message (Expand)AuthorAgeFilesLines
* x86/ftrace: Support objtool vmlinux.o validation in ftrace_64.SJosh Poimboeuf2021-01-261-3/+2
* objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf2021-01-261-1/+1
* x86/ftrace: Add UNWIND_HINT_FUNC annotation for ftrace_stubJosh Poimboeuf2021-01-261-0/+1
* livepatch: Use the default ftrace_ops instead of REGS when ARGS is availableSteven Rostedt (VMware)2020-11-131-0/+4
* ftrace/x86: Allow for arguments to be passed in to ftrace_regs by defaultSteven Rostedt (VMware)2020-11-131-2/+9
* x86/ftrace: Do not jump to direct code in created trampolinesSteven Rostedt (VMware)2020-06-291-0/+1
* x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooksSteven Rostedt (VMware)2020-06-291-2/+1
* x86/ftrace: Make non direct case the default in ftrace_regs_callerSteven Rostedt (VMware)2020-06-291-16/+15
* x86/entry/64: Move non entry code into .text sectionThomas Gleixner2020-06-111-1/+1
* x86: Change {JMP,CALL}_NOSPEC argumentPeter Zijlstra2020-04-301-2/+2
* x86,ftrace: Shrink ftrace_regs_caller() by one bytePeter Zijlstra2020-04-221-2/+2
* x86,ftrace: Use SIZEOF_PTREGSPeter Zijlstra2020-04-221-2/+2
* x86,ftrace: Fix ftrace_regs_caller() unwindPeter Zijlstra2020-04-221-17/+15
* Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-11-271-6/+36
|\
| * ftrace/x86: Tell objtool to ignore nondeterministic ftrace stack layoutJosh Poimboeuf2019-11-131-1/+11
| * ftrace/x86: Add register_ftrace_direct() for custom trampolinesSteven Rostedt (VMware)2019-11-131-7/+27
* | x86/ftrace: Get rid of function_hookBorislav Petkov2019-10-251-7/+6
* | x86/asm: Replace WEAK uses by SYM_INNER_LABEL_ALIGNJiri Slaby2019-10-181-1/+1
* | x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-181-10/+10
* | x86/asm/64: Change all ENTRY+END to SYM_CODE_*Jiri Slaby2019-10-181-2/+2
* | x86/asm: Use SYM_INNER_LABEL instead of GLOBALJiri Slaby2019-10-181-8/+8
|/
* x86/stackframe, x86/ftrace: Add pt_regs frame annotationsPeter Zijlstra2019-06-251-0/+3
* ftrace/x86: Remove mcount supportSteven Rostedt (VMware)2019-05-101-27/+1
* x86/ftrace: Do not call function graph from dynamic trampolinesSteven Rostedt (VMware)2018-12-191-4/+4
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-281-1/+1
|\
| * x86/ftrace: Add one more ENDPROC annotationJosh Poimboeuf2018-01-281-1/+1
* | x86/ftrace: Fix ORC unwinding from ftrace handlersJosh Poimboeuf2018-01-231-9/+15
|/
* x86/retpoline/ftrace: Convert ftrace assembler indirect jumpsDavid Woodhouse2018-01-121-4/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/ftrace: Use Makefile logic instead of #ifdef for compiling ftrace_*.oSteven Rostedt (VMware)2017-03-241-4/+0
* x86/ftrace: Rename mcount_64.S to ftrace_64.SSteven Rostedt (VMware)2017-03-241-0/+336