| Age | Commit message (Expand) | Author |
| 2026-01-28 | cmd/compile, simd: capture VAES instructions and fix AVX512VAES feature | Junyang Shao |
| 2025-09-30 | [dev.simd] cmd/compile, simd: add AES instructions | Junyang Shao |
| 2025-09-03 | [dev.simd] all: merge master (4c4cefc) into dev.simd | Cherry Mui |
| 2025-08-29 | internal/cpu: inline DebugOptions | Tobias Klauser |
| 2025-08-14 | [dev.simd] all: merge master (924fe98) into dev.simd | Cherry Mui |
| 2025-08-12 | internal/runtime/gc/scan: import scan kernel from gclab [green tea] | Michael Anthony Knyszek |
| 2025-08-05 | internal/cpu: add AVX-512-CD and DQ, and derived "basic AVX-512" | Austin Clements |
| 2025-08-04 | [dev.simd] all: merge master (7a1679d) into dev.simd | Cherry Mui |
| 2025-07-24 | hash/crc32: add AVX512 IEEE CRC32 calculation | Klaus Post |
| 2025-07-21 | [dev.simd] simd, internal/cpu: support more AVX CPU Feature checks | Junyang Shao |
| 2025-07-01 | [dev.simd] internal/cpu: add GFNI feature check | Junyang Shao |
| 2025-06-13 | [dev.simd] internal/cpu: add AVX-512-CD and DQ, and derived "basic AVX-512" | Austin Clements |
| 2025-05-21 | internal/cpu: add ARM64.HasSHA3 | Filippo Valsorda |
| 2025-05-01 | cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64 | Joel Sing |
| 2025-03-11 | internal/bytealg: optimize Count{,String} in loong64 | Guoqi Chen |
| 2025-02-05 | cpu/internal: provide runtime detection of RISC-V extensions on Linux | Mark Ryan |
| 2024-11-12 | cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64 | Guoqi Chen |
| 2024-10-04 | internal/cpu: add CPU feature LAMCAS and LAM_BH detection on loong64 | Guoqi Chen |
| 2024-08-29 | internal/cpu, runtime: make linux/loong64 HWCAP data available | WANG Xuerui |
| 2024-07-24 | internal/cpu: add DIT detection on arm64 | Roland Shoemaker |
| 2024-07-22 | runtime: add ERMS-based memmove support for modern CPU platforms | TangYang |
| 2024-05-15 | cmd/link: disallow pull-only linknames | Cherry Mui |
| 2023-11-15 | internal/cpu: detect support of AVX512 | Achille Roussel |
| 2023-10-31 | internal/cpu: add comments to copied functions | apocelipes |
| 2023-10-31 | runtime: on arm32, detect whether we have sync instructions | Keith Randall |
| 2023-04-25 | internal/cpu: add a detection for Neoverse(N2, V2) cores | fanzha02 |
| 2022-11-08 | runtime internal/cpu: rename "Zeus" "NeoverseV1". | Matthew Horsnell |
| 2022-08-15 | internal/cpu: detect sha-ni instruction support for AMD64 | ted |
| 2022-08-09 | internal/cpu: add sha512 for arm64 | Meng Zhuo |
| 2022-05-10 | internal/cpu: report CPU if known on PPC64 | Paul E. Murphy |
| 2021-10-06 | internal/cpu: remove option to mark cpu features required | Martin Möhrmann |
| 2021-08-23 | all: replace runtime SSE2 detection with GO386 setting | Martin Möhrmann |
| 2021-08-23 | runtime: use RDTSCP for instruction stream serialized read of TSC | Martin Möhrmann |
| 2020-11-05 | internal/cpu: fix and cleanup ARM64 cpu feature fields and options | Martin Möhrmann |
| 2020-11-02 | runtime: improve memmove performance on arm64 | Jonathan Swinney |
| 2020-03-02 | internal/cpu: use anonymous struct for CPU feature vars | Tobias Klauser |
| 2020-02-28 | internal/cpu: add MIPS64x feature detection | Meng Zhuo |
| 2019-09-08 | all: fix typos | Ainar Garipov |
| 2019-04-30 | internal/cpu: add detection for the new ECDSA and EDDSA capabilities on s390x | bill_ofarrell |
| 2019-02-28 | internal/cpu: change s390x API to match x/sys/cpu | Michael Munday |
| 2018-12-05 | crypto/elliptic: utilize faster z14 multiply/square instructions (when availa... | bill_ofarrell |
| 2018-11-14 | internal/cpu: move GODEBUGCPU options into GODEBUG | Martin Möhrmann |
| 2018-10-29 | internal/cpu: remove unused and not required ppc64(le) feature detection | Martin Möhrmann |
| 2018-10-24 | internal/cpu: add options and warnings for required cpu features | Martin Möhrmann |
| 2018-10-15 | internal/cpu: add invalid option warnings and support to enable cpu features | Martin Möhrmann |
| 2018-10-15 | internal/cpu: expose ARM feature flags for FMA | Akhil Indurti |
| 2018-10-12 | internal/cpu: use 'off' for disabling cpu capabilities instead of '0' | Martin Möhrmann |
| 2018-10-12 | internal/cpu: enable support for GODEBUGCPU in non-experimental builds | Martin Möhrmann |
| 2018-08-24 | runtime: replace sys.CacheLineSize by corresponding internal/cpu const and vars | Martin Möhrmann |
| 2018-08-24 | internal/cpu: add a CacheLinePadSize constant | Martin Möhrmann |