aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2019-09-23Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/intelBruce Ashfield
2019-09-16tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_eltsTom Zanussi
2019-09-15Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/intelBruce Ashfield
2019-09-12tracing: Avoid memory leak in predicate_parse()Tomas Bortoli
2019-08-27Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-08-17x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAPPeter Zijlstra
2019-08-07Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-08-02tracing: Fix partial reading of trace event's id fileElazar Leibovich
2019-05-29Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-05-23fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-05-21Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-05-15trace: Fix preempt_enable_no_resched() abusePeter Zijlstra
2019-05-15tracing: Fix buffer_ref pipe opsJann Horn
2019-05-15tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang
2019-05-15kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu
2019-04-16Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-04-12tracing: kdb: Fix ftdump to not sleepDouglas Anderson
2019-03-28Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-03-26tracing/perf: Use strndup_user() instead of buggy open-coded versionJann Horn
2019-03-26tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)
2019-03-26tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi
2019-03-21Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-03-20bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov
2019-03-17Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-03-17Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-03-16tracing: Fix event filters and triggers to handle negative numbersPavel Tikhomirov
2019-03-08tracing: Fix number of entries in trace headerQuentin Perret
2019-03-08tracing: uprobes: Fix typo in pr_fmt stringAndreas Ziegler
2019-01-21Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-12-30tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)
2018-12-30tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)
2018-12-30tracing: Fix memory leak in create_filter()Steven Rostedt (VMware)
2018-12-30bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis
2018-12-20Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-12-15tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)
2018-12-15function_graph: Reverse the order of pushing the ret_stack and the callbackSteven Rostedt (VMware)
2018-12-15function_graph: Move return callback before update of curr_ret_stackSteven Rostedt (VMware)
2018-12-15function_graph: Have profiler use curr_ret_stack and not depthSteven Rostedt (VMware)
2018-12-15function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)
2018-12-15function_graph: Make ftrace_push_return_trace() staticSteven Rostedt (VMware)
2018-12-15function_graph: Create function_graph_enter() to consolidate architecture codeSteven Rostedt (VMware)
2018-11-22Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-11-22Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-11-22Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-11-21tracing/kprobes: Check the probe on unloaded module correctlyMasami Hiramatsu
2018-11-13tracing: Return -ENOENT if there is no target synthetic eventMasami Hiramatsu
2018-11-10tracing: Fix synthetic event to allow semicolon at endMasami Hiramatsu
2018-11-10tracing: Fix synthetic event to accept unsigned modifierMasami Hiramatsu
2018-10-15Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-09-29ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik