summaryrefslogtreecommitdiffstats
path: root/kernel/trace/bpf_trace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-1/+1
|\
| * tracing: Fix some typos in commentsQiujun Huang2020-11-111-1/+1
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-4/+37
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-151-0/+2
| |\ \
| | * | bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest2020-12-091-20/+2
| | * | bpf: Add a bpf_sock_from_file helperFlorent Revest2020-12-041-0/+20
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-121-2/+2
| |\ \ \ | | |/ / | |/| |
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-3/+7
| |\ \ \
| | * | | bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()Andrii Nakryiko2020-12-041-3/+5
| | * | | bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov2020-11-181-0/+2
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-201-1/+11
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | bpf: Expose bpf_d_path helper to sleepable LSM hooksKP Singh2020-11-131-1/+7
| * | | | bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau2020-11-131-0/+5
| * | | | bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh2020-11-061-0/+16
| | |_|/ | |/| |
* | | | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-151-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-271-1/+11
| |\ \ \ | | | |/ | | |/|
| * | | irq_work: CleanupPeter Zijlstra2020-11-241-1/+1
| | |/ | |/|
* | | bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko2020-12-111-2/+2
| |/ |/|
* | lib/strncpy_from_user.c: Mask out bytes after NUL terminator.Daniel Xu2020-11-191-0/+10
* | bpf: Fix passing zero to PTR_ERR() in bpf_btf_printf_prepareWang Qing2020-11-091-1/+1
|/
* 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