summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-26bpftool: Display missed count for kprobe_multi linkJiri Olsa1-0/+3
2023-09-26bpf: Count missed stats in trace_call_bpfJiri Olsa2-0/+19
2023-09-26bpf: Add missed value to kprobe perf link infoJiri Olsa6-13/+28
2023-09-26bpf: Add missed value to kprobe_multi link infoJiri Olsa3-0/+3
2023-09-26bpf: Count stats for kprobe_multi programsJiri Olsa1-0/+1
2023-09-26Merge branch 'add libbpf getters for individual ringbuffers'Andrii Nakryiko5-13/+193
2023-09-26selftests/bpf: Add tests for ring__consumeMartin Kelly1-0/+4
2023-09-26libbpf: Add ring__consumeMartin Kelly3-0/+22
2023-09-26selftests/bpf: Add tests for ring__map_fdMartin Kelly1-0/+4
2023-09-26libbpf: Add ring__map_fdMartin Kelly3-0/+15
2023-09-26selftests/bpf: Add tests for ring__sizeMartin Kelly1-1/+3
2023-09-26libbpf: Add ring__sizeMartin Kelly3-0/+16
2023-09-26selftests/bpf: Add tests for ring__avail_data_sizeMartin Kelly1-1/+3
2023-09-26libbpf: Add ring__avail_data_sizeMartin Kelly3-0/+21
2023-09-26selftests/bpf: Add tests for ring__*_posMartin Kelly1-0/+14
2023-09-26libbpf: Add ring__producer_pos, ring__consumer_posMartin Kelly3-0/+34
2023-09-26selftests/bpf: Add tests for ring_buffer__ringMartin Kelly1-0/+15
2023-09-26libbpf: Add ring_buffer__ringMartin Kelly3-0/+24
2023-09-26libbpf: Switch rings to array of pointersMartin Kelly1-8/+12
2023-09-26libbpf: Refactor cleanup in ring_buffer__addMartin Kelly1-6/+9
2023-09-23Merge branch 'libbpf: Support symbol versioning for uprobe'Andrii Nakryiko8-17/+337
2023-09-23selftests/bpf: Add tests for symbol versioning for uprobeHengqi Chen6-4/+209
2023-09-23libbpf: Support symbol versioning for uprobeHengqi Chen2-12/+124
2023-09-23libbpf: Resolve symbol conflicts at the same offset for uprobeHengqi Chen1-1/+4
2023-09-22bpf, docs: Add loongarch64 as arch supporting BPF JITTiezhu Yang2-2/+3
2023-09-22samples/bpf: syscall_tp_user: Fix array out-of-bound accessJinghao Jia1-3/+20
2023-09-22samples/bpf: syscall_tp_user: Rename num_progs into nr_testsJinghao Jia1-12/+12
2023-09-22Merge branch 'implement-cpuv4-support-for-s390x'Alexei Starovoitov10-164/+331
2023-09-22selftests/bpf: Trim DENYLIST.s390xIlya Leoshkevich1-25/+0
2023-09-22selftests/bpf: Enable the cpuv4 tests for s390xIlya Leoshkevich6-6/+12
2023-09-22s390/bpf: Implement signed divisionIlya Leoshkevich1-47/+125
2023-09-22s390/bpf: Implement unconditional jump with 32-bit offsetIlya Leoshkevich1-3/+9
2023-09-22s390/bpf: Implement unconditional byte swapIlya Leoshkevich1-0/+1
2023-09-22s390/bpf: Implement BPF_MEMSXIlya Leoshkevich1-5/+27
2023-09-22s390/bpf: Implement BPF_MOV | BPF_X with sign-extensionIlya Leoshkevich1-8/+40
2023-09-22selftests/bpf: Add big-endian support to the ldsx testIlya Leoshkevich2-62/+90
2023-09-22selftests/bpf: Unmount the cgroup2 work directoryIlya Leoshkevich1-7/+26
2023-09-22bpf: Disable zero-extension for BPF_MEMSXIlya Leoshkevich1-1/+1
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni396-2020/+3555
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds93-540/+1489
2023-09-21Merge tag 'v6.6-rc3.vfs.ctime.revert' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds10-178/+38
2023-09-21Merge tag 'powerpc-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds6-26/+60
2023-09-21Merge tag 'for-linus-6.6a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds16-155/+123
2023-09-21Merge tag 'fixes-2023-09-21' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-5/+10
2023-09-21Merge tag 'sound-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds65-249/+352
2023-09-21Merge tag 'hwmon-for-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2023-09-21net: dsa: sja1105: make read-only const arrays staticColin Ian King1-8/+13
2023-09-21netdev: Remove unneeded semicolonYang Li1-1/+1
2023-09-21Merge branch 'vsock-virtio-vhost-msg_zerocopy-preparations'Paolo Abeni5-87/+348
2023-09-21vsock/virtio: MSG_ZEROCOPY flag supportArseniy Krasnov4-62/+241