aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_windows_arm.s
AgeCommit message (Expand)Author
2025-08-21runtime: remove remaining windows/arm files and commentsqmuntal
2025-07-28internal/runtime/syscall/windows: factor out code from runtimeqmuntal
2024-08-22runtime: fix nanotime1 on windows/armqmuntal
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-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-05-18all: fix spellingJohn Bampton
2021-11-03runtime: on windows, read nanotime with one instruction or issue barrierJason A. Donenfeld
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: add windows/arm64 cgo-linking codeRuss 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-29runtime: fix some typos徐志伟
2021-03-19runtime: mark Windows' address-taken asm routines as ABIInternalMichael Anthony Knyszek
2021-02-23runtime: fix usleep on windows/armRuss Cox
2021-02-23runtime: fix windows/arm signal handling assemblyRuss Cox
2021-02-19runtime: convert windows/arm64 assemblyRuss Cox
2021-02-19runtime: fix windows/arm externalthreadhandlerRuss Cox
2021-02-19runtime: fix time on windows/arm under WINERuss Cox
2021-02-19runtime: find g in Windows profiler using SPRuss Cox
2021-02-19runtime: use TOPFRAME to identify top-of-frame functionsRuss Cox
2021-02-19runtime: unify asmcgocall and systemstack traceback setupRuss Cox
2021-02-19runtime: delete windows setlasterror (unused)Russ Cox
2021-02-19runtime: clean up system calls during cgo callback initRuss Cox
2020-11-19runtime: support new callbackasm1 calling convention on windows/armJason A. Donenfeld
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-18runtime: use CreateWaitableTimerEx to implement usleepAlex Brainman
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2019-09-02Revert "runtime: remove slow time compatibility hacks for wine"Daniel Martí
2019-08-29runtime: remove slow time compatibility hacks for wineJason A. Donenfeld
2019-05-09runtime, crypto/x509: fix vet complaints for all windowsRuss Cox
2018-12-19Revert "runtime: use QPC for nanotime and time.now on windows/arm"Jordan Rhee
2018-12-18runtime: use QPC for nanotime and time.now on windows/armgo1.12beta1Jordan Rhee
2018-12-12runtime: fix profiling on windows/ARMJordan Rhee
2018-11-02runtime, time: refactor startNano handlingDmitry Vyukov
2018-09-18runtime: support windows/armJordan Rhee