aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/ftrace_32.S
AgeCommit message (Expand)AuthorFilesLines
2023-10-03x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Gravatar Masahiro Yamada 1-1/+1
2023-06-20x86/ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALGravatar Donglin Peng 1-3/+5
2023-03-21ftrace: selftest: remove broken trace_direct_trampGravatar Mark Rutland 1-0/+5
2021-12-08x86: Prepare asm files for straight-line-speculationGravatar Peter Zijlstra 1-3/+3
2020-04-30x86: Change {JMP,CALL}_NOSPEC argumentGravatar Peter Zijlstra 1-1/+1
2019-10-25x86/ftrace: Get rid of function_hookGravatar Borislav Petkov 1-5/+3
2019-10-18x86/asm: Replace WEAK uses by SYM_INNER_LABEL_ALIGNGravatar Jiri Slaby 1-1/+1
2019-10-18x86/asm/32: Change all ENTRY+END to SYM_CODE_*Gravatar Jiri Slaby 1-4/+4
2019-10-18x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Gravatar Jiri Slaby 1-1/+2
2019-10-18x86/asm/ftrace: Mark function_hook as functionGravatar Jiri Slaby 1-2/+2
2019-10-18x86/asm: Use SYM_INNER_LABEL instead of GLOBALGravatar Jiri Slaby 1-1/+1
2019-06-25x86/stackframe/32: Provide consistent pt_regsGravatar Peter Zijlstra 1-33/+42
2019-06-25x86/stackframe, x86/ftrace: Add pt_regs frame annotationsGravatar Peter Zijlstra 1-0/+3
2019-05-10ftrace/x86: Remove mcount supportGravatar Steven Rostedt (VMware) 1-31/+5
2019-05-10ftrace/x86_32: Remove support for non DYNAMIC_FTRACEGravatar Steven Rostedt (VMware) 1-39/+0
2018-01-12x86/retpoline/ftrace: Convert ftrace assembler indirect jumpsGravatar David Woodhouse 1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-04-21x86/ftrace: Fix ebp in ftrace_regs_caller that screws up unwinderGravatar Steven Rostedt (VMware) 1-4/+4
2017-03-24x86/ftrace: Use Makefile logic instead of #ifdef for compiling ftrace_*.oGravatar Steven Rostedt (VMware) 1-3/+0
2017-03-24x86/ftrace: Add -mfentry support to x86_32 with DYNAMIC_FTRACE setGravatar Steven Rostedt (VMware) 1-10/+72
2017-03-24x86/ftrace: Clean up ftrace_regs_callerGravatar Steven Rostedt (VMware) 1-19/+21
2017-03-24x86/ftrace: Add stack frame pointer to ftrace_callerGravatar Steven Rostedt (VMware) 1-2/+10
2017-03-24x86/ftrace: Move the ftrace specific code out of entry_32.SGravatar Steven Rostedt (VMware) 1-0/+175