开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-09-11
lib/buildid: remove single-page limit for PHDR search
Andrii Nakryiko
2024-09-11
lib/buildid: take into account e_phoff when fetching program headers
Andrii Nakryiko
2024-09-11
lib/buildid: add single folio-based file reader abstraction
Andrii Nakryiko
2024-09-11
lib/buildid: harden build ID parsing logic
Andrii Nakryiko
2024-09-10
MAINTAINERS: record lib/buildid.c as owned by BPF subsystem
Andrii Nakryiko
2024-09-10
bpftool: Fix undefined behavior in qsort(NULL, 0, ...)
Kuan-Wei Chiu
2024-09-10
libbpf: Fix uretprobe.multi.s programs auto attachment
Jiri Olsa
2024-09-09
libbpf: Fix some typos in comments
Yusheng Zheng
2024-09-09
MAINTAINERS: BPF ARC JIT: Update my e-mail address
Shahab Vahedi
2024-09-09
bpf: Fix error message on kfunc arg type mismatch
Maxim Mikityanskiy
2024-09-09
bpftool: Fix typos
Andrew Kreimer
2024-09-09
bpftool: Fix undefined behavior caused by shifting into the sign bit
Kuan-Wei Chiu
2024-09-09
libbpf: Fixed getting wrong return address on arm64 architecture
Shuyi Cheng
2024-09-06
libbpf: Workaround (another) -Wmaybe-uninitialized false positive
Sam James
2024-09-06
bpftool: Improve btf c dump sorting stability
Mykyta Yatsenko
2024-09-05
Merge branch 'allow-kfuncs-in-tracepoint-and-perf-event'
Alexei Starovoitov
2024-09-05
bpf/selftests: coverage for tp and perf event progs using kfuncs
JP Kobryn
2024-09-05
bpf: allow kfuncs within tracepoint and perf event programs
JP Kobryn
2024-09-05
bpf: change int cmd argument in __sys_bpf into typed enum bpf_cmd
Andrii Nakryiko
2024-09-05
bpf: use type_may_be_null() helper for nullable-param check
Shung-Hsi Yu
2024-09-05
Merge branch 'local-vmtest-enhancement-and-rv64-enabled'
Alexei Starovoitov
2024-09-05
selftests/bpf: Add description for running vmtest on RV64
Pu Lehui
2024-09-05
selftests/bpf: Add riscv64 configurations to local vmtest
Pu Lehui
2024-09-05
selftests/bpf: Add DENYLIST.riscv64
Pu Lehui
2024-09-05
selftests/bpf: Add config.riscv64
Pu Lehui
2024-09-05
selftests/bpf: Enable cross platform testing for vmtest
Pu Lehui
2024-09-05
selftests/bpf: Support local rootfs image for vmtest
Pu Lehui
2024-09-05
selftests/bpf: Limit URLS parsing logic to actual scope in vmtest
Pu Lehui
2024-09-05
selftests/bpf: Prefer static linking for LLVM libraries
Eduard Zingerman
2024-09-05
selftests/bpf: Rename fallback in bpf_dctcp to avoid naming conflict
Pu Lehui
2024-09-05
selftests/bpf: Adapt OUTPUT appending logic to lower versions of Make
Pu Lehui
2024-09-05
libbpf: fix some typos in libbpf
Lin Yikai
2024-09-05
bpftool: fix some typos in bpftool
Lin Yikai
2024-09-05
selftests/bpf: fix some typos in selftests
Lin Yikai
2024-09-05
Merge branch 'selftests-bpf-add-uprobe-multi-pid-filter-test'
Andrii Nakryiko
2024-09-05
selftests/bpf: Add uprobe multi pid filter test for clone-ed processes
Jiri Olsa
2024-09-05
selftests/bpf: Add uprobe multi pid filter test for fork-ed processes
Jiri Olsa
2024-09-05
selftests/bpf: Add child argument to spawn_child function
Jiri Olsa
2024-09-05
bpf: Fix uprobe multi pid filter check
Jiri Olsa
2024-09-04
Merge branch 'fix-accessing-first-syscall-argument-on-rv64'
Andrii Nakryiko
2024-09-04
libbpf: Fix accessing first syscall argument on RV64
Pu Lehui
2024-09-04
selftests/bpf: Enable test_bpf_syscall_macro: Syscall_arg1 on s390 and arm64
Pu Lehui
2024-09-04
libbpf: Access first syscall argument with CO-RE direct read on arm64
Pu Lehui
2024-09-04
libbpf: Access first syscall argument with CO-RE direct read on s390
Pu Lehui
2024-09-04
selftests/bpf: Add a selftest for x86 jit convergence issues
Yonghong Song
2024-09-04
bpf, x64: Fix a jit convergence issue
Yonghong Song
2024-09-04
selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE
Feng Yang
2024-09-04
Merge branch 'bpf-follow-up-on-gen_epilogue'
Alexei Starovoitov
2024-09-04
bpf: Fix indentation issue in epilogue_idx
Martin KaFai Lau
2024-09-04
bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()
Martin KaFai Lau
[next]