| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-02-01 | 1 | -4/+10 |
|\ |
|
| * | perf/bpf: Convert perf_event_array to use struct file | Alexei Starovoitov | 2016-01-29 | 1 | -4/+10 |
* | | Merge tag 'trace-v4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2016-01-29 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | tracing: Fix stacktrace skip depth in trace_buffer_unlock_commit_regs() | Steven Rostedt (Red Hat) | 2016-01-14 | 1 | -1/+1 |
* | | Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2016-01-13 | 6 | -228/+300 |
|\ \ |
|
| * | | ftrace: Fix the race between ftrace and insmod | Qiu Peiyang | 2016-01-07 | 1 | -9/+16 |
| * | | ftrace: Add infrastructure for delayed enabling of module functions | Steven Rostedt (Red Hat) | 2016-01-07 | 1 | -55/+106 |
| * | | tracing: Fix comment to use tracing_on over tracing_enable | Chuyu Hu | 2015-12-23 | 1 | -2/+2 |
| * | | ftrace: Clean up ftrace_module_init() code | Steven Rostedt (Red Hat) | 2015-12-23 | 1 | -6/+3 |
| * | | ftrace: Join functions ftrace_module_init() and ftrace_init_module() | Abel Vesa | 2015-12-23 | 1 | -9/+6 |
| * | | bpf: Constify bpf_verifier_ops structure | Julia Lawall | 2015-12-23 | 1 | -1/+1 |
| * | | ftrace: Have ftrace_ops_get_func() handle RCU and PER_CPU flags too | Steven Rostedt (Red Hat) | 2015-12-23 | 1 | -12/+18 |
| * | | ftrace: Remove use of control list and ops | Steven Rostedt (Red Hat) | 2015-12-23 | 3 | -91/+39 |
| * | | ftrace: Fix output of enabled_functions for showing tramp | Steven Rostedt (Red Hat) | 2015-12-23 | 1 | -3/+4 |
| * | | ftrace: Fix a typo in comment | Li Bin | 2015-12-23 | 1 | -1/+1 |
| * | | ftrace: Show all tramps registered to a record on ftrace_bug() | Steven Rostedt (Red Hat) | 2015-11-25 | 1 | -9/+37 |
| * | | ftrace: Add variable ftrace_expected for archs to show expected code | Steven Rostedt (Red Hat) | 2015-11-25 | 1 | -2/+7 |
| * | | ftrace: Add new type to distinguish what kind of ftrace_bug() | Steven Rostedt (Red Hat) | 2015-11-25 | 1 | -1/+36 |
| * | | tracing: Update cond flag when enabling or disabling a trigger | Tom Zanussi | 2015-11-25 | 1 | -4/+6 |
| * | | ring-buffer: Process commits whenever moving to a new page. | Steven Rostedt (Red Hat) | 2015-11-25 | 1 | -0/+7 |
| * | | ring-buffer: Remove redundant update of page timestamp | Steven Rostedt (Red Hat) | 2015-11-24 | 1 | -24/+8 |
| * | | ring-buffer: Use READ_ONCE() for most tail_page access | Steven Rostedt (Red Hat) | 2015-11-24 | 1 | -7/+11 |
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-01-13 | 3 | -39/+16 |
|\ \ \
| |_|/
|/| | |
|
| * | | kernel/*: switch to memdup_user_nul() | Al Viro | 2016-01-04 | 2 | -30/+13 |
| * | | convert a bunch of open-coded instances of memdup_user_nul() | Al Viro | 2016-01-04 | 1 | -9/+3 |
* | | | tracing: Fix setting of start_index in find_next() | Qiu Peiyang | 2016-01-04 | 1 | -0/+1 |
|/ / |
|
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-12-08 | 1 | -1/+1 |
|\ \ |
|
| * | | treewide: Remove old email address | Peter Zijlstra | 2015-11-23 | 1 | -1/+1 |
* | | | tracing: Add sched_wakeup_new and sched_waking tracepoints for pid filter | Steven Rostedt (Red Hat) | 2015-12-01 | 1 | -0/+16 |
| |/
|/| |
|
* | | ring-buffer: Put back the length if crossed page with add_timestamp | Steven Rostedt (Red Hat) | 2015-11-24 | 1 | -1/+4 |
* | | ring-buffer: Update read stamp with first real commit on page | Steven Rostedt (Red Hat) | 2015-11-24 | 1 | -7/+5 |
|/ |
|
* | Merge tag 'trace-v4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2015-11-13 | 3 | -14/+9 |
|\ |
|
| * | tracing: #ifdef out uses of max trace when CONFIG_TRACER_MAX_TRACE is not set | Chen Gang | 2015-11-10 | 1 | -0/+6 |
| * | tracing: Remove unused ftrace_cpu_disabled per cpu variable | Dmitry Safonov | 2015-11-07 | 3 | -13/+0 |
| * | tracing: Make tracing work when debugfs is not configured in | Jiaxing Wang | 2015-11-06 | 1 | -1/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-11-11 | 1 | -1/+1 |
|\ \ |
|
| * | | bpf_trace: Make dependent on PERF_EVENTS | Steven Rostedt | 2015-11-10 | 1 | -1/+1 |
* | | | Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2015-11-06 | 23 | -651/+1337 |
|\ \ \
| | |/
| |/| |
|
| * | | tracing: Put back comma for empty fields in boot string parsing | Steven Rostedt (Red Hat) | 2015-11-04 | 2 | -11/+10 |
| * | | tracing: Apply tracer specific options from kernel command line. | Jiaxing Wang | 2015-11-04 | 1 | -9/+36 |
| * | | ring_buffer: Remove unneeded smp_wmb() before wakeup of reader benchmark | Steven Rostedt (Red Hat) | 2015-11-03 | 1 | -2/+0 |
| * | | tracing: Allow dumping traces without tracking trace started cpus | Sasha Levin | 2015-11-03 | 1 | -2/+3 |
| * | | ring_buffer: Fix more races when terminating the producer in the benchmark | Petr Mladek | 2015-11-03 | 1 | -25/+29 |
| * | | ring_buffer: Do no not complete benchmark reader too early | Petr Mladek | 2015-11-03 | 1 | -9/+16 |
| * | | tracing: Remove redundant TP_ARGS redefining | Dmitry Safonov | 2015-11-03 | 1 | -3/+0 |
| * | | tracing: Rename max_stack_lock to stack_trace_max_lock | Steven Rostedt (Red Hat) | 2015-11-03 | 1 | -8/+8 |
| * | | tracing: Allow arch-specific stack tracer | AKASHI Takahiro | 2015-11-03 | 1 | -37/+43 |
| * | | tracing: ftrace_event_is_function() can return boolean | Yaowei Bai | 2015-11-02 | 2 | -2/+2 |
| * | | tracing: is_legal_op() can return boolean | Yaowei Bai | 2015-11-02 | 1 | -4/+4 |
| * | | ring-buffer: rb_event_is_commit() can return boolean | Yaowei Bai | 2015-11-02 | 1 | -2/+2 |