Age | Commit message (Expand) | Author | Files | Lines |
2016-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -2/+8 |
2016-06-20 | tracing: Handle NULL formats in hold_module_trace_bprintk_format() | Steven Rostedt (Red Hat) | 1 | -1/+6 |
2016-06-15 | bpf, trace: check event type in bpf_perf_event_read | Alexei Starovoitov | 1 | -0/+4 |
2016-06-15 | bpf: fix matching of data/data_end in verifier | Alexei Starovoitov | 1 | -2/+4 |
2016-06-07 | bpf, trace: use READ_ONCE for retrieving file ptr | Daniel Borkmann | 1 | -2/+2 |
2016-05-22 | Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 1 | -3/+2 |
2016-05-20 | ftrace: Don't disable irqs when taking the tasklist_lock read_lock | Soumya PN | 1 | -3/+2 |
2016-05-20 | Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+12 |
2016-05-18 | Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 10 | -284/+3930 |
2016-05-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+13 |
2016-05-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 6 | -37/+178 |
2016-05-17 | Merge branch 'for-4.7/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+2 |
2016-05-17 | Merge tag 'trace-fixes-v4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -17/+18 |
2016-05-16 | Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -0/+1 |
2016-05-16 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -0/+1 |
2016-05-13 | ring-buffer: Prevent overflow of size in ring_buffer_resize() | Steven Rostedt (Red Hat) | 1 | -5/+4 |
2016-05-13 | ring-buffer: Use long for nr_pages to avoid overflow failures | Steven Rostedt (Red Hat) | 1 | -12/+14 |
2016-05-11 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 1 | -2/+7 |
2016-05-10 | blktrace: add missed mask name | Shaohua Li | 1 | -0/+1 |
2016-05-10 | blktrace: delete garbage for message trace | Shaohua Li | 1 | -0/+1 |
2016-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+7 |
2016-05-03 | tracing: Use temp buffer when filtering events | Steven Rostedt (Red Hat) | 4 | -8/+185 |
2016-05-03 | tracing: Don't display trigger file for events that can't be enabled | Chunyu Hu | 1 | -2/+7 |
2016-05-02 | tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logic | Steven Rostedt (Red Hat) | 1 | -61/+10 |
2016-04-29 | tracing: Remove unused function trace_current_buffer_lock_reserve() | Steven Rostedt (Red Hat) | 1 | -10/+0 |
2016-04-29 | tracing: Remove one use of trace_current_buffer_lock_reserve() | Steven Rostedt (Red Hat) | 1 | -8/+10 |
2016-04-29 | tracing: Have trace_buffer_unlock_commit() call the _regs version with NULL | Steven Rostedt (Red Hat) | 2 | -15/+9 |
2016-04-29 | tracing: Remove unused function trace_current_buffer_discard_commit() | Steven Rostedt (Red Hat) | 1 | -8/+0 |
2016-04-29 | tracing: Move trace_buffer_unlock_commit{_regs}() to local header | Steven Rostedt (Red Hat) | 2 | -2/+10 |
2016-04-29 | tracing: Fold filter_check_discard() into its only user | Steven Rostedt (Red Hat) | 2 | -20/+6 |
2016-04-27 | tracing: Make filter_check_discard() local | Steven Rostedt (Red Hat) | 2 | -2/+6 |
2016-04-26 | tracing: Move event_trigger_unlock_commit{_regs}() to local header | Steven Rostedt (Red Hat) | 1 | -0/+94 |
2016-04-27 | ftrace: Match dot symbols when searching functions on ppc64 | Thiago Jung Bauermann | 1 | -0/+12 |
2016-04-26 | tracing: Don't use the address of the buffer array name in copy_from_user | Wang Xiaoqiang | 1 | -3/+3 |
2016-04-26 | tracing: Handle tracing_map_alloc_elts() error path correctly | Tom Zanussi | 1 | -2/+6 |
2016-04-26 | tracing: Add check for NULL event field when creating hist field | Tom Zanussi | 1 | -0/+3 |
2016-04-26 | tracing: checking for NULL instead of IS_ERR() | Dan Carpenter | 1 | -1/+1 |
2016-04-25 | tracing: Do not inherit event-fork option for instances | Steven Rostedt (Red Hat) | 1 | -1/+10 |
2016-04-19 | bpf: add event output helper for notifications/sampling/logging | Daniel Borkmann | 1 | -0/+27 |
2016-04-19 | bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_output | Daniel Borkmann | 1 | -1/+6 |
2016-04-19 | tracing: Fix unsigned comparison to zero in hist trigger code | Steven Rostedt (Red Hat) | 1 | -2/+2 |
2016-04-19 | tracing: Add hist trigger 'log2' modifier | Namhyung Kim | 2 | -0/+21 |
2016-04-19 | tracing: Add support for named hist triggers | Tom Zanussi | 2 | -21/+141 |
2016-04-19 | tracing: Add support for named triggers | Tom Zanussi | 2 | -0/+156 |
2016-04-19 | tracing: Add support for multiple hist triggers per event | Tom Zanussi | 2 | -35/+145 |
2016-04-19 | tracing: Add enable_hist/disable_hist triggers | Tom Zanussi | 4 | -31/+195 |
2016-04-19 | tracing: Remove restriction on string position in hist trigger keys | Tom Zanussi | 1 | -28/+35 |
2016-04-19 | tracing: Support string type key properly | Namhyung Kim | 1 | -4/+45 |
2016-04-19 | tracing: Add hist trigger support for stacktraces as keys | Tom Zanussi | 2 | -42/+109 |
2016-04-19 | tracing: Add hist trigger 'syscall' modifier | Tom Zanussi | 2 | -1/+17 |