summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-11-11bpf: Add support for uprobe multi session attachJiri Olsa
2024-11-11selftests/bpf: Fix uprobe consumer test (again)Jiri Olsa
2024-11-11selftests/bpf: Allow building with extra flagsViktor Malik
2024-11-06Merge tag 'perf-core-for-bpf-next' from tip treeAndrii Nakryiko
2024-11-04selftests/bpf: Add tests for raw_tp null handlingKumar Kartikeya Dwivedi
2024-11-04selftests/bpf: Clean up open-coded gettid syscall invocationsKumar Kartikeya Dwivedi
2024-11-04bpf: Mark raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi
2024-11-03selftests/bpf: Add tests for tail calls with locks and refsKumar Kartikeya Dwivedi
2024-11-03bpf: Unify resource leak checksKumar Kartikeya Dwivedi
2024-11-01selftests/bpf: Disable warnings on unused flags for Clang buildsViktor Malik
2024-11-01bpftool: Prevent setting duplicate _GNU_SOURCE in MakefileViktor Malik
2024-11-01bpf, bpftool: Fix incorrect disasm pcLeon Hwang
2024-11-01selftests/bpf: Add a test for open coded kmem_cache iterNamhyung Kim
2024-10-29selftests/bpf: drop unnecessary bpf_iter.h type duplicationAndrii Nakryiko
2024-10-29libbpf: start v1.6 development cycleAndrii Nakryiko
2024-10-29bpf: handle implicit declaration of function gettid in bpf_iter.cJason Xing
2024-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-10-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-24selftests/bpf: Create task_local_storage map with invalid uptr's structMartin KaFai Lau
2024-10-24selftests/bpf: Add uptr failure verifier testsMartin KaFai Lau
2024-10-24selftests/bpf: Add update_elem failure test for task storage uptrMartin KaFai Lau
2024-10-24selftests/bpf: Test a uptr struct spanning across pages.Martin KaFai Lau
2024-10-24selftests/bpf: Some basic __uptr testsKui-Feng Lee
2024-10-24libbpf: define __uptr.Kui-Feng Lee
2024-10-24bpf: Add the missing BPF_LINK_TYPE invocation for sockmapHou Tao
2024-10-23selftests/bpf: validate generic bpf_object and subskel APIs work togetherAndrii Nakryiko
2024-10-23libbpf: move global data mmap()'ing into bpf_object__load()Andrii Nakryiko
2024-10-23selftests/bpf: fix test_spin_lock_fail.c's global vars usageAndrii Nakryiko
2024-10-23libsubcmd: Silence compiler warningEder Zulian
2024-10-23libbpf: Prevent compiler warnings/errorsEder Zulian
2024-10-23resolve_btfids: Fix compiler warningsEder Zulian
2024-10-23uprobe: Add data pointer to consumer handlersJiri Olsa
2024-10-23selftests/bpf: Increase verifier log limit in veristatMykyta Yatsenko
2024-10-22selftests/bpf: Add test for passing in uninit mtu_lenDaniel Borkmann
2024-10-22selftests/bpf: Add test for writes to .rodataDaniel Borkmann
2024-10-22selftests/bpf: Retire test_sock.cJordan Rife
2024-10-22selftests/bpf: Migrate BPF_CGROUP_INET_SOCK_CREATE test cases to prog_testsJordan Rife
2024-10-22selftests/bpf: Migrate LOAD_REJECT test cases to prog_testsJordan Rife
2024-10-22selftests/bpf: Migrate *_POST_BIND test cases to prog_testsJordan Rife
2024-10-21KVM: selftests: Fix build on on non-x86 architecturesMark Brown
2024-10-21selftests/bpf: Augment send_signal test with remote signalingPuranjay Mohan
2024-10-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-10-20Merge tag 'kvmarm-fixes-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2024-10-20KVM: selftests: Fix out-of-bounds reads in CPUID test's array lookupsSean Christopherson
2024-10-20KVM: selftests: x86: Avoid using SSE/AVX instructionsVitaly Kuznetsov
2024-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-18Merge tag 'linux_kselftest-fixes-6.12-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2024-10-17Merge tag 'mm-hotfixes-stable-2024-10-17-16-08' of git://git.kernel.org/pub/s...Linus Torvalds
2024-10-17selftests/bpf: Add test case for delta propagationDaniel Borkmann
2024-10-17bpf: Properly test iter/task tid filteringJordan Rome