linux-2.6-block.git
2025-05-22 Mykyta Yatsenkoselftests/bpf: Add SKIP_LLVM makefile variable
2025-05-22 Alexei StarovoitovMerge branch 's390-bpf-use-kernel-s-expoline-thunks'
2025-05-22 Ilya Leoshkevichs390/bpf: Use kernel's expoline thunks
2025-05-22 Ilya Leoshkevichs390/bpf: Add macros for calling external functions
2025-05-22 Ilya Leoshkevichs390: always declare expoline thunks
2025-05-22 Di Shenbpf: Revert "bpf: remove unnecessary rcu_read_{lock...
2025-05-20 Andrii NakryikoMerge branch 'libbpf-support-multi-split-btf'
2025-05-20 Alan Maguireselftests/bpf: Test multi-split BTF
2025-05-20 Alan Maguirelibbpf/btf: Fix string handling to support multi-split BTF
2025-05-19 Mykyta Yatsenkoselftests/bpf: Remove unnecessary link dependencies
2025-05-19 Paul Chaignonbpf: WARN_ONCE on verifier bugs
2025-05-15 Alexei StarovoitovMerge branch 's390-bpf-remove-the-orig_call-null-check'
2025-05-15 Ilya Leoshkevichs390/bpf: Remove the orig_call NULL check
2025-05-15 Ilya Leoshkevichbpf: Pass the same orig_call value to trampoline functions
2025-05-15 Ilya Leoshkevichs390/bpf: Store backchain even for leaf progs
2025-05-14 Kuniyuki Iwashimaselftests/bpf: Relax TCPOPT_WINDOW validation in test_t...
2025-05-14 Mykyta Yatsenkolibbpf: Check bpf_map_skeleton link for NULL
2025-05-14 Kumar Kartikeya... bpf: Add support for __prog argument suffix to pass...
2025-05-13 Tao Chenbpf: Fix WARN() in get_bpf_raw_tp_regs
2025-05-13 Khaled Elnaggardocs: bpf: Fix bullet point formatting warning
2025-05-13 Alexei StarovoitovMerge branch 'introduce-kfuncs-for-memory-reads-into...
2025-05-13 Mykyta Yatsenkoselftests/bpf: introduce tests for dynptr copy kfuncs
2025-05-13 Mykyta Yatsenkobpf: Implement dynptr copy kfuncs
2025-05-13 Mykyta Yatsenkohelpers: make few bpf helpers public
2025-05-12 Anton Protopopovlibbpf: Use proper errno value in nlattr
2025-05-12 Mykyta Yatsenkoselftests/bpf: Allow skipping docs compilation
2025-05-12 Alexei StarovoitovMerge branch 'fix-verifier-test-failures-in-verbose...
2025-05-12 Gregory Bellselftests/bpf: test_verifier verbose log overflows
2025-05-12 Gregory Bellselftests/bpf: test_verifier verbose causes erroneous...
2025-05-10 Andrii Nakryikobpf, docs: document open-coded BPF iterators
2025-05-10 Martin KaFai LauMerge branch 'ktls-sockmap-fix-missing-uncharge-operati...
2025-05-10 Jiayuan Chenselftests/bpf: Add test to cover sockmap with ktls
2025-05-10 Jiayuan Chenktls, sockmap: Fix missing uncharge operation
2025-05-09 Andrii NakryikoMerge branch 'bpf-retrieve-ref_ctr_offset-from-uprobe...
2025-05-09 Jiri Olsabpftool: Display ref_ctr_offset for uprobe link info
2025-05-09 Jiri Olsaselftests/bpf: Add link info test for ref_ctr_offset...
2025-05-09 Jiri Olsabpf: Add support to retrieve ref_ctr_offset for uprobe...
2025-05-09 Ihor Solodraiscripts/bpf_doc.py: implement json output format
2025-05-09 Luis Gerhorstselftests/bpf: Fix caps for __xlated/jited_unpriv
2025-05-09 Andrii NakryikoMerge branch 'bpf-allow-some-trace-helpers-for-all...
2025-05-09 Feng Yangsched_ext: Remove bpf_scx_get_func_proto
2025-05-09 Feng Yangbpf: Allow some trace helpers for all prog types
2025-05-09 Alexei StarovoitovMerge branch 'bpf-riscv64-support-load-acquire-and...
2025-05-09 Peilin Yeselftests/bpf: Enable non-arena load-acquire/store...
2025-05-09 Peilin Yeselftests/bpf: Verify zero-extension behavior in load...
2025-05-09 Peilin Yeselftests/bpf: Avoid passing out-of-range values to...
2025-05-09 Peilin Yeselftests/bpf: Use CAN_USE_LOAD_ACQ_STORE_REL when...
2025-05-09 Peilin Yebpf, riscv64: Skip redundant zext instruction after...
2025-05-09 Andrea Parribpf, riscv64: Support load-acquire and store-release...
2025-05-09 Andrea Parribpf, riscv64: Introduce emit_load_*() and emit_store_*()
2025-05-09 Peilin Yebpf/verifier: Handle BPF_LOAD_ACQ instructions in insn_...
2025-05-08 Martin KaFai Laubpftool: Fix cgroup command to only show cgroup bpf...
2025-05-06 YiFei Zhubpftool: Fix regression of "bpftool cgroup tree" EINVAL...
2025-05-06 Alexei StarovoitovMerge branch 'bpf-support-bpf-rbtree-traversal-and...
2025-05-06 Martin KaFai Lauselftests/bpf: Add test for bpf_list_{front,back}
2025-05-06 Martin KaFai Laubpf: Add bpf_list_{front,back} kfunc
2025-05-06 Martin KaFai Laubpf: Simplify reg0 marking for the list kfuncs that...
2025-05-06 Martin KaFai Lauselftests/bpf: Add tests for bpf_rbtree_{root,left...
2025-05-06 Martin KaFai Laubpf: Allow refcounted bpf_rb_node used in bpf_rbtree_...
2025-05-06 Martin KaFai Laubpf: Add bpf_rbtree_{root,left,right} kfunc
2025-05-06 Martin KaFai Laubpf: Simplify reg0 marking for the rbtree kfuncs that...
2025-05-06 Martin KaFai Laubpf: Check KF_bpf_rbtree_add_impl for the "case KF_ARG_...
2025-05-05 Andrii Nakryikolibbpf: Improve BTF dedup handling of "identical" BTF...
2025-05-05 Thorsten Blumbpf: Replace offsetof() with struct_size()
2025-05-05 Anton Protopopovbpf: Fix uninitialized values in BPF_{CORE,PROBE}_READ
2025-05-05 Ihor Solodraiselftests/bpf: Remove sockmap_ktls disconnect_after_del...
2025-05-01 Alan Maguireselftests/bpf: Add btf dedup test covering module BTF...
2025-05-01 Martin KaFai LauMerge branch 'bpf-allow-xdp_redirect-for-xdp-dev-bound...
2025-05-01 Lorenzo Bianconiselftests/bpf: xdp_metadata: Check XDP_REDIRCT support...
2025-05-01 Lorenzo Bianconibpf: Allow XDP dev-bound programs to perform XDP_REDIRE...
2025-05-01 Thorsten Blumbpf: Replace offsetof() with struct_size()
2025-04-30 Anton Protopopovlibbpf: Use proper errno value in linker
2025-04-29 T.J. Mercierselftests/bpf: Fix kmem_cache iterator draining
2025-04-29 Alan Maguirelibbpf: Add identical pointer detection to btf_dedup_is...
2025-04-28 Alexei StarovoitovMerge git://git./linux/kernel/git/bpf/bpf after rc4
2025-04-27 Linus TorvaldsLinux 6.15-rc4 v6.15-rc4
2025-04-26 Linus TorvaldsMerge tag 'pci-v6.15-fixes-3' of git://git./linux/kerne...
2025-04-26 Linus TorvaldsMerge tag 'nfsd-6.15-2' of git://git./linux/kernel...
2025-04-26 Linus TorvaldsMerge tag 'x86-urgent-2025-04-26' of git://git./linux...
2025-04-26 Linus TorvaldsMerge tag 'sched-urgent-2025-04-26' of git://git./linux...
2025-04-26 Linus TorvaldsMerge tag 'perf-urgent-2025-04-26' of git://git./linux...
2025-04-26 Linus TorvaldsMerge tag 'irq-urgent-2025-04-26' of git://git./linux...
2025-04-26 Linus TorvaldsMerge tag 'loongarch-fixes-6.15-1' of git://git./linux...
2025-04-26 Linus TorvaldsMerge tag 'for-linus' of https://github.com/openrisc...
2025-04-26 Chuck LeverRevert "sunrpc: clean cache_detail immediately when...
2025-04-26 Linus TorvaldsMerge tag 'move-lib-kunit-v6.15-rc4' of git://git....
2025-04-26 Linus TorvaldsMerge tag 'drm-fixes-2025-04-26' of https://gitlab...
2025-04-26 Omar Sandovalsched/eevdf: Fix se->slice being set to U64_MAX and...
2025-04-26 Suzuki K Pouloseirqchip/gic-v2m: Prevent use after free of gicv2m_get_f...
2025-04-26 Bibo MaoLoongArch: KVM: Fix PMU pass-through issue if VM exits...
2025-04-26 Bibo MaoLoongArch: KVM: Fully clear some CSRs when VM reboot
2025-04-26 Yulong HanLoongArch: KVM: Fix multiple typos of KVM code
2025-04-26 Ming WangLoongArch: Return NULL from huge_pte_offset() for inval...
2025-04-26 Petr TesarikLoongArch: Remove a bogus reference to ZONE_DMA
2025-04-26 Tiezhu YangLoongArch: Handle fp, lsx, lasx and lbt assembly symbols
2025-04-26 Tiezhu YangLoongArch: Make do_xyz() exception handlers more robust
2025-04-26 Tiezhu YangLoongArch: Make regs_irqs_disabled() more clear
2025-04-26 Yuli WangLoongArch: Select ARCH_USE_MEMTEST
2025-04-26 Linus TorvaldsMerge tag 'bpf-fixes' of git://git./linux/kernel/git...
2025-04-25 Peilin Yeselftests/bpf: Correct typo in __clang_major__ macro
next