summaryrefslogtreecommitdiffstats
path: root/kernel/trace/bpf_trace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-161-7/+165
|\
| * bpf: Fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=nYonghong Song2020-10-071-0/+2
| * bpf: Introducte bpf_this_cpu_ptr()Hao Luo2020-10-031-0/+2
| * bpf: Introduce bpf_per_cpu_ptr()Hao Luo2020-10-031-0/+2
| * bpf: Add bpf_seq_printf_btf helperAlan Maguire2020-09-291-0/+33
| * bpf: Add bpf_snprintf_btf helperAlan Maguire2020-09-291-0/+65
| * bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu2020-09-281-0/+1
| * selftests/bpf: Fix stat probe in d_path testJiri Olsa2020-09-221-0/+8
| * bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer2020-09-221-10/+5
| * bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov2020-08-281-0/+2
| * bpf: Add d_path helperJiri Olsa2020-08-261-0/+48
* | module: Fix up module_notifier return valuesPeter Zijlstra2020-09-011-2/+6
|/
* bpf: Remove inline from bpf_do_trace_printkStanislav Fomichev2020-08-071-1/+1
* bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu2020-07-261-2/+2
* bpf: Use dedicated bpf_trace_printk event instead of trace_printk()Alan Maguire2020-07-141-5/+37
* bpf: Resolve BTF IDs in vmlinux imageJiri Olsa2020-07-131-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-051-3/+24
|\
| * bpf: Allow %pB in bpf_seq_printf() and bpf_trace_printk()Song Liu2020-07-011-2/+8
| * bpf: Introduce helper bpf_get_task_stack()Song Liu2020-07-011-0/+2
| * bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song2020-06-251-0/+2
| * bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song2020-06-251-0/+6
| * bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-251-0/+2
| * bpf: Allow tracing programs to use bpf_jiffies64() helperYonghong Song2020-06-251-0/+2
| * bpf: Support 'X' in bpf_seq_printf() helperYonghong Song2020-06-251-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-261-1/+1
|\|
| * bpf: bpf_probe_read_kernel_str() has to return amount of data read on successAndrii Nakryiko2020-06-171-1/+1
* | maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig2020-06-171-2/+2
* | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-2/+2
|/
* maccess: always use strict semantics for probe_kernel_readChristoph Hellwig2020-06-091-1/+1
* bpf: rework the compat kernel probe handlingChristoph Hellwig2020-06-091-42/+67
* bpf:bpf_seq_printf(): handle potentially unsafe format string betterAndrew Morton2020-06-091-3/+5
* bpf: handle the compat string in bpf_trace_copy_string betterChristoph Hellwig2020-06-091-2/+5
* bpf: factor out a bpf_trace_copy_string helperChristoph Hellwig2020-06-091-18/+24
* maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig2020-06-091-2/+2
* maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofaultChristoph Hellwig2020-06-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-041-6/+235
|\
| * bpf: Use tracing helpers for lsm programsJiri Olsa2020-06-021-1/+1
| * bpf: Use strncpy_from_unsafe_strict() in bpf_seq_printf() helperYonghong Song2020-06-011-3/+3
| * bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko2020-06-011-0/+10
| * bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task*John Fastabend2020-06-011-5/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-34/+66
| |\
| * | bpf: Implement CAP_BPFAlexei Starovoitov2020-05-151-0/+3
| * | bpf: Add bpf_seq_printf and bpf_seq_write helpersYonghong Song2020-05-101-0/+214
| * | bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski2020-04-261-0/+2
* | | Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar2020-05-281-34/+66
|\ \ \ | | |/ | |/|
| * | 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
| |/
* / trace/bpf_trace: Open access for CAP_PERFMON privileged processAlexey Budankov2020-04-161-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-311-6/+6
|\
| * bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2020-03-301-6/+6