summaryrefslogtreecommitdiffstats
path: root/kernel/trace/bpf_trace.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann2020-05-151-32/+62
* bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann2020-05-151-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-301-6/+6
|\
| * bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2020-03-301-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-1/+1
|\ \ | |/ |/|
| * bpf: Fix deadlock with rq_lock in bpf_send_signal()Yonghong Song2020-03-051-1/+1
* | bpf: Add bpf_xdp_output() helperEelco Chaudron2020-03-121-0/+3
* | bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira2020-03-121-0/+2
* | bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NETKP Singh2020-03-051-0/+7
* | bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh2020-03-041-0/+1
* | bpf/trace: Remove redundant preempt_disable from trace_call_bpf()Thomas Gleixner2020-02-241-2/+1
* | bpf/trace: Remove EXPORT from trace_call_bpf()Thomas Gleixner2020-02-241-1/+0
* | bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()Thomas Gleixner2020-02-241-2/+1
* | bpf: Add bpf_read_branch_records() helperDaniel Xu2020-02-191-0/+41
* | bpf: Allow bpf_perf_event_read_value in all BPF programsSong Liu2020-02-181-2/+2
|/
* bpf: Add bpf_send_signal_thread() helperYonghong Song2020-01-151-3/+24
* 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