aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2019-12-16runtime: do not use PowerRegisterSuspendResumeNotification on systems with "p...Jason A. Donenfeld
2019-12-13runtime: fix off-by-1 error on address rangesCherry Zhang
2019-12-12runtime: force segv for nil defer function to be in deferreturn()Dan Scales
2019-12-11runtime: use inUse ranges to map in summary memory only as neededMichael Anthony Knyszek
2019-12-11runtime: track ranges of address space which are owned by the heapMichael Anthony Knyszek
2019-12-11runtime: syscall_forkx on Solaris can return error on successAndrew Stormont
2019-12-10runtime: use MRS instruction to read system registers on freebsd/arm64Tobias Klauser
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
2019-12-09runtime: use mprotect in sysMap for aix/ppc64Clément Chigot
2019-12-09runtime/race: correct typo s/is/inMuhammad Falak R Wani
2019-12-09runtime: suggest more kernel options for mlock failureMark Pulford
2019-12-09runtime: mlock top of signal stack on both amd64 and 386Austin Clements
2019-12-06runtime: give useful failure message on mlock failureAustin Clements
2019-12-06runtime: add Gosched to TestSelectStackAdjust loopIan Lance Taylor
2019-12-06cmd/compile: mark empty block preemptibleCherry Zhang
2019-12-05runtime: remove comment about gcCopySpans()Johan Jansson
2019-12-05runtime: mlock top of signal stack on Linux 5.2–5.4.1Austin Clements
2019-12-05runtime: add a simple version number parserAustin Clements
2019-12-03runtime: convert page allocator bitmap to sparse arrayMichael Anthony Knyszek
2019-12-03runtime: treat call from runtime as transient in TestDebugCallIan Lance Taylor
2019-12-02runtime: use current P's race context in timer codeIan Lance Taylor
2019-11-28runtime: on plan9 don't return substitute address for sysReserveRichard Miller
2019-11-27runtime: ready scavenger without nextMichael Anthony Knyszek
2019-11-27runtime: reset scavenge address in scavengeAllMichael Anthony Knyszek
2019-11-27runtime: print more information on stack overflowCherry Zhang
2019-11-27cmd/internal/obj, runtime: use register map to mark unsafe pointsCherry Zhang
2019-11-26runtime: disable async preemption on darwin/arm(64) if no cgoCherry Zhang
2019-11-25runtime: add go:nosplit to cgo_mmap.go:mmap() and sys_darwin.go:mmap()Dan Scales
2019-11-23syscall/js: handle interleaved functions correctlyRichard Musiol
2019-11-22runtime: release worldsema before Gosched in STW GC modeMichael Anthony Knyszek
2019-11-22runtime: increase TestPhysicalMemoryUtilization thresholdMichael Anthony Knyszek
2019-11-22runtime/pprof: avoid crash due to truncated stack tracesHana Kim
2019-11-21runtime: relax TestAsyncPreemptCherry Zhang
2019-11-20runtime: support preemption on windows/{386,amd64}Austin Clements
2019-11-20runtime: ensure thread handle is valid in profileloop1Austin Clements
2019-11-20runtime: move m.thread to mOSAustin Clements
2019-11-20runtime: disable GDB tests on AIX with -shortClément Chigot
2019-11-19runtime, time: remove old timer codeIan Lance Taylor
2019-11-19runtime: release timersLock while running timerIan Lance Taylor
2019-11-18runtime: always use Go signal stack in non-cgo programCherry Zhang
2019-11-18runtime: remove stray errno check from TestSignalMTom Thorogood
2019-11-16runtime: add arenaBaseOffset on aix/ppc64Clément Chigot
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-11-15runtime: check summary before scavenging in fast pathMichael Anthony Knyszek
2019-11-15runtime: crash if a signal is received with bad G and no extra MCherry Zhang
2019-11-14runtime/pprof: fix the inlined frame merge logicHana Kim
2019-11-13runtime: acquire timersLocks around moveTimersIan Lance Taylor
2019-11-13runtime: fix typo in deferprocStack's commentsZYunH
2019-11-12runtime: enable async preemption on darwin/arm64Cherry Zhang
2019-11-12runtime: consistently seed fastrand state across archsCarlo Alberto Ferraris