Age | Commit message (Expand) | Author | Files | Lines |
2008-10-27 | ftrace: use a real variable for ftrace_nop in x86 | Steven Rostedt | 1 | -11/+5 |
2008-10-23 | ftrace, powerpc, sparc64, x86: remove notrace from arch ftrace file | Steven Rostedt | 1 | -5/+5 |
2008-10-23 | ftrace: remove mcount set | Steven Rostedt | 1 | -7/+0 |
2008-10-23 | ftrace: use probe_kernel | Steven Rostedt | 1 | -5/+3 |
2008-10-23 | ftrace: comment arch ftrace code | Steven Rostedt | 1 | -1/+6 |
2008-10-23 | ftrace: return error on failed modified text. | Steven Rostedt | 1 | -7/+7 |
2008-10-20 | ftrace: do not enclose logic in WARN_ON | Steven Rostedt | 1 | -2/+4 |
2008-10-14 | ftrace: make ftrace_test_p6nop disassembler-friendly | Anders Kaseorg | 1 | -2/+4 |
2008-10-14 | x86/ftrace: use uaccess in atomic context | Frédéric Weisbecker | 1 | -2/+2 |
2008-10-14 | x86: suppress trivial sparse signedness warnings | Harvey Harrison | 1 | -1/+1 |
2008-10-14 | ftrace: x86 use copy to and from user functions | Steven Rostedt | 1 | -25/+13 |
2008-10-14 | ftrace: use only 5 byte nops for x86 | Steven Rostedt | 1 | -7/+61 |
2008-10-14 | ftrace: x86 mcount stub | Steven Rostedt | 1 | -12/+2 |
2008-06-23 | ftrace: store mcount address in rec->ip | Abhishek Sagar | 1 | -17/+9 |
2008-06-17 | ftrace: build fix with gcc 4.3 | Ingo Molnar | 1 | -1/+1 |
2008-06-10 | ftrace: remove ftrace_ip_converted() | Abhishek Sagar | 1 | -10/+0 |
2008-05-23 | ftrace: fix the fault label in updating code | Steven Rostedt | 1 | -2/+2 |
2008-05-23 | ftrace: use dynamic patching for updating mcount calls | Steven Rostedt | 1 | -1/+40 |
2008-05-23 | ftrace: move memory management out of arch code | Steven Rostedt | 1 | -154/+29 |
2008-05-23 | ftrace: use nops instead of jmp | Steven Rostedt | 1 | -16/+24 |
2008-05-23 | ftrace: dynamic enabling/disabling of function calls | Steven Rostedt | 1 | -0/+237 |