index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
asm_amd64.s
Age
Commit message (
Expand
)
Author
2026-01-30
runtime: align end of systemstack_switch prologue on amd64 for consistency wi...
Vasily Leonenko
2026-01-27
runtime: rename aeshashbody to runtime.aeshashbody
Michael Pratt
2025-12-08
[dev.simd] cmd/compile: zero only low 128-bit of X15
Cherry Mui
2025-11-26
runtime/secret: implement new secret package
Daniel Morsing
2025-11-26
cmd/compile, runtime: guard X15 zeroing with GOEXPERIMENT=simd
Cherry Mui
2025-11-20
[dev.simd] all: merge master (ca37d24) into dev.simd
Cherry Mui
2025-11-17
runtime: clear frame pointer at thread entry points
Nick Ripley
2025-11-13
[dev.simd] all: merge master (57362e9) into dev.simd
Cherry Mui
2025-10-20
runtime: make procyieldAsm no longer loop infinitely if passed 0
Michael Anthony Knyszek
2025-10-20
runtime: wrap procyield assembly and check for 0
Michael Anthony Knyszek
2025-10-03
[dev.simd] all: merge master (adce7f1) into dev.simd
Cherry Mui
2025-09-25
runtime: use common library entry point on windows amd64/386
qmuntal
2025-08-22
[dev.simd] cmd/compile: ensure the whole X15 register is zeroed
Cherry Mui
2025-07-24
cmd/compile: move amd64 and 386 over to new bounds check strategy
Keith Randall
2025-05-02
runtime: clear frame pointer in morestack
Michael Pratt
2025-05-02
runtime: clear frame pointer in mcall
Michael Pratt
2025-03-11
cmd/compile, runtime: remove plan9 special case avoiding SSE
Russ Cox
2025-02-26
runtime: remove ret field from gobuf
Keith Randall
2025-02-25
cmd/compile, runtime: use PC of deferreturn for panic transfer
David Chase
2024-05-11
runtime: add runtime.debugPinnerV1
Alessandro Arzilli
2024-04-25
runtime: fix mcall unwinding on Windows
qmuntal
2023-11-17
runtime: optimize aeshashbody with PCALIGN in amd64
Max Riveiro
2023-11-15
internal/cpu: detect support of AVX512
Achille Roussel
2023-10-26
runtime: print a stack trace at "morestack on g0"
Cherry Mui
2023-10-05
runtime: support SetUnhandledExceptionFilter on Windows
qmuntal
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-06-10
runtime: fix typos
Jes Cok
2023-05-22
runtime: rename getcallerfp to getfp
Felix Geisendörfer
2023-05-17
runtime/cgo: store M for C-created thread in pthread key
Cherry Mui
2023-05-11
Revert "runtime: rename getcallerfp to getfp"
Michael Pratt
2023-05-11
runtime: rename getcallerfp to getfp
Felix Geisendörfer
2023-05-05
Revert "runtime/cgo: store M for C-created thread in pthread key"
Chressie Himpel
2023-04-26
runtime/cgo: store M for C-created thread in pthread key
Michael Pratt
2023-04-21
runtime: tidy _Stack* constant naming
Austin Clements
2023-04-20
Revert "runtime: tidy _Stack* constant naming"
Austin Clements
2023-04-20
runtime: tidy _Stack* constant naming
Austin Clements
2023-04-17
Revert "runtime/cgo: store M for C-created thread in pthread key"
Michael Pratt
2023-04-03
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-03-31
Revert "runtime/cgo: store M for C-created thread in pthread key"
Cherry Mui
2023-03-30
runtime/trace: enable frame pointer unwinding on amd64
Felix Geisendörfer
2023-03-30
runtime: fix frame pointer loop on amd64
Felix Geisendörfer
2023-03-24
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-03-13
runtime: remove NOFRAME from asmcgocall, systemstack and mcall
qmuntal
2023-02-24
cmd/compile: batch write barrier calls
Keith Randall
2023-02-17
cmd/compile: move raw writes out of write barrier code
Keith Randall
2023-02-17
runtime: remove the restriction that write barrier ptrs come in pairs
Keith Randall
2023-02-08
runtime: correct typos
Oleksandr Redko
2023-01-25
runtime: mark amd64 runtime·rt0_go as NOFRAME
qmuntal
2023-01-24
runtime: use explicit NOFRAME on windows/amd64
qmuntal
2023-01-24
runtime: switch AMD64's publicationBarrier to ABIInternal
Jakub Ciolek
[next]