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_arm.s
Age
Commit message (
Expand
)
Author
2025-08-21
runtime: remove remaining windows/arm files and comments
qmuntal
2025-07-28
internal/runtime/syscall/windows: factor out code from runtime
qmuntal
2024-08-22
runtime: fix nanotime1 on windows/arm
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-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-05-18
all: fix spelling
John Bampton
2021-11-03
runtime: on windows, read nanotime with one instruction or issue barrier
Jason A. Donenfeld
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: add windows/arm64 cgo-linking code
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-29
runtime: fix some typos
徐志伟
2021-03-19
runtime: mark Windows' address-taken asm routines as ABIInternal
Michael Anthony Knyszek
2021-02-23
runtime: fix usleep on windows/arm
Russ Cox
2021-02-23
runtime: fix windows/arm signal handling assembly
Russ Cox
2021-02-19
runtime: convert windows/arm64 assembly
Russ Cox
2021-02-19
runtime: fix windows/arm externalthreadhandler
Russ Cox
2021-02-19
runtime: fix time on windows/arm under WINE
Russ Cox
2021-02-19
runtime: find g in Windows profiler using SP
Russ Cox
2021-02-19
runtime: use TOPFRAME to identify top-of-frame functions
Russ Cox
2021-02-19
runtime: unify asmcgocall and systemstack traceback setup
Russ Cox
2021-02-19
runtime: delete windows setlasterror (unused)
Russ Cox
2021-02-19
runtime: clean up system calls during cgo callback init
Russ Cox
2020-11-19
runtime: support new callbackasm1 calling convention on windows/arm
Jason A. Donenfeld
2020-10-26
runtime,cmd/cgo: simplify C -> Go call path
Austin Clements
2020-10-18
runtime: use CreateWaitableTimerEx to implement usleep
Alex Brainman
2019-09-04
runtime: wrap nanotime, walltime, and write
Austin Clements
2019-09-02
Revert "runtime: remove slow time compatibility hacks for wine"
Daniel Martí
2019-08-29
runtime: remove slow time compatibility hacks for wine
Jason A. Donenfeld
2019-05-09
runtime, crypto/x509: fix vet complaints for all windows
Russ Cox
2018-12-19
Revert "runtime: use QPC for nanotime and time.now on windows/arm"
Jordan Rhee
2018-12-18
runtime: use QPC for nanotime and time.now on windows/arm
go1.12beta1
Jordan Rhee
2018-12-12
runtime: fix profiling on windows/ARM
Jordan Rhee
2018-11-02
runtime, time: refactor startNano handling
Dmitry Vyukov
2018-09-18
runtime: support windows/arm
Jordan Rhee