| Age | Commit message (Expand) | Author |
| 2018-10-31 | internal/cpu, runtime: add CPU feature detection support for AIX | Clément Chigot |
| 2018-10-29 | internal/cpu: remove unused and not required ppc64(le) feature detection | Martin Möhrmann |
| 2018-10-28 | internal/cpu: replace arch dependent with generic minimal feature test | 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 |
| 2018-08-24 | runtime: move arm hardware division support detection to internal/cpu | Martin Möhrmann |
| 2018-08-21 | runtime: don't use linkname to refer to internal/cpu | Ian Lance Taylor |
| 2018-08-20 | internal/cpu: add and use cpu.CacheLinePad for padding structs | Martin Möhrmann |
| 2018-08-20 | internal/cpu: make all constants for s390x feature detection typed | Martin Möhrmann |
| 2018-08-20 | internal/cpu: remove parentheses from arm64 feature constants | Martin Möhrmann |
| 2018-06-11 | crypto, internal/cpu: fix s390x AES feature detection and update SHA implemen... | Michael Munday |
| 2018-06-07 | internal/cpu: convert CRLF to LF line ending, and some superfulous space | Zhou Peng |
| 2018-05-26 | cmd/compile,go/build,internal/cpu: gofmt | Elias Naur |
| 2018-05-23 | crypto/{aes,internal/cipherhw,tls}: use common internal/cpu in place of cipherhw | Anit Gandhi |
| 2018-05-22 | internal/cpu: fix test build on ppc64 | Martin Möhrmann |
| 2018-05-22 | internal/cpu: add experiment to disable CPU features with GODEBUGCPU | Martin Möhrmann |
| 2018-05-08 | runtime: add js/wasm architecture | Richard Musiol |
| 2018-05-01 | internal/cpu: remove platform specific prefix from cpu hwcap variables | Martin Möhrmann |
| 2018-04-25 | internal/cpu: remove redundant build tag | Martin Möhrmann |
| 2018-04-10 | internal/cpu: align capability definitions for x86 with other architectures | Martin Möhrmann |
| 2018-04-10 | internal/cpu,runtime: call cpu.initialize before alginit | Meng Zhuo |
| 2018-04-08 | internal/cpu: skip arm64 feature test on unsupported GOOS | Meng Zhuo |
| 2018-03-31 | internal/cpu: update arm64 cpu features | Meng Zhuo |
| 2018-03-02 | internal/bytealg: move IndexByte asssembly to the new bytealg package | Keith Randall |
| 2018-02-14 | internal/cpu: make arm64 capability bits naming less verbose | Martin Möhrmann |
| 2017-11-14 | internal/cpu: detect cpu features in internal/cpu package | Fangming.Fang |
| 2017-11-14 | internal/cpu: fix arm64 build | Brad Fitzpatrick |
| 2017-11-02 | cmd/internal/obj/x86: add ADX extension | Ilya Tocar |
| 2017-09-11 | internal/cpu: add support for x86 FMA cpu feature detection | Martin Möhrmann |
| 2017-08-23 | all: fix easy-to-miss typos | Agniva De Sarker |
| 2017-08-14 | runtime, internal/cpu: CPU capabilities detection for ppc64x | Carlos Eduardo Seo |
| 2017-08-08 | runtime, internal/cpu: change cache line size for arm64 to 64 bytes | Martin Möhrmann |
| 2017-08-08 | internal/cpu: fix style nit in variable name | Martin Möhrmann |
| 2017-05-10 | internal/cpu: new package to detect cpu features | Martin Möhrmann |