summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tracing/probe: Support user-space dereferenceMasami Hiramatsu2019-05-256-14/+53
| * | | tracing/probe: Add ustring type for user-space stringMasami Hiramatsu2019-05-256-8/+77
| * | | ftrace: Make enable and update parameters bool when applicableSteven Rostedt (VMware)2019-05-251-10/+10
* | | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-122-10/+0
|\ \ \ \
| * | | | blktrace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-6/+0
| * | | | trace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-4/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-8/+89
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | bpf: fix compiler warning with CONFIG_MODULES=nYonghong Song2019-06-261-13/+14
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-175-30/+113
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-05-311-8/+88
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | bpf: tracing: properly use bpf_prog_array apiStanislav Fomichev2019-05-291-8/+10
| | * | | | bpf: check signal validity in nmi for bpf_send_signal() helperYonghong Song2019-05-281-0/+6
| | * | | | bpf: implement bpf_send_signal() helperYonghong Song2019-05-241-0/+72
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-091-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v5.2' into perf/core, to pick up fixesIngo Molnar2019-07-082-14/+20
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar2019-06-245-30/+113
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | perf/core: Allow non-privileged uprobe for user processesSong Liu2019-06-031-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar2019-06-241-16/+84
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2019-06-174-14/+29
| |\ \ \ \ \
| * | | | | | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'trace-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-07-042-14/+20
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata2019-06-281-4/+6
| * | | | | tracing: Fix memory leak in tracing_err_log_open()Takeshi Misawa2019-06-281-1/+13
| * | | | | ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek2019-06-281-9/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-171-16/+84
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins2019-06-151-16/+84
| | |/ / / | |/| | |
* | | | | Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-06-154-14/+29
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li2019-06-141-2/+5
| * | | module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf2019-06-141-1/+9
| * | | tracing/uprobe: Fix obsolete comment on trace_uprobe_create()Eiichi Tsukata2019-06-141-2/+0
| * | | tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()Eiichi Tsukata2019-06-141-3/+10
| * | | tracing: Make two symbols staticYueHaibing2019-06-141-2/+2
| * | | tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik2019-06-141-3/+2
| * | | tracing: Fix out-of-range read in trace_stack_print()Eiichi Tsukata2019-06-141-1/+1
* | | | Merge tag 'trace-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-05-291-2/+6
|\| | |
| * | | tracing: Avoid memory leak in predicate_parse()Tomas Bortoli2019-05-281-2/+6
| | |/ | |/|
* | | Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-263-10/+20
|\| |
| * | tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-05-253-10/+20
* | | Merge tag 'trace-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-05-252-3/+11
|\| | | |/ |/|
| * kernel/trace/trace.h: Remove duplicate header of trace_seq.hJagadeesh Pagadala2019-05-221-1/+0
| * tracing: Add a check_val() check before updating cond_snapshot() track_valTom Zanussi2019-05-211-0/+6
| * tracing: Check keys for variable references in expressions tooTom Zanussi2019-05-211-2/+2
| * tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_eltsTom Zanussi2019-05-211-0/+3
* | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-211-0/+1
|\ \
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-201-2/+3
|\ \ | |/ |/|
| * 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 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-1516-381/+992
|\ \ \ | |/ / |/| |
OpenPOWER on IntegriCloud