Age | Commit message (Expand) | Author | Files | Lines |
2016-12-03 | powerpc/ftrace: Fix the comments for ftrace_modify_code | Libin | 1 | -7/+5 |
2016-08-24 | ftrace: Add return address pointer to ftrace_ret_stack | Josh Poimboeuf | 1 | -1/+2 |
2016-07-21 | powerpc/ftrace: Separate the heuristics for checking call sites | Michael Ellerman | 1 | -17/+18 |
2016-06-14 | powerpc: Define and use PPC64_ELF_ABI_v2/v1 | Michael Ellerman | 1 | -2/+2 |
2016-04-27 | ftrace: Match dot symbols when searching functions on ppc64 | Thiago Jung Bauermann | 1 | -0/+10 |
2016-03-07 | powerpc/ftrace: Add support for -mprofile-kernel ftrace ABI | Torsten Duwe | 1 | -16/+87 |
2016-03-07 | powerpc/ftrace: Use generic ftrace_modify_all_code() | Torsten Duwe | 1 | -12/+5 |
2016-03-07 | powerpc/module: Mark module stubs with a magic value | Michael Ellerman | 1 | -10/+4 |
2014-12-12 | Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -58/+15 |
2014-11-11 | ftrace: Add more information to ftrace_bug() output | Steven Rostedt (Red Hat) | 1 | -1/+1 |
2014-11-10 | powerpc/ftrace: simplify prepare_ftrace_return | Anton Blanchard | 1 | -46/+13 |
2014-11-10 | powerpc/ftrace: Remove mod_return_to_handler | Anton Blanchard | 1 | -12/+2 |
2014-07-18 | powerpc/ftrace: Add call to ftrace_graph_is_dead() in function graph code | Steven Rostedt (Red Hat) | 1 | -0/+3 |
2014-06-24 | powerpc/ftrace: Use pr_fmt() to namespace error messages | Michael Ellerman | 1 | -23/+20 |
2014-06-24 | powerpc/ftrace: Fix nop of modules on 64bit LE (ABIv2) | Michael Ellerman | 1 | -3/+4 |
2014-06-24 | powerpc/ftrace: Fix inverted check of create_branch() | Michael Ellerman | 1 | -1/+1 |
2014-06-24 | powerpc/ftrace: Fix typo in mask of opcode | Michael Ellerman | 1 | -1/+1 |
2014-04-23 | powerpc/ftrace: Fix ABIv2 issues with __ftrace_make_call | Anton Blanchard | 1 | -21/+19 |
2014-04-23 | powerpc/ftrace: Use module loader helpers to parse trampolines | Anton Blanchard | 1 | -77/+20 |
2014-04-03 | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -6/+1 |
2014-03-07 | ftrace: Do not pass data to ftrace_dyn_arch_init | Jiri Slaby | 1 | -1/+1 |
2014-03-07 | ftrace: Pass retval through return in ftrace_dyn_arch_init() | Jiri Slaby | 1 | -5/+0 |
2014-02-28 | powerpc/ftrace: bugfix for test_24bit_addr | Liu Ping Fan | 1 | -0/+1 |
2013-10-11 | powerpc: Make ftrace endian-safe. | Eugene Surovegin | 1 | -0/+4 |
2012-07-27 | powerpc/ftrace: Trace function graph entry before updating index | Steven Rostedt | 1 | -6/+5 |
2012-07-11 | powerpc/ftrace: Fix assembly trampoline register usage | roger blofeld | 1 | -6/+6 |
2012-07-03 | powerpc/ftrace: Use patch_instruction instead of probe_kernel_write() | Steven Rostedt | 1 | -13/+4 |
2012-07-03 | powerpc/ftrace: Have PPC skip updating with stop_machine() | Steven Rostedt | 1 | -0/+52 |
2011-05-26 | powerpc/ftrace: Implement raw syscall tracepoints on PowerPC | Ian Munsie | 1 | -0/+8 |
2009-06-20 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2009-06-19 | function-graph: add stack frame test | Steven Rostedt | 1 | -1/+1 |
2009-06-02 | powerpc/ftrace: Use PPC_INST_NOP directly | Michael Ellerman | 1 | -7/+2 |
2009-06-02 | powerpc/ftrace: Remove unused macros | Michael Ellerman | 1 | -8/+0 |
2009-06-02 | powerpc/ftrace: Use ppc_function_entry() instead of GET_ADDR | Michael Ellerman | 1 | -9/+3 |
2009-05-18 | powerpc/ftrace: Fix constraint to be early clobber | Steven Rostedt | 1 | -1/+1 |
2009-05-18 | powerpc/ftrace: Use pr_devel() in ftrace.c | Michael Ellerman | 1 | -10/+10 |
2009-04-07 | powerpc/ftrace: Fix printf format warning | Michael Ellerman | 1 | -1/+1 |
2009-04-07 | powerpc/ftrace: Fix #if that should be #ifdef | Michael Ellerman | 1 | -1/+1 |
2009-04-02 | tracing, powerpc: fix powerpc tree and tracing tree interaction | Stephen Rothwell | 1 | -5/+1 |
2009-02-23 | powerpc: Unify opcode definitions and support | Kumar Gala | 1 | -4/+4 |
2009-02-23 | powerpc, ftrace: use create_branch lib function | Steven Rostedt | 1 | -13/+1 |
2009-02-23 | powerpc, ftrace: use unsigned int for instruction manipulation | Steven Rostedt | 1 | -27/+18 |
2009-02-23 | powerpc32, ftrace: port function graph tracer to ppc32, static only | Steven Rostedt | 1 | -1/+1 |
2009-02-23 | powerpc64, ftrace: save toc only on modules for function graph | Steven Rostedt | 1 | -2/+11 |
2009-02-23 | powerpc64, tracing: add function graph tracer with dynamic tracing | Steven Rostedt | 1 | -6/+41 |
2009-02-23 | powerpc64: port of the function graph tracer | Steven Rostedt | 1 | -2/+77 |
2009-02-23 | powerpc, ftrace: fix compile error when modules not configured | Steven Rostedt | 1 | -1/+15 |
2009-02-23 | ftrace, powerpc: replace debug macro with proper pr_deug | Steven Rostedt | 1 | -16/+10 |
2009-02-10 | powerpc/ftrace: Fix math to calculate offset in TOC | Steven Rostedt | 1 | -2/+3 |
2008-11-28 | powerpc: ftrace, use create_branch | Steven Rostedt | 1 | -42/+12 |