summaryrefslogtreecommitdiffstats
path: root/kernel/trace/bpf_trace.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-28
|\
| * bpf: Fix bpf_event_output re-entry issueAllan Zhang2019-09-27
* | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-28
|\ \ | |/ |/|
| * bpf: Restrict bpf when kernel lockdown is in confidentiality modeDavid Howells2019-08-20
* | bpf: fix compiler warning with CONFIG_MODULES=nYonghong Song2019-06-26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-17
|\|
| * bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins2019-06-15
* | bpf: tracing: properly use bpf_prog_array apiStanislav Fomichev2019-05-29
* | bpf: check signal validity in nmi for bpf_send_signal() helperYonghong Song2019-05-28
* | bpf: implement bpf_send_signal() helperYonghong Song2019-05-24
|/
* bpf: mark bpf_event_notify and bpf_event_init as staticStanislav Fomichev2019-05-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-08
|\
| * bpf: add writable context for raw tracepointsMatt Mullins2019-04-26
| * bpf: add map helper functions push, pop, peek in more BPF programsAlban Crequy2019-04-16
* | bpf: Fail bpf_probe_write_user() while mm is switchedNadav Amit2019-04-30
|/
* Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-28
|\
| * bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov2019-01-31
* | perf: Make perf_event_output() propagate the output() returnArnaldo Carvalho de Melo2019-01-21
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-03
* bpf: support raw tracepoints in modulesMatt Mullins2018-12-18
* bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis2018-11-23
* tracing: Add SPDX License format to bpf_trace.cSteven Rostedt (VMware)2018-08-16
* bpf: guard bpf_get_current_cgroup_id() with CONFIG_CGROUPSYonghong Song2018-06-04
* bpf: implement bpf_get_current_cgroup_id() helperYonghong Song2018-06-03
* bpf: fix context access in tracing progs on 32 bit archsDaniel Borkmann2018-06-03
* bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not foundSean Young2018-05-30
* bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song2018-05-24
* bpf: Allow bpf_current_task_under_cgroup in interruptTeng Qin2018-04-29
* bpf: add bpf_get_stack helperYonghong Song2018-04-29
* bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song2018-04-10
* bpf: Check attach type at prog load timeAndrey Ignatov2018-03-30
* bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov2018-03-28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-23
|\
| * trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programsYonghong Song2018-03-20
* | bpf: add support to read sample address in bpf programTeng Qin2018-03-07
|/
* bpf: fix bpf_prog_array_copy_to_user warning from perf event prog queryDaniel Borkmann2018-02-14
* bpf: change fake_ip for bpf_trace_printk helperYonghong Song2018-01-17
* error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-12
* tracing/kprobe: bpf: Compare instruction pointer with original oneMasami Hiramatsu2018-01-12
* tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu2018-01-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-18
|\
| * bpf/tracing: fix kernel/events/core.c compilation errorYonghong Song2017-12-13
| * bpf: add a bpf_override_function helperJosef Bacik2017-12-12
| * bpf/tracing: allow user space to query prog array on the same tpYonghong Song2017-12-12
* | bpf: fix corruption on concurrent perf_event_output callsDaniel Borkmann2017-12-12
|/
* bpf: set maximum number of attached progs to 64 for a single perf tpYonghong Song2017-11-30
* bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello2017-11-22
* bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello2017-11-22
* bpf: remove explicit handling of 0 for arg2 in bpf_probe_readGianluca Borello2017-11-22
* bpf: change helper bpf_probe_read arg2 type to ARG_CONST_SIZE_OR_ZEROYonghong Song2017-11-14