13,324,498 commits found in 7 milliseconds
bnxt: Report actual link speed, rather than hard-coded 100Gbs
(cherry picked from commit fdca6b70aa7ebbc95b544cec6e155ea5b1041899 )
lacp: Simplify lacp_compose_key()
(cherry picked from commit e98ed8d99fd41873dc52cf78e70e9f12e3e93042 )
lacp: fix link state with multiple aggregators
(cherry picked from commit 9f69446d45484c16d2b9b9bf71bbb2fca86cb6e5 )
lacp: Sort port map by interface index
(cherry picked from commit 7ff3b13f12d97b7f67f09ecb9141e6dbaa1ad007 )
mlx5en: guard against empty eth_proto_oper mask
(cherry picked from commit 17cf7760a98a87c33d0415e2d2e1d4b24dd69e4d )
mlx5: Add missing speeds translation
(cherry picked from commit 49b78368c5ed9cf41dedfc1c02a597fd49468537 )
FreeBSD /src 2bdcf05 — contrib/ofed/libmlx5 mlx5.c, sys/dev/mlx5/mlx5_core mlx5_main.c libmlx5: sync PCI device allowlist with mlx5_core_pci_table
(cherry picked from commit 0e2175cef5027728c0ca1ff98366cf6ecfbe2db3 )
FreeBSD /src 69a8bf9 — contrib/ofed/libmlx5 mlx5.c, sys/dev/mlx5/mlx5_core mlx5_main.c mlx5: Add PCI IDs for ConnectX-9.
(cherry picked from commit 741f489ed09ab1d9172d1f61aa341004b5c3e968 )
mlx5: Add support for 800Gbit/s and 400Gbit/s with 2 lanes
(cherry picked from commit 3e4cbdebfc9bcb2f2c64acc8ee8f67c3383cd676 )
FreeBSD /src 05bd1ce — sys/ofed/drivers/infiniband/core ib_sysfs.c, sys/ofed/include/rdma ib_verbs.h ibcore: Add support for XDR link speed.
(cherry picked from commit b3c09af215ee4803fa67ca94301f662d5eca03a0 )
FreeBSD /src 5d044e4 — sys/dev/bnxt/bnxt_re ib_verbs.c, sys/dev/mlx5/mlx5_ib mlx5_ib_main.c RDMA: Fix link active_speed size
(cherry picked from commit e5d8b775bbf6f378a591211e373859ec44f74149 )
net/if_media.h: Add 800GBase-X and 200Gbit/s per lane support
(cherry picked from commit 51f313dbc7a28a7bd2013c205261f29f115eb0a7 )
LLVM /project 29fa6a8 — clang/lib/CodeGen/TargetBuiltins RISCV.cpp, clang/test/CodeGen/RISCV rvp-intrinsics.c [RISCV][P-ext] Support Packed Merge. (#207110) FreeBSD /ports a1b5f91 — astro/py-sunpy Makefile distinfo, astro/py-sunpy/files patch-pyproject.toml patch-sunpy_io_setup__package.py astro/py-sunpy: Update to 8.0.0
FreeBSD /ports c0e9889 — astro/py-extension-helpers Makefile, astro/py-extension-helpers/files patch-pyproject.toml astro/py-extension-helpers: Fix setuptools version require, make sunpy build
sys/systm.h: include sys/limits.h for SSIZE_MAX
PR: 296489
(cherry picked from commit bcb471cfb499f61d98abdc7bfd48bee0e229b02b )
x86: add CPUID bits for SHA512/SM3/SM4
(cherry picked from commit cf851111b02fae7425f9642460762d644983fdca )
posix_spawn(3) : create a guard page below the stack for rfork_thread on x86
(cherry picked from commit 2767a1f3686e5b1657ff4c3d57737c7f21598125 )
do_posix_spawn(): use bool
(cherry picked from commit b516c234d0e4ccd69ca1f3d3a8bb80eed3f0a87c )
rtld: unify the return path for map_object()
(cherry picked from commit 70fb92cd56bfe88a12d2a253542320bad7198321 )
rtld: add spinlock around the crt malloc calls
(cherry picked from commit 559f45638dfa50195c591bb0f7f3d3d8f3bb8dc0 )
rtld: stop using unbound alloca()
PR: 295991
(cherry picked from commit 1e370f038778e16c4b31f8992dda339d429e5cb8 )
LLVM /project 3aea741 — llvm/include/llvm/CodeGen StaticDataSplitter.h StaticDataAnnotator.h, llvm/lib/CodeGen StaticDataSplitter.cpp StaticDataAnnotator.cpp [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project 32b0279 — llvm/include/llvm/CodeGen StaticDataSplitter.h Passes.h, llvm/include/llvm/Passes MachinePassRegistry.def [𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7
[skip ci]
suil: add options.mk
Linux 7.2-rc2
LLVM /project 3ad2a76 — llvm/include/llvm InitializePasses.h, llvm/include/llvm/CodeGen StaticDataSplitter.h [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
FreeBSD /ports 9398ec4 — lang/sdcc pkg-plist Makefile, lang/sdcc/files patch-device_lib_Makefile.in patch-device-lib-Makefile.in lang/sdcc: Update 4.4.0 => 4.6.0
Release Notes:
https://sourceforge.net/p/sdcc/news/2026/06/sdcc-460-released/
https://sourceforge.net/p/sdcc/news/2025/01/sdcc-450-released/
Changelog:
https://sourceforge.net/p/sdcc/code/HEAD/tree/tags/sdcc-4.6.0/sdcc/ChangeLog
PR: 296242
Sponsored by: UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
LLVM /project 319c1f1 — llvm/include/llvm/Analysis StaticDataProfileInfo.h, llvm/lib/Analysis StaticDataProfileInfo.cpp [NewPM] Port StaticDataProfileInfo and wire into x86 AsmPrinter
Ports the analysis to the NewPM and wires it into the NewPM x86
AsmPrinter where we are currently just returning nullptr.
Reviewers: mingmingl-llvm, teresajohnson, arsenm, RKSimon
Pull Request: https://github.com/llvm/llvm-project/pull/207550 LLVM /project 9529b57 — llvm/include/llvm/CodeGen UnreachableBlockElim.h MachineBlockPlacement.h, llvm/lib/Target/AMDGPU AMDGPU.h GCNNSAReassign.h [NPM] Make few more passes Required