summaryrefslogtreecommitdiffstats
path: root/kernel/trace/bpf_trace.c
Commit message (Expand)AuthorAgeFilesLines
* 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-181-16/+84
|\
| * bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins2019-06-161-16/+84
* | 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
|/
* bpf: mark bpf_event_notify and bpf_event_init as staticStanislav Fomichev2019-05-141-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-0/+30
|\
| * bpf: add writable context for raw tracepointsMatt Mullins2019-04-271-0/+24
| * bpf: add map helper functions push, pop, peek in more BPF programsAlban Crequy2019-04-161-0/+6
* | bpf: Fail bpf_probe_write_user() while mm is switchedNadav Amit2019-04-301-0/+8
|/
* Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-281-12/+2Star
|\
| * bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov2019-01-311-12/+2Star
* | perf: Make perf_event_output() propagate the output() returnArnaldo Carvalho de Melo2019-01-211-2/+1Star
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-1/+1
* bpf: support raw tracepoints in modulesMatt Mullins2018-12-181-2/+97
* bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis2018-11-231-3/+5
* tracing: Add SPDX License format to bpf_trace.cSteven Rostedt (VMware)2018-08-171-4/+1Star
* bpf: guard bpf_get_current_cgroup_id() with CONFIG_CGROUPSYonghong Song2018-06-041-0/+2
* bpf: implement bpf_get_current_cgroup_id() helperYonghong Song2018-06-041-0/+2
* bpf: fix context access in tracing progs on 32 bit archsDaniel Borkmann2018-06-031-2/+8
* bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not foundSean Young2018-05-301-0/+2
* bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song2018-05-251-0/+48
* bpf: Allow bpf_current_task_under_cgroup in interruptTeng Qin2018-04-291-2/+0Star
* bpf: add bpf_get_stack helperYonghong Song2018-04-291-1/+49
* bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song2018-04-111-4/+21
* bpf: Check attach type at prog load timeAndrey Ignatov2018-03-311-9/+18
* bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov2018-03-281-0/+183
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-28/+40
|\
| * trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programsYonghong Song2018-03-201-28/+40
* | bpf: add support to read sample address in bpf programTeng Qin2018-03-081-4/+16
|/
* bpf: fix bpf_prog_array_copy_to_user warning from perf event prog queryDaniel Borkmann2018-02-141-0/+2
* bpf: change fake_ip for bpf_trace_printk helperYonghong Song2018-01-181-1/+1
* error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-131-2/+2
* tracing/kprobe: bpf: Compare instruction pointer with original oneMasami Hiramatsu2018-01-131-1/+0Star
* tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu2018-01-131-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-181-0/+58
|\
| * bpf/tracing: fix kernel/events/core.c compilation errorYonghong Song2017-12-131-1/+1
| * bpf: add a bpf_override_function helperJosef Bacik2017-12-121-0/+35
| * bpf/tracing: allow user space to query prog array on the same tpYonghong Song2017-12-121-0/+23
* | bpf: fix corruption on concurrent perf_event_output callsDaniel Borkmann2017-12-121-7/+12
|/
* bpf: set maximum number of attached progs to 64 for a single perf tpYonghong Song2017-12-011-0/+8
* bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello2017-11-221-2/+2
* bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello2017-11-221-1/+1
* bpf: remove explicit handling of 0 for arg2 in bpf_probe_readGianluca Borello2017-11-221-5/+1Star
* bpf: change helper bpf_probe_read arg2 type to ARG_CONST_SIZE_OR_ZEROYonghong Song2017-11-141-2/+6
* bpf: Revert bpf_overrid_function() helper changes.David S. Miller2017-11-111-35/+0Star
* bpf: add a bpf_override_function helperJosef Bacik2017-11-111-0/+35
* bpf: avoid rcu_dereference inside bpf_event_mutex lock regionYonghong Song2017-11-011-10/+7Star
* bpf: remove tail_call and get_stackid helper declarations from bpf.hGianluca Borello2017-10-271-0/+2