summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-11lib/buildid: remove single-page limit for PHDR searchAndrii Nakryiko
2024-09-11lib/buildid: take into account e_phoff when fetching program headersAndrii Nakryiko
2024-09-11lib/buildid: add single folio-based file reader abstractionAndrii Nakryiko
2024-09-11lib/buildid: harden build ID parsing logicAndrii Nakryiko
2024-09-10MAINTAINERS: record lib/buildid.c as owned by BPF subsystemAndrii Nakryiko
2024-09-10bpftool: Fix undefined behavior in qsort(NULL, 0, ...)Kuan-Wei Chiu
2024-09-10libbpf: Fix uretprobe.multi.s programs auto attachmentJiri Olsa
2024-09-09libbpf: Fix some typos in commentsYusheng Zheng
2024-09-09MAINTAINERS: BPF ARC JIT: Update my e-mail addressShahab Vahedi
2024-09-09bpf: Fix error message on kfunc arg type mismatchMaxim Mikityanskiy
2024-09-09bpftool: Fix typosAndrew Kreimer
2024-09-09bpftool: Fix undefined behavior caused by shifting into the sign bitKuan-Wei Chiu
2024-09-09libbpf: Fixed getting wrong return address on arm64 architectureShuyi Cheng
2024-09-06libbpf: Workaround (another) -Wmaybe-uninitialized false positiveSam James
2024-09-06bpftool: Improve btf c dump sorting stabilityMykyta Yatsenko
2024-09-05Merge branch 'allow-kfuncs-in-tracepoint-and-perf-event'Alexei Starovoitov
2024-09-05bpf/selftests: coverage for tp and perf event progs using kfuncsJP Kobryn
2024-09-05bpf: allow kfuncs within tracepoint and perf event programsJP Kobryn
2024-09-05bpf: change int cmd argument in __sys_bpf into typed enum bpf_cmdAndrii Nakryiko
2024-09-05bpf: use type_may_be_null() helper for nullable-param checkShung-Hsi Yu
2024-09-05Merge branch 'local-vmtest-enhancement-and-rv64-enabled'Alexei Starovoitov
2024-09-05selftests/bpf: Add description for running vmtest on RV64Pu Lehui
2024-09-05selftests/bpf: Add riscv64 configurations to local vmtestPu Lehui
2024-09-05selftests/bpf: Add DENYLIST.riscv64Pu Lehui
2024-09-05selftests/bpf: Add config.riscv64Pu Lehui
2024-09-05selftests/bpf: Enable cross platform testing for vmtestPu Lehui
2024-09-05selftests/bpf: Support local rootfs image for vmtestPu Lehui
2024-09-05selftests/bpf: Limit URLS parsing logic to actual scope in vmtestPu Lehui
2024-09-05selftests/bpf: Prefer static linking for LLVM librariesEduard Zingerman
2024-09-05selftests/bpf: Rename fallback in bpf_dctcp to avoid naming conflictPu Lehui
2024-09-05selftests/bpf: Adapt OUTPUT appending logic to lower versions of MakePu Lehui
2024-09-05libbpf: fix some typos in libbpfLin Yikai
2024-09-05bpftool: fix some typos in bpftoolLin Yikai
2024-09-05selftests/bpf: fix some typos in selftestsLin Yikai
2024-09-05Merge branch 'selftests-bpf-add-uprobe-multi-pid-filter-test'Andrii Nakryiko
2024-09-05selftests/bpf: Add uprobe multi pid filter test for clone-ed processesJiri Olsa
2024-09-05selftests/bpf: Add uprobe multi pid filter test for fork-ed processesJiri Olsa
2024-09-05selftests/bpf: Add child argument to spawn_child functionJiri Olsa
2024-09-05bpf: Fix uprobe multi pid filter checkJiri Olsa
2024-09-04Merge branch 'fix-accessing-first-syscall-argument-on-rv64'Andrii Nakryiko
2024-09-04libbpf: Fix accessing first syscall argument on RV64Pu Lehui
2024-09-04selftests/bpf: Enable test_bpf_syscall_macro: Syscall_arg1 on s390 and arm64Pu Lehui
2024-09-04libbpf: Access first syscall argument with CO-RE direct read on arm64Pu Lehui
2024-09-04libbpf: Access first syscall argument with CO-RE direct read on s390Pu Lehui
2024-09-04selftests/bpf: Add a selftest for x86 jit convergence issuesYonghong Song
2024-09-04bpf, x64: Fix a jit convergence issueYonghong Song
2024-09-04selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZEFeng Yang
2024-09-04Merge branch 'bpf-follow-up-on-gen_epilogue'Alexei Starovoitov
2024-09-04bpf: Fix indentation issue in epilogue_idxMartin KaFai Lau
2024-09-04bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()Martin KaFai Lau