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
/
sys_windows_arm64.s
Age
Commit message (
Expand
)
Author
2025-07-28
internal/runtime/syscall/windows: factor out code from runtime
qmuntal
2023-09-21
runtime: implement usleep in Go instead of assembly on Windows
qmuntal
2023-09-20
runtime: implement osyield in Go instead of assembly on Windows
qmuntal
2023-09-07
runtime: remove slow time compatibility hacks for wine
qmuntal
2023-04-25
runtime: fallback to TEB arbitrary pointer when TLS slots are full
qmuntal
2023-03-13
runtime: implement high resolution timer on windows arm/arm64
qmuntal
2023-03-01
runtime: remove unnecessary NOFRAME flags on windows
qmuntal
2023-01-25
runtime: delete unused cbctxts variable on windows assembly
qmuntal
2023-01-24
runtime: remove unused badsignal2 on windows
qmuntal
2023-01-24
runtime: factor out windows sigtramp
qmuntal
2022-10-19
runtime: ignore exceptions from non-Go threads on windows arm/arm64
qmuntal
2022-10-12
runtime: fix invalid pointer in windows/arm64 badsignal2
Bill Zissimopoulos
2022-05-18
all: fix spelling
John Bampton
2022-03-30
runtime: unify C->Go ABI transitions on arm64
eric fang
2021-11-03
runtime: on windows, read nanotime with one instruction or issue barrier
Jason A. Donenfeld
2021-06-03
[dev.typeparams] runtime: use ABIInternal callbackWrap in callbackasm1 on ARM64
Cherry Mui
2021-05-21
[dev.typeparams] runtime: use ABI0 handler addresses on Windows/ARM64
Cherry Mui
2021-05-21
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...
Cherry Mui
2021-05-04
runtime: abort when receiving a signal on a non-Go thread on Windows
Michael Anthony Knyszek
2021-04-28
runtime: move Windows time.now implementations into separate files
Ian Lance Taylor
2021-04-28
runtime: consolidate Windows time constants into single copy
Ian Lance Taylor
2021-04-23
runtime: fix windows/arm64 callbackasm1 for frame pointer hack
Russ Cox
2021-04-13
runtime: eliminate externalthreadhandler
Austin Clements
2021-04-13
runtime: use newm for profileloop
Austin Clements
2021-04-13
runtime: use compileCallback for ctrlhandler
Austin Clements
2021-04-12
runtime: replace outdated documentation link in Windows' nanotime
Paschalis Tsilias
2021-03-22
runtime: fix bogus NtCurrentTeb()->TlsSlots[n] calculation on windows/arm64
Jason A. Donenfeld
2021-03-19
runtime: mark Windows' address-taken asm routines as ABIInternal
Michael Anthony Knyszek
2021-02-19
runtime: convert windows/arm64 assembly
Russ Cox
2021-02-19
runtime: initial windows/arm64 implementation files
Russ Cox