| Commit message (Expand) | Author | Age | Files | Lines |
* | ftrace/x86: Implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTR | Josh Poimboeuf | 2016-08-24 | 1 | -1/+1 |
* | ftrace: Add return address pointer to ftrace_ret_stack | Josh Poimboeuf | 2016-08-24 | 1 | -1/+1 |
* | Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2016-03-24 | 1 | -1/+1 |
|\ |
|
| * | x86: ftrace: Fix the misleading comment for arch/x86/kernel/ftrace.c | Li Bin | 2016-03-18 | 1 | -1/+1 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-03-15 | 1 | -6/+5 |
|\ \ |
|
| * | | x86/ftrace, x86/asm: Kill ftrace_caller_end label | Borislav Petkov | 2016-02-17 | 1 | -6/+5 |
| |/ |
|
* / | x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig option | Kees Cook | 2016-02-22 | 1 | -3/+3 |
|/ |
|
* | x86: ftrace: Fix the comments for ftrace_modify_code_direct() | Li Bin | 2016-01-04 | 1 | -7/+5 |
* | ftrace: Add variable ftrace_expected for archs to show expected code | Steven Rostedt (Red Hat) | 2015-11-25 | 1 | -0/+9 |
* | ftrace: Calculate the correct dyn_ftrace number to report to the userspace | Minfei Huang | 2015-10-22 | 1 | -0/+4 |
* | module: remove mod arg from module_free, rename module_memfree(). | Rusty Russell | 2015-01-20 | 1 | -1/+1 |
* | ftrace/fgraph/x86: Have prepare_ftrace_return() take ip as first parameter | Steven Rostedt (Red Hat) | 2014-12-01 | 1 | -2/+2 |
* | ftrace/x86/extable: Add is_ftrace_trampoline() function | Steven Rostedt (Red Hat) | 2014-11-19 | 1 | -2/+7 |
* | ftrace: Add more information to ftrace_bug() output | Steven Rostedt (Red Hat) | 2014-11-11 | 1 | -1/+1 |
* | ftrace/x86: Allow !CONFIG_PREEMPT dynamic ops to use allocated trampolines | Steven Rostedt (Red Hat) | 2014-11-11 | 1 | -0/+8 |
* | ftrace/x86: Show trampoline call function in enabled_functions | Steven Rostedt (Red Hat) | 2014-10-31 | 1 | -12/+86 |
* | ftrace/x86: Add dynamic allocated trampoline for ftrace_ops | Steven Rostedt (Red Hat) | 2014-10-31 | 1 | -6/+189 |
* | ftrace/x86: Add call to ftrace_graph_is_dead() in function graph code | Steven Rostedt (Red Hat) | 2014-07-17 | 1 | -0/+3 |
* | ftrace/x86: Call text_ip_addr() instead of the duplicated code | Petr Mladek | 2014-06-03 | 1 | -10/+1 |
* | ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flag | Steven Rostedt (Red Hat) | 2014-05-14 | 1 | -3/+0 |
* | ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() global | Steven Rostedt (Red Hat) | 2014-05-14 | 1 | -31/+5 |
* | ftrace/x86: Get the current mcount addr for add_breakpoint() | Steven Rostedt (Red Hat) | 2014-05-14 | 1 | -4/+2 |
* | ftrace/x86: Fix order of warning messages when ftrace modifies code | Petr Mladek | 2014-04-21 | 1 | -1/+1 |
* | ftrace/x86: BUG when ftrace recovery fails | Petr Mladek | 2014-03-07 | 1 | -3/+15 |
* | ftrace: Do not pass data to ftrace_dyn_arch_init | Jiri Slaby | 2014-03-07 | 1 | -1/+1 |
* | ftrace: Pass retval through return in ftrace_dyn_arch_init() | Jiri Slaby | 2014-03-07 | 1 | -3/+0 |
* | ftrace/x86: Have ftrace_write() return -EPERM and clean up callers | Steven Rostedt (Red Hat) | 2014-03-07 | 1 | -19/+8 |
* | ftrace/x86: One more missing sync after fixup of function modification failure | Petr Mladek | 2014-03-03 | 1 | -1/+1 |
* | ftrace/x86: Run a sync after fixup on failure | Steven Rostedt (Red Hat) | 2014-03-03 | 1 | -2/+3 |
* | ftrace/x86: Use breakpoints for converting function graph caller | Steven Rostedt (Red Hat) | 2014-02-11 | 1 | -36/+47 |
* | ftrace/x86: skip over the breakpoint for ftrace caller | Kevin Hao | 2013-11-05 | 1 | -1/+13 |
* | x86/ftrace: Use __pa_symbol instead of __pa on C visible symbols | Alexander Duyck | 2012-11-16 | 1 | -2/+2 |
* | ftrace/x86: Add save_regs for i386 function calls | Steven Rostedt | 2012-07-19 | 1 | -4/+0 |
* | ftrace/x86: Add separate function to save regs | Steven Rostedt | 2012-07-19 | 1 | -4/+73 |
* | ftrace: Use breakpoint method to update ftrace caller | Steven Rostedt | 2012-05-31 | 1 | -16/+72 |
* | ftrace: Synchronize variable setting with breakpoints | Steven Rostedt | 2012-05-31 | 1 | -3/+35 |
* | ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code() | Steven Rostedt | 2012-05-16 | 1 | -13/+2 |
* | ftrace/x86: Use asm/kprobes.h instead of linux/kprobes.h | Steven Rostedt | 2012-05-04 | 1 | -1/+1 |
* | ftrace/x86: Remove the complex ftrace NMI handling code | Steven Rostedt | 2012-04-27 | 1 | -168/+1 |
* | ftrace/x86: Have arch x86_64 use breakpoints instead of stop machine | Steven Rostedt | 2012-04-27 | 1 | -0/+342 |
* | x86/ftrace: Fix compiler warning in ftrace.c | Rakib Mullick | 2011-05-25 | 1 | -6/+6 |
* | x86, cpu: Clean up and unify the NOP selection infrastructure | H. Peter Anvin | 2011-04-18 | 1 | -2/+2 |
* | ftrace/graph: Trace function entry before updating index | Steven Rostedt | 2011-03-10 | 1 | -7/+8 |
* | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-01-07 | 1 | -3/+3 |
|\ |
|
| * | x86: Use this_cpu_ops to optimize code | Tejun Heo | 2010-12-30 | 1 | -3/+3 |
* | | x86: Add RO/NX protection for loadable kernel modules | matthieu castet | 2010-11-18 | 1 | -0/+3 |
|/ |
|
* | jump label: Make dynamic no-op selection available outside of ftrace | Jason Baron | 2010-09-20 | 1 | -62/+1 |
* | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 2010-02-27 | 1 | -10/+0 |
|\ |
|
| * | tracing: Unify arch_syscall_addr() implementations | Mike Frysinger | 2010-02-17 | 1 | -10/+0 |
* | | ftrace: Remove memory barriers from NMI code when not needed | Steven Rostedt | 2010-02-25 | 1 | -0/+26 |
|/ |
|