summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-06selftests/bpf: Add test for btf__add_btf() with split BTF sourcesJosef Bacik1-0/+111
2026-03-06bpftool: Support merging multiple module BTFs in btf dumpJosef Bacik3-17/+121
2026-03-06libbpf: Support appending split BTF in btf__add_btf()Josef Bacik1-9/+18
2026-03-05Merge branch 'fix-the-null-pointer-dereference-issue-in-bpf_lwt_xmit_push_encap'Martin KaFai Lau3-0/+46
2026-03-05selftests/bpf: Add selftests for the invocation of bpf_lwt_xmit_push_encapFeng Yang2-0/+31
2026-03-05bpf: test_run: Fix the null pointer dereference issue in bpf_lwt_xmit_push_encapFeng Yang1-0/+15
2026-03-03selftests/bpf: Split module_attach into subtestsViktor Malik2-86/+148
2026-03-03Merge branch 'bpf-allow-void-return-type-for-global-subprogs'Alexei Starovoitov11-129/+344
2026-03-03selftests: bpf: Add tests for void global subprogsEmil Tsalapatis7-3/+111
2026-03-03bpf: Allow void global functions in the verifierEmil Tsalapatis4-12/+60
2026-03-03bpf: extract check_global_subprog_return_code() for clarityEduard Zingerman1-18/+44
2026-03-03bpf: Extract program_returns_void() for clarityEduard Zingerman1-28/+36
2026-03-03bpf: Factor out program return value calculationEmil Tsalapatis2-101/+126
2026-03-03selftests/bpf: drop test_bpftool.shAlexis Lothoré (eBPF Foundation)3-188/+1
2026-03-03Merge branch 'allow-fixed-offsets-for-ptr_to_ctx'Alexei Starovoitov2-1/+88
2026-03-03selftests/bpf: Add tests for ctx fixed offset supportKumar Kartikeya Dwivedi1-0/+76
2026-03-03bpf: Relax fixed offset check for PTR_TO_CTXKumar Kartikeya Dwivedi1-1/+12
2026-03-03bpf, arm64: Use ORR-based MOV for general-purpose registersPuranjay Mohan2-5/+7
2026-03-03Merge branch 'libbpf-make-optimized-uprobes-backward-compatible'Alexei Starovoitov14-7/+289
2026-03-03selftests/bpf: Add usdt trigger benchJiri Olsa5-2/+76
2026-03-03selftests/bpf: Add test for checking correct nop of optimized usdtJiri Olsa6-1/+142
2026-03-03selftests/bpf: Emit nop,nop5 instructions combo for x86_64 archJiri Olsa1-0/+2
2026-03-03libbpf: Add support to detect nop,nop5 instructions combo for usdt probeJiri Olsa1-4/+43
2026-03-03libbpf: Add uprobe syscall feature detectionJiri Olsa2-0/+26
2026-03-03bpf: Add missing XDP_ABORTED handling in cpumapAnand Kumar Shaw1-1/+4
2026-03-03Merge branch 'bpf-fsession-support-for-s390'Alexei Starovoitov7-89/+178
2026-03-03selftests/bpf: factor out get_func_* tests for fsessionMenglong Dong6-64/+108
2026-03-03bpf,s390: add fsession support for trampolinesMenglong Dong1-14/+60
2026-03-03bpf,s390: introduce emit_store_stack_imm64() for trampolineMenglong Dong1-11/+10
2026-03-03Merge branch 'bpf-s390-implement-get_preempt_count'Alexei Starovoitov4-0/+28
2026-03-03bpf/s390: Implement get_preempt_count()Ilya Leoshkevich1-0/+7
2026-03-03s390: Introduce bpf_get_lowcore() kfuncIlya Leoshkevich4-0/+21
2026-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 7.0-rc2Alexei Starovoitov404-2125/+4514
2026-03-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds73-236/+1180
2026-03-01Merge tag 'driver-core-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-70/+150
2026-02-28Merge tag 'v7.0rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds28-445/+489
2026-02-28firewire: ohci: initialize page array to use alloc_pages_bulk() correctlyTakashi Sakamoto1-1/+1
2026-02-28Merge tag 'spi-fix-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-30/+4
2026-02-28Merge tag 'regulator-fix-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-9/+10
2026-02-28Merge tag 's390-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds8-67/+66
2026-02-28Merge branch 'fix-invariant-violation-for-single-value-tnums'Alexei Starovoitov5-1/+227
2026-02-28selftests/bpf: Avoid simplification of crafted bounds testPaul Chaignon1-1/+1
2026-02-28selftests/bpf: Test refinement of single-value tnumPaul Chaignon1-0/+137
2026-02-28bpf: Improve bounds when tnum has a single possible valuePaul Chaignon1-0/+30
2026-02-28bpf: Introduce tnum_step to step through tnum's membersHarishankar Vishwanathan2-0/+59
2026-02-28Merge branch 'bpf-cpumap-devmap-fix-per-cpu-bulk-queue-races-on-preempt_rt'Alexei Starovoitov2-6/+36
2026-02-28bpf: Fix race in devmap on PREEMPT_RTJiayuan Chen1-4/+21
2026-02-28bpf: Fix race in cpumap on PREEMPT_RTJiayuan Chen1-2/+15
2026-02-28Merge branch 'close-race-in-freeing-special-fields-and-map-value'Alexei Starovoitov15-57/+603
2026-02-28selftests/bpf: Add tests for special fields racesKumar Kartikeya Dwivedi2-0/+415