summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-25bpf: Add missed value to kprobe_multi link infoJiri Olsa
2023-09-25bpf: Count stats for kprobe_multi programsJiri Olsa
2023-09-25Merge branch 'add libbpf getters for individual ringbuffers'Andrii Nakryiko
2023-09-25selftests/bpf: Add tests for ring__consumeMartin Kelly
2023-09-25libbpf: Add ring__consumeMartin Kelly
2023-09-25selftests/bpf: Add tests for ring__map_fdMartin Kelly
2023-09-25libbpf: Add ring__map_fdMartin Kelly
2023-09-25selftests/bpf: Add tests for ring__sizeMartin Kelly
2023-09-25libbpf: Add ring__sizeMartin Kelly
2023-09-25selftests/bpf: Add tests for ring__avail_data_sizeMartin Kelly
2023-09-25libbpf: Add ring__avail_data_sizeMartin Kelly
2023-09-25selftests/bpf: Add tests for ring__*_posMartin Kelly
2023-09-25libbpf: Add ring__producer_pos, ring__consumer_posMartin Kelly
2023-09-25selftests/bpf: Add tests for ring_buffer__ringMartin Kelly
2023-09-25libbpf: Add ring_buffer__ringMartin Kelly
2023-09-25libbpf: Switch rings to array of pointersMartin Kelly
2023-09-25libbpf: Refactor cleanup in ring_buffer__addMartin Kelly
2023-09-22Merge branch 'libbpf: Support symbol versioning for uprobe'Andrii Nakryiko
2023-09-22selftests/bpf: Add tests for symbol versioning for uprobeHengqi Chen
2023-09-22libbpf: Support symbol versioning for uprobeHengqi Chen
2023-09-22libbpf: Resolve symbol conflicts at the same offset for uprobeHengqi Chen
2023-09-21bpf, docs: Add loongarch64 as arch supporting BPF JITTiezhu Yang
2023-09-21samples/bpf: syscall_tp_user: Fix array out-of-bound accessJinghao Jia
2023-09-21samples/bpf: syscall_tp_user: Rename num_progs into nr_testsJinghao Jia
2023-09-21Merge branch 'implement-cpuv4-support-for-s390x'Alexei Starovoitov
2023-09-21selftests/bpf: Trim DENYLIST.s390xIlya Leoshkevich
2023-09-21selftests/bpf: Enable the cpuv4 tests for s390xIlya Leoshkevich
2023-09-21s390/bpf: Implement signed divisionIlya Leoshkevich
2023-09-21s390/bpf: Implement unconditional jump with 32-bit offsetIlya Leoshkevich
2023-09-21s390/bpf: Implement unconditional byte swapIlya Leoshkevich
2023-09-21s390/bpf: Implement BPF_MEMSXIlya Leoshkevich
2023-09-21s390/bpf: Implement BPF_MOV | BPF_X with sign-extensionIlya Leoshkevich
2023-09-21selftests/bpf: Add big-endian support to the ldsx testIlya Leoshkevich
2023-09-21selftests/bpf: Unmount the cgroup2 work directoryIlya Leoshkevich
2023-09-21bpf: Disable zero-extension for BPF_MEMSXIlya Leoshkevich
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-21Merge tag 'v6.6-rc3.vfs.ctime.revert' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-09-21Merge tag 'powerpc-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-09-21Merge tag 'for-linus-6.6a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-09-21Merge tag 'fixes-2023-09-21' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-09-21Merge tag 'sound-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-09-21Merge tag 'hwmon-for-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-09-21net: dsa: sja1105: make read-only const arrays staticColin Ian King
2023-09-21netdev: Remove unneeded semicolonYang Li
2023-09-21Merge branch 'vsock-virtio-vhost-msg_zerocopy-preparations'Paolo Abeni
2023-09-21vsock/virtio: MSG_ZEROCOPY flag supportArseniy Krasnov
2023-09-21vsock/virtio: non-linear skb handling for tapArseniy Krasnov
2023-09-21vsock/virtio: support to send non-linear skbArseniy Krasnov
2023-09-21vsock/virtio/vhost: read data from non-linear skbArseniy Krasnov