aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_windows_arm64.s
AgeCommit message (Expand)Author
2025-07-28internal/runtime/syscall/windows: factor out code from runtimeqmuntal
2023-09-21runtime: implement usleep in Go instead of assembly on Windowsqmuntal
2023-09-20runtime: implement osyield in Go instead of assembly on Windowsqmuntal
2023-09-07runtime: remove slow time compatibility hacks for wineqmuntal
2023-04-25runtime: fallback to TEB arbitrary pointer when TLS slots are fullqmuntal
2023-03-13runtime: implement high resolution timer on windows arm/arm64qmuntal
2023-03-01runtime: remove unnecessary NOFRAME flags on windowsqmuntal
2023-01-25runtime: delete unused cbctxts variable on windows assemblyqmuntal
2023-01-24runtime: remove unused badsignal2 on windowsqmuntal
2023-01-24runtime: factor out windows sigtrampqmuntal
2022-10-19runtime: ignore exceptions from non-Go threads on windows arm/arm64qmuntal
2022-10-12runtime: fix invalid pointer in windows/arm64 badsignal2Bill Zissimopoulos
2022-05-18all: fix spellingJohn Bampton
2022-03-30runtime: unify C->Go ABI transitions on arm64eric fang
2021-11-03runtime: on windows, read nanotime with one instruction or issue barrierJason A. Donenfeld
2021-06-03[dev.typeparams] runtime: use ABIInternal callbackWrap in callbackasm1 on ARM64Cherry Mui
2021-05-21[dev.typeparams] runtime: use ABI0 handler addresses on Windows/ARM64Cherry Mui
2021-05-21[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...Cherry Mui
2021-05-04runtime: abort when receiving a signal on a non-Go thread on WindowsMichael Anthony Knyszek
2021-04-28runtime: move Windows time.now implementations into separate filesIan Lance Taylor
2021-04-28runtime: consolidate Windows time constants into single copyIan Lance Taylor
2021-04-23runtime: fix windows/arm64 callbackasm1 for frame pointer hackRuss Cox
2021-04-13runtime: eliminate externalthreadhandlerAustin Clements
2021-04-13runtime: use newm for profileloopAustin Clements
2021-04-13runtime: use compileCallback for ctrlhandlerAustin Clements
2021-04-12runtime: replace outdated documentation link in Windows' nanotimePaschalis Tsilias
2021-03-22runtime: fix bogus NtCurrentTeb()->TlsSlots[n] calculation on windows/arm64Jason A. Donenfeld
2021-03-19runtime: mark Windows' address-taken asm routines as ABIInternalMichael Anthony Knyszek
2021-02-19runtime: convert windows/arm64 assemblyRuss Cox
2021-02-19runtime: initial windows/arm64 implementation filesRuss Cox