summaryrefslogtreecommitdiffstats
path: root/kernel/trace/bpf_trace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-031-1/+1
|\
| * irq_work: Convert flags to atomic_tFrederic Weisbecker2019-11-111-1/+1
* | bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpersDaniel Borkmann2019-11-021-46/+135
* | bpf: Make use of probe_user_write in probe write helperDaniel Borkmann2019-11-021-4/+2
* | bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov2019-10-311-8/+36
* | bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau2019-10-241-0/+2
* | bpf: Fix build error without CONFIG_NETYueHaibing2019-10-181-0/+2
* | bpf: Check types of arguments passed into helpersAlexei Starovoitov2019-10-171-0/+4
* | bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov2019-10-171-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-281-5/+21
|\
| * bpf: Fix bpf_event_output re-entry issueAllan Zhang2019-09-271-5/+21
* | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+10
|\ \ | |/ |/|
| * bpf: Restrict bpf when kernel lockdown is in confidentiality modeDavid Howells2019-08-191-0/+10
* | 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-171-16/+84
|\|
| * bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins2019-06-151-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-071-0/+30
|\
| * bpf: add writable context for raw tracepointsMatt Mullins2019-04-261-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/+2
|\
| * bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov2019-01-311-12/+2
* | perf: Make perf_event_output() propagate the output() returnArnaldo Carvalho de Melo2019-01-211-2/+1
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-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-161-4/+1
* 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-031-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-241-0/+48
* bpf: Allow bpf_current_task_under_cgroup in interruptTeng Qin2018-04-291-2/+0
* 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-121-2/+2
* tracing/kprobe: bpf: Compare instruction pointer with original oneMasami Hiramatsu2018-01-121-1/+0
* tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu2018-01-121-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-181-0/+58
|\