| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2016-07-28 | 12 | -453/+565 |
|\ |
|
| * | ftrace: Reduce size of function graph entries | Namhyung Kim | 2016-07-05 | 2 | -2/+13 |
| * | tracing: Have HIST_TRIGGERS select TRACING | Tom Zanussi | 2016-07-05 | 1 | -0/+1 |
| * | tracing: Using for_each_set_bit() to simplify trace_pid_write() | Wei Yongjun | 2016-07-05 | 1 | -6/+2 |
| * | ftrace: Move toplevel init out of ftrace_init_tracefs() | Steven Rostedt (Red Hat) | 2016-07-05 | 3 | -6/+14 |
| * | tracing/function_graph: Fix filters for function_graph threshold | Joel Fernandes | 2016-06-27 | 1 | -9/+8 |
| * | tracing: Skip more functions when doing stack tracing of events | Steven Rostedt (Red Hat) | 2016-06-23 | 1 | -1/+18 |
| * | tracing: Expose CPU physical addresses (resource values) for PCI devices | Bjorn Helgaas | 2016-06-20 | 1 | -7/+3 |
| * | tracing: Show the preempt count of when the event was called | Steven Rostedt (Red Hat) | 2016-06-20 | 1 | -0/+8 |
| * | tracing: Choose static tp_printk buffer by explicit nesting count | Andy Lutomirski | 2016-06-20 | 1 | -59/+24 |
| * | tracing: expose current->comm to [ku]probe events | Omar Sandoval | 2016-06-20 | 3 | -0/+44 |
| * | ftrace: Have set_ftrace_pid use the bitmap like events do | Steven Rostedt (Red Hat) | 2016-06-20 | 5 | -185/+148 |
| * | tracing: Move pid_list write processing into its own function | Steven Rostedt (Red Hat) | 2016-06-20 | 3 | -102/+124 |
| * | tracing: Move the pid_list seq_file functions to be global | Steven Rostedt (Red Hat) | 2016-06-20 | 3 | -31/+77 |
| * | tracing: Move filtered_pid helper functions into trace.c | Steven Rostedt | 2016-06-20 | 2 | -51/+78 |
| * | tracing: Make the pid filtering helper functions global | Steven Rostedt | 2016-06-20 | 2 | -17/+26 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-07-27 | 1 | -49/+115 |
|\ \ |
|
| * | | bpf: Add bpf_probe_write_user BPF helper to be called in tracers | Sargun Dhillon | 2016-07-25 | 1 | -0/+45 |
| * | | kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bug | Andrew Morton | 2016-07-19 | 1 | -1/+3 |
| * | | bpf: avoid stack copy and use skb ctx for event output | Daniel Borkmann | 2016-07-15 | 1 | -18/+15 |
| * | | bpf, perf: split bpf_perf_event_output | Daniel Borkmann | 2016-07-15 | 1 | -13/+22 |
| * | | perf, events: add non-linear data support for raw records | Daniel Borkmann | 2016-07-15 | 1 | -2/+4 |
| * | | bpf: introduce bpf_get_current_task() helper | Alexei Starovoitov | 2016-07-09 | 1 | -0/+13 |
| * | | bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_read | Daniel Borkmann | 2016-06-30 | 1 | -3/+8 |
| * | | bpf, trace: fetch current cpu only once | Daniel Borkmann | 2016-06-30 | 1 | -2/+3 |
| * | | bpf: minor cleanups on fd maps and helpers | Daniel Borkmann | 2016-06-30 | 1 | -12/+6 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-06-30 | 2 | -3/+14 |
| |\ \ |
|
| * | | | bpf, maps: flush own entries on perf map release | Daniel Borkmann | 2016-06-15 | 1 | -10/+8 |
* | | | | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-07-26 | 1 | -2/+4 |
|\ \ \ \ |
|
| * | | | | block: add a separate operation type for secure erase | Christoph Hellwig | 2016-06-09 | 1 | -2/+4 |
* | | | | | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-07-26 | 1 | -30/+47 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | blktrace: avoid using timespec | Arnd Bergmann | 2016-06-17 | 1 | -3/+4 |
| |/ / / |
|
| * | | | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie | 2016-06-07 | 1 | -2/+3 |
| * | | | block, drivers: add REQ_OP_FLUSH operation | Mike Christie | 2016-06-07 | 1 | -0/+5 |
| * | | | blktrace: use op accessors | Mike Christie | 2016-06-07 | 1 | -26/+36 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-06-29 | 1 | -2/+8 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | bpf, trace: check event type in bpf_perf_event_read | Alexei Starovoitov | 2016-06-15 | 1 | -0/+4 |
| * | | | bpf: fix matching of data/data_end in verifier | Alexei Starovoitov | 2016-06-15 | 1 | -2/+4 |
| | |/
| |/| |
|
* / | | tracing: Handle NULL formats in hold_module_trace_bprintk_format() | Steven Rostedt (Red Hat) | 2016-06-20 | 1 | -1/+6 |
|/ / |
|
* / | bpf, trace: use READ_ONCE for retrieving file ptr | Daniel Borkmann | 2016-06-07 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2016-05-22 | 1 | -3/+2 |
|\ |
|
| * | ftrace: Don't disable irqs when taking the tasklist_lock read_lock | Soumya PN | 2016-05-20 | 1 | -3/+2 |
* | | Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-05-20 | 1 | -0/+12 |
|\ \ |
|
| * | | ftrace: Match dot symbols when searching functions on ppc64 | Thiago Jung Bauermann | 2016-04-27 | 1 | -0/+12 |
| * | | Merge branch 'topic/livepatch' into next | Michael Ellerman | 2016-04-18 | 1 | -1/+13 |
| |\ \ |
|
* | \ \ | Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2016-05-18 | 10 | -284/+3930 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | tracing: Use temp buffer when filtering events | Steven Rostedt (Red Hat) | 2016-05-03 | 4 | -8/+185 |
| * | | | tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logic | Steven Rostedt (Red Hat) | 2016-05-02 | 1 | -61/+10 |
| * | | | tracing: Remove unused function trace_current_buffer_lock_reserve() | Steven Rostedt (Red Hat) | 2016-04-29 | 1 | -10/+0 |
| * | | | tracing: Remove one use of trace_current_buffer_lock_reserve() | Steven Rostedt (Red Hat) | 2016-04-29 | 1 | -8/+10 |