summaryrefslogtreecommitdiff
path: root/src/runtime
Commit message (Expand)AuthorAgeFilesLines
* internal/poll, runtime: handle netpollopen error in poll_runtime_pollOpenTobias Klauser2021-03-021-3/+6
* runtime: use entersyscall in syscall_syscallX on DarwinCherry Zhang2021-03-011-1/+1
* runtime: use pipe2 for nonblockingPipe on dragonflyTobias Klauser2021-02-258-10/+37
* runtime: batch moving gFree list between local p and global schedtAndy Pan2021-02-251-9/+25
* runtime: subtract one from ip when determining abortJason A. Donenfeld2021-02-251-2/+3
* runtime: remove unused const stackSystem on dragonflyTobias Klauser2021-02-241-2/+0
* docs: fix spellingJohn Bampton2021-02-244-5/+5
* testing/race: fixing intermittent test failureDaniel S. Fava2021-02-231-1/+8
* runtime: reset stack poison flag accidentally setDavid Chase2021-02-231-1/+1
* runtime: use BX instead of R15 in race detectorKeith Randall2021-02-231-5/+5
* runtime: save R15 before checking AVX stateKeith Randall2021-02-232-11/+18
* runtime: clarify GC fractional mode descriptionzhengjianxun2021-02-231-3/+5
* runtime: fix usleep on windows/armRuss Cox2021-02-231-2/+1
* cmd/compile: add AMD64 parameter register defs, Arg ops, plumb to ssa.ConfigDavid Chase2021-02-231-1/+1
* runtime: optimize the memory padding in p structAndy Pan2021-02-231-2/+2
* runtime/cgo: use correct lean and mean macroJason A. Donenfeld2021-02-232-2/+2
* runtime: enable race detector on openbsd/amd64Joel Sing2021-02-233-2/+3
* runtime: fix windows/arm signal handling assemblyRuss Cox2021-02-231-0/+5
* cmd/compile: simplify assert{E,I}2I{,2} calling conventionsCuong Manh Le2021-02-232-21/+11
* cmd/compile,runtime: make selectnbrecv return two valuesCuong Manh Le2021-02-231-27/+3
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-20222-76/+249
* runtime/pprof: disable TestMorestack on darwin/arm64Russ Cox2021-02-201-0/+5
* runtime: ignore SPWRITE in syscall functionsRuss Cox2021-02-191-0/+6
* runtime/pprof: disable TestMorestack on macOS under race detectorRuss Cox2021-02-191-11/+14
* runtime: fix spurious stack overflow detectionRuss Cox2021-02-199-9/+9
* runtime: fix invalid nil g check for for mips64xMeng Zhuo2021-02-191-2/+2
* runtime/pprof: expect tests to pass on macOSRuss Cox2021-02-191-1/+1
* runtime: delete gosave (dead code)Russ Cox2021-02-195-4/+5
* runtime: convert windows/arm64 assemblyRuss Cox2021-02-1912-421/+441
* runtime: initial windows/arm64 implementation filesRuss Cox2021-02-194-0/+697
* runtime: generate windows/arm64 callback asmRuss Cox2021-02-193-2/+4043
* runtime: enable framepointer on all arm64Russ Cox2021-02-192-2/+17
* runtime: clean up windows a bitRuss Cox2021-02-193-12/+16
* runtime: fix windows/arm externalthreadhandlerRuss Cox2021-02-191-3/+4
* runtime: fix time on windows/arm under WINERuss Cox2021-02-191-5/+3
* runtime: crash earlier on windows for runtime.abortRuss Cox2021-02-191-21/+24
* runtime: print hex numbers with hex prefixes in traceback debugRuss Cox2021-02-191-18/+8
* runtime: fix windows/arm CONTEXT_CONTROLRuss Cox2021-02-192-5/+7
* runtime: factor common code out of defs_windows_*.goRuss Cox2021-02-195-303/+78
* runtime: find g in Windows profiler using SPRuss Cox2021-02-192-45/+11
* runtime: do not treat asmcgocall as a topofstack on g0Russ Cox2021-02-191-12/+1
* runtime: do not treat morestack as a topofstackRuss Cox2021-02-191-1/+0
* runtime: do not treat mcall as a topofstackRuss Cox2021-02-192-1/+14
* runtime: use TOPFRAME to identify top-of-frame functionsRuss Cox2021-02-1915-22/+62
* runtime: use FuncInfo SPWRITE flag to identify untraceable profile samplesRuss Cox2021-02-194-127/+42
* cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox2021-02-192-4/+14
* runtime: remove unnecessary writes to gp.sched.gRuss Cox2021-02-1911-57/+78
* runtime: unify asmcgocall and systemstack traceback setupRuss Cox2021-02-1912-179/+136
* runtime: clean up funcID assignmentRuss Cox2021-02-191-13/+13
* runtime: handle nil gp in cpuprofRuss Cox2021-02-191-1/+10