index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
ftrace_64.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/ftrace: Support objtool vmlinux.o validation in ftrace_64.S
Josh Poimboeuf
2021-01-26
1
-3
/
+2
*
objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC
Josh Poimboeuf
2021-01-26
1
-1
/
+1
*
x86/ftrace: Add UNWIND_HINT_FUNC annotation for ftrace_stub
Josh Poimboeuf
2021-01-26
1
-0
/
+1
*
livepatch: Use the default ftrace_ops instead of REGS when ARGS is available
Steven Rostedt (VMware)
2020-11-13
1
-0
/
+4
*
ftrace/x86: Allow for arguments to be passed in to ftrace_regs by default
Steven Rostedt (VMware)
2020-11-13
1
-2
/
+9
*
x86/ftrace: Do not jump to direct code in created trampolines
Steven Rostedt (VMware)
2020-06-29
1
-0
/
+1
*
x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooks
Steven Rostedt (VMware)
2020-06-29
1
-2
/
+1
*
x86/ftrace: Make non direct case the default in ftrace_regs_caller
Steven Rostedt (VMware)
2020-06-29
1
-16
/
+15
*
x86/entry/64: Move non entry code into .text section
Thomas Gleixner
2020-06-11
1
-1
/
+1
*
x86: Change {JMP,CALL}_NOSPEC argument
Peter Zijlstra
2020-04-30
1
-2
/
+2
*
x86,ftrace: Shrink ftrace_regs_caller() by one byte
Peter Zijlstra
2020-04-22
1
-2
/
+2
*
x86,ftrace: Use SIZEOF_PTREGS
Peter Zijlstra
2020-04-22
1
-2
/
+2
*
x86,ftrace: Fix ftrace_regs_caller() unwind
Peter Zijlstra
2020-04-22
1
-17
/
+15
*
Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-11-27
1
-6
/
+36
|
\
|
*
ftrace/x86: Tell objtool to ignore nondeterministic ftrace stack layout
Josh Poimboeuf
2019-11-13
1
-1
/
+11
|
*
ftrace/x86: Add register_ftrace_direct() for custom trampolines
Steven Rostedt (VMware)
2019-11-13
1
-7
/
+27
*
|
x86/ftrace: Get rid of function_hook
Borislav Petkov
2019-10-25
1
-7
/
+6
*
|
x86/asm: Replace WEAK uses by SYM_INNER_LABEL_ALIGN
Jiri Slaby
2019-10-18
1
-1
/
+1
*
|
x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
Jiri Slaby
2019-10-18
1
-10
/
+10
*
|
x86/asm/64: Change all ENTRY+END to SYM_CODE_*
Jiri Slaby
2019-10-18
1
-2
/
+2
*
|
x86/asm: Use SYM_INNER_LABEL instead of GLOBAL
Jiri Slaby
2019-10-18
1
-8
/
+8
|
/
*
x86/stackframe, x86/ftrace: Add pt_regs frame annotations
Peter Zijlstra
2019-06-25
1
-0
/
+3
*
ftrace/x86: Remove mcount support
Steven Rostedt (VMware)
2019-05-10
1
-27
/
+1
*
x86/ftrace: Do not call function graph from dynamic trampolines
Steven Rostedt (VMware)
2018-12-19
1
-4
/
+4
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-01-28
1
-1
/
+1
|
\
|
*
x86/ftrace: Add one more ENDPROC annotation
Josh Poimboeuf
2018-01-28
1
-1
/
+1
*
|
x86/ftrace: Fix ORC unwinding from ftrace handlers
Josh Poimboeuf
2018-01-23
1
-9
/
+15
|
/
*
x86/retpoline/ftrace: Convert ftrace assembler indirect jumps
David Woodhouse
2018-01-12
1
-4
/
+4
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
x86/ftrace: Use Makefile logic instead of #ifdef for compiling ftrace_*.o
Steven Rostedt (VMware)
2017-03-24
1
-4
/
+0
*
x86/ftrace: Rename mcount_64.S to ftrace_64.S
Steven Rostedt (VMware)
2017-03-24
1
-0
/
+336