index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
ftrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-28
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-562
/
+126
2020-01-28
Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2019-12-25
Merge branch 'core/kprobes' into perf/core, to pick up a completed branch
Ingo Molnar
1
-562
/
+126
2019-12-10
ftrace: Fix function_graph tracer interaction with BPF trampoline
Alexei Starovoitov
1
-14
/
+0
2019-12-10
x86/ftrace: Explicitly include vmalloc.h for set_vm_flush_reset_perms()
Sean Christopherson
1
-0
/
+1
2019-12-10
Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts
Ingo Molnar
1
-0
/
+14
2019-11-27
x86/ftrace: Mark ftrace_modify_code_direct() __ref
Borislav Petkov
1
-1
/
+6
2019-11-27
x86/ftrace: Use text_gen_insn()
Peter Zijlstra
1
-25
/
+7
2019-11-27
x86/ftrace: Use text_poke()
Peter Zijlstra
1
-543
/
+120
2019-11-13
ftrace/x86: Add a counter to test function_graph with direct
Steven Rostedt (VMware)
1
-3
/
+5
2019-11-13
ftrace/x86: Add register_ftrace_direct() for custom trampolines
Steven Rostedt (VMware)
1
-0
/
+12
2019-07-18
Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-3
/
+3
2019-07-08
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-7
/
+0
2019-07-02
ftrace/x86: Anotate text_mutex split between ftrace_arch_code_modify_post_pro...
Jiri Kosina
1
-0
/
+2
2019-06-28
ftrace/x86: Add a comment to why we take text_mutex in ftrace_arch_code_modif...
Steven Rostedt (VMware)
1
-0
/
+5
2019-06-28
ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...
Petr Mladek
1
-0
/
+3
2019-06-25
x86/stackframe/32: Allow int3_emulate_push()
Peter Zijlstra
1
-7
/
+0
2019-05-25
x86/ftrace: Make enable parameter bool where applicable
Steven Rostedt (VMware)
1
-3
/
+3
2019-05-15
Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-5
/
+27
2019-05-08
ftrace/x86_64: Emulate call function while updating in breakpoint handler
Peter Zijlstra
1
-5
/
+27
2019-04-30
x86/ftrace: Use vmalloc special flag
Rick Edgecombe
1
-8
/
+6
2019-04-30
x86/ftrace: Set trampoline pages as executable
Nadav Amit
1
-0
/
+8
2019-03-11
Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-25
/
+17
2019-03-05
x86/ftrace: Fix warning and considate ftrace_jmp_replace() and ftrace_call_re...
Steven Rostedt (VMware)
1
-25
/
+17
2019-02-13
x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()
Masami Hiramatsu
1
-1
/
+2
2018-12-19
x86/ftrace: Do not call function graph from dynamic trampolines
Steven Rostedt (VMware)
1
-19
/
+22
2018-11-27
x86/function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
1
-14
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-05-26
x86/ftrace: Make sure that ftrace trampolines are not RWX
Thomas Gleixner
1
-6
/
+14
2017-05-08
x86: use set_memory.h header
Laura Abbott
1
-1
/
+1
2017-05-03
Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-1
/
+7
2017-04-19
x86/build: convert function graph '-Os' error to warning
Josh Poimboeuf
1
-6
/
+0
2017-04-14
ftrace/x86: Fix triple fault with graph tracing and suspend-to-ram
Josh Poimboeuf
1
-0
/
+12
2017-03-30
x86/build: Mostly disable '-maccumulate-outgoing-args'
Josh Poimboeuf
1
-0
/
+6
2017-03-28
ftrace/x86: Do no run CPU sync when there is only one CPU online
Steven Rostedt (VMware)
1
-1
/
+7
2017-03-09
scripts/spelling.txt: add "disble(d)" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2016-08-24
ftrace/x86: Implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
Josh Poimboeuf
1
-1
/
+1
2016-08-24
ftrace: Add return address pointer to ftrace_ret_stack
Josh Poimboeuf
1
-1
/
+1
2016-03-24
Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-1
/
+1
2016-03-18
x86: ftrace: Fix the misleading comment for arch/x86/kernel/ftrace.c
Li Bin
1
-1
/
+1
2016-03-15
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+5
2016-02-22
x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig option
Kees Cook
1
-3
/
+3
2016-02-17
x86/ftrace, x86/asm: Kill ftrace_caller_end label
Borislav Petkov
1
-6
/
+5
2016-01-04
x86: ftrace: Fix the comments for ftrace_modify_code_direct()
Li Bin
1
-7
/
+5
2015-11-25
ftrace: Add variable ftrace_expected for archs to show expected code
Steven Rostedt (Red Hat)
1
-0
/
+9
2015-10-22
ftrace: Calculate the correct dyn_ftrace number to report to the userspace
Minfei Huang
1
-0
/
+4
2015-01-20
module: remove mod arg from module_free, rename module_memfree().
Rusty Russell
1
-1
/
+1
2014-12-01
ftrace/fgraph/x86: Have prepare_ftrace_return() take ip as first parameter
Steven Rostedt (Red Hat)
1
-2
/
+2
2014-11-19
ftrace/x86/extable: Add is_ftrace_trampoline() function
Steven Rostedt (Red Hat)
1
-2
/
+7
2014-11-11
ftrace: Add more information to ftrace_bug() output
Steven Rostedt (Red Hat)
1
-1
/
+1
[next]