| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable the __builtin_return_address() warning globally after all | Linus Torvalds | 2016-10-12 | 1 | -4/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-10-07 | 1 | -4/+2 |
|\ |
|
| * | tracing/syscalls: fix multiline in error message text | Colin Ian King | 2016-09-29 | 1 | -4/+2 |
* | | Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2016-10-06 | 11 | -9/+783 |
|\ \ |
|
| * | | tracing: Call traceoff trigger after event is recorded | Masami Hiramatsu | 2016-09-23 | 1 | -0/+1 |
| * | | tracing: Have max_latency be defined for HWLAT_TRACER as well | Steven Rostedt (Red Hat) | 2016-09-12 | 2 | -3/+5 |
| * | | tracing: Add NMI tracing in hwlat detector | Steven Rostedt (Red Hat) | 2016-09-02 | 3 | -3/+72 |
| * | | tracing: Have hwlat trace migrate across tracing_cpumask CPUs | Steven Rostedt (Red Hat) | 2016-09-02 | 1 | -0/+55 |
| * | | tracing: Added hardware latency tracer | Steven Rostedt (Red Hat) | 2016-09-02 | 7 | -1/+642 |
| * | | ftrace: Access ret_stack->subtime only in the function profiler | Namhyung Kim | 2016-09-01 | 2 | -1/+6 |
| * | | function_graph: Handle TRACE_BPUTS in print_graph_comment | Namhyung Kim | 2016-09-01 | 1 | -0/+5 |
| * | | tracing/uprobe: Drop isdigit() check in create_trace_uprobe | Dmitry Safonov | 2016-09-01 | 1 | -4/+0 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-10-05 | 1 | -35/+125 |
|\ \ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-10-02 | 1 | -13/+16 |
| |\ \ \ |
|
| * | | | | bpf: add BPF_CALL_x macros for declaring helpers | Daniel Borkmann | 2016-09-09 | 1 | -39/+36 |
| * | | | | bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros | Daniel Borkmann | 2016-09-09 | 1 | -6/+6 |
| * | | | | bpf: introduce BPF_PROG_TYPE_PERF_EVENT program type | Alexei Starovoitov | 2016-09-02 | 1 | -0/+61 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-08-30 | 1 | -1/+1 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-08-18 | 1 | -3/+3 |
| |\ \ \ \ |
|
| * | | | | | bpf: allow bpf_get_prandom_u32() to be used in tracing | Alexei Starovoitov | 2016-08-12 | 1 | -0/+2 |
| * | | | | | bpf: Add bpf_current_task_under_cgroup helper | Sargun Dhillon | 2016-08-12 | 1 | -0/+30 |
* | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-10-03 | 2 | -7/+65 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'x86/urgent' into x86/asm | Thomas Gleixner | 2016-09-30 | 1 | -13/+16 |
| |\ \ \ \ \ \
| | | |_|_|/ /
| | |/| | | | |
|
| * | | | | | | Merge branch 'linus' into x86/asm, to pick up recent fixes | Ingo Molnar | 2016-09-15 | 1 | -1/+1 |
| |\ \ \ \ \ \
| | | |_|_|/ /
| | |/| | | | |
|
| * | | | | | | ftrace: Add ftrace_graph_ret_addr() stack unwinding helpers | Josh Poimboeuf | 2016-08-24 | 1 | -0/+58 |
| * | | | | | | ftrace: Add return address pointer to ftrace_ret_stack | Josh Poimboeuf | 2016-08-24 | 1 | -1/+4 |
| * | | | | | | ftrace: Only allocate the ret_stack 'fp' field when needed | Josh Poimboeuf | 2016-08-24 | 1 | -0/+2 |
| * | | | | | | ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config | Josh Poimboeuf | 2016-08-24 | 2 | -6/+1 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-10-03 | 5 | -14/+59 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve confl... | Ingo Molnar | 2016-09-05 | 1 | -1/+1 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| * | | | | | ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimal | Masami Hiramatsu | 2016-08-23 | 2 | -5/+5 |
| * | | | | | ftrace: probe: Add README entries for k/uprobe-events | Masami Hiramatsu | 2016-08-23 | 1 | -0/+24 |
| * | | | | | ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal types | Masami Hiramatsu | 2016-08-23 | 4 | -13/+34 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2016-09-25 | 1 | -13/+16 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | fix memory leaks in tracing_buffers_splice_read() | Al Viro | 2016-09-25 | 1 | -6/+8 |
| * | | | | tracing: Move mutex to protect against resetting of seq data | Steven Rostedt (Red Hat) | 2016-09-25 | 1 | -7/+8 |
* | | | | | block: Fix secure erase | Adrian Hunter | 2016-08-16 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | block: rename bio bi_rw to bi_opf | Jens Axboe | 2016-08-07 | 1 | -3/+3 |
| |/ /
|/| | |
|
* | | | Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2016-08-03 | 2 | -7/+11 |
|\ \ \
| |/ / |
|
| * | | tracing: Fix use-after-free in hist_register_trigger() | Tom Zanussi | 2016-08-02 | 1 | -3/+3 |
| * | | tracing: Fix use-after-free in hist_unreg_all/hist_enable_unreg_all | Steven Rostedt | 2016-08-02 | 1 | -4/+4 |
| * | | Makefile: Mute warning for __builtin_return_address(>0) for tracing only | Steven Rostedt | 2016-08-02 | 1 | -0/+4 |
* | | | 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 |