summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-151-2/+3
|\
| * bpf: mark bpf_event_notify and bpf_event_init as staticStanislav Fomichev2019-05-141-2/+3
* | Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-05-111-7/+0
|\ \ | |/ |/|
| * tracing: stop making gpio tracing configurableUwe Kleine-König2019-04-081-7/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-0/+30
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-022-17/+20
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-281-0/+24
| |\ \ \
| | * | | bpf: add writable context for raw tracepointsMatt Mullins2019-04-261-0/+24
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-251-1/+5
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-221-0/+6
| |\ \ \ \
| | * | | | bpf: add map helper functions push, pop, peek in more BPF programsAlban Crequy2019-04-161-0/+6
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-061-0/+8
|\ \ \ \ \ \
| * | | | | | bpf: Fail bpf_probe_write_user() while mm is switchedNadav Amit2019-04-301-0/+8
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-064-134/+78
|\ \ \ \ \ \
| * | | | | | tracing: Remove the last struct stack_trace usageThomas Gleixner2019-04-291-21/+16
| * | | | | | tracing: Simplify stack trace retrievalThomas Gleixner2019-04-291-27/+13
| * | | | | | tracing: Make ftrace_trace_userstack() static and conditionalThomas Gleixner2019-04-292-14/+8
| * | | | | | tracing: Use percpu stack trace buffer more intelligentlyThomas Gleixner2019-04-291-36/+37
| * | | | | | tracing: Simplify stacktrace retrieval in histogramsThomas Gleixner2019-04-291-9/+3
| * | | | | | tracing: Cleanup stack trace codeThomas Gleixner2019-04-291-29/+13
| * | | | | | tracing: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-142-16/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-0/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAPPeter Zijlstra2019-04-031-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-04-262-17/+20
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | trace: Fix preempt_enable_no_resched() abusePeter Zijlstra2019-04-261-1/+1
| * | | | tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang2019-04-261-1/+4
| * | | | tracing: Fix buffer_ref pipe opsJann Horn2019-04-261-14/+14
| |/ / /
* | | / kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu2019-04-191-1/+5
| |_|/ |/| |
* | | Merge branch 'page-refs' (page ref overflow)Linus Torvalds2019-04-141-1/+5
|\ \ \ | |_|/ |/| |
| * | fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-04-141-1/+5
* | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-2/+2
* | | tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()Steven Rostedt (Red Hat)2019-04-041-3/+6
| |/ |/|
* | ftrace: Fix warning using plain integer as NULL & spelling correctionsHariprasad Kelam2019-03-261-6/+6
* | tracing: initialize variable in create_dyn_event()Frank Rowand2019-03-261-1/+1
* | tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom Zanussi2019-03-261-1/+0
* | Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-161-0/+1
|\ \
| * | blkcg: annotate implicit fall throughMathieu Malaterre2019-03-131-0/+1
* | | Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-03-157-25/+44
|\ \ \
| * | | tracing/probe: Verify alloc_trace_*probe() resultMasami Hiramatsu2019-03-142-3/+4
| * | | tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu2019-03-143-10/+10
| * | | tracing/probe: Check the size of argument name and bodyMasami Hiramatsu2019-03-142-0/+3
| * | | tracing/probe: Check event name length correctlyMasami Hiramatsu2019-03-141-1/+7
| * | | tracing/probe: Check maxactive error casesMasami Hiramatsu2019-03-141-3/+7
| * | | tracing: kdb: Fix ftdump to not sleepDouglas Anderson2019-03-133-6/+11
| * | | trace/probes: Remove kernel doc style from non kernel doc commentValdis Klētnieks2019-03-121-1/+1
| * | | tracing/probes: Make reserved_field_names staticValdis Klētnieks2019-03-121-1/+1
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-03-121-2/+0
|\ \ \ \
| * | | | pipe: stop using ->can_mergeJann Horn2019-02-011-2/+0
* | | | | Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-03-1112-356/+1144
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | tracing: Use strncpy instead of memcpy when copying comm in trace.cTom Zanussi2019-03-051-2/+2