aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2020-09-03[release-branch.go1.15] cmd/compile, runtime: mark R12 clobbered for write ba...Cherry Zhang
2020-09-02[release-branch.go1.15] runtime: fix panic if newstack at runtime.acquireLock...chainhelen
2020-08-22[release-branch.go1.15] runtime: detect services in signal handlerJason A. Donenfeld
2020-08-21[release-branch.go1.15] cmd/compile: fix checkptr handling of &^Matthew Dempsky
2020-08-11[release-branch.go1.15] all: merge master into release-branch.go1.15Andrew
2020-08-02runtime/race: fix ppc64le buildKeith Randall
2020-08-01runtime/race: rebuild some .syso files to remove getauxval dependencyKeith Randall
2020-07-31runtime: validate candidate searchAddr in pageAlloc.findMichael Anthony Knyszek
2020-07-30runtime: hold sched.lock over globrunqputbatch in runqputbatchMichael Anthony Knyszek
2020-07-28runtime: ensure startm new M is consistently visible to checkdeadMichael Pratt
2020-07-25runtime, sync: add copyright headers to new filesIan Lance Taylor
2020-07-22runtime: don't mlock on Ubuntu 5.4 systemsIan Lance Taylor
2020-07-08crypto/x509/internal/macos: rename package to lowercaseFilippo Valsorda
2020-07-08runtime: mark OpenBSD raise function nosplitIan Lance Taylor
2020-06-27runtime: ensure arenaBaseOffset makes it into DWARF (for viewcore)Keith Randall
2020-06-26runtime: don't preempt if preemption is disabledCherry Zhang
2020-06-22runtime: fix comment about memequal implementation locationsCholerae Hu
2020-06-19runtime/trace: fix file name in exampleRodolfo Carvalho
2020-06-19runtime, syscall: use local cache for Setenv/Getenv in Plan 9Richard Miller
2020-06-19reflect: zero stack slots before writing to them with write barriersKeith Randall
2020-06-15runtime: set g to gsignal before adjustSignalStackCherry Zhang
2020-06-14runtime: avoid lock starvation in TestNetpollBreak on Plan 9Richard Miller
2020-06-12runtime: raise alert threshold on window smhasher testKeith Randall
2020-06-10runtime: fix typo in FuncForPC docgo1.15beta1Rodolfo Carvalho
2020-06-09runtime: fix typo in comment (object -> objects)Brad Fitzpatrick
2020-06-08all: avoid awkward wording from CL 236857Russ Cox
2020-06-08runtime: always mark span when marking an objectAustin Clements
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-06-05runtime: clarify wording/grammar on GODEBUG=invalidptrBrad Fitzpatrick
2020-06-04all: fix dead links to inferno-os bitbucket repositoryTobias Klauser
2020-06-03runtime: make runtime-gdb.py tolerant of creatively-named gdb versionsDavid Chase
2020-06-03runtime: repair gdb printing fix for 7.12, 8.{1,2,3}.1, 9.2David Chase
2020-06-03runtime: steal timers from running P'sIan Lance Taylor
2020-06-02runtime: repair slice, string, and channel printing in gdbDavid Chase
2020-06-02runtime: add three new partial orders for lock rankingDan Scales
2020-05-31runtime: fix race condition between timer and event handlerRichard Musiol
2020-05-29runtime: no SIGWINCH to pgrp while GDB is runningMichael Pratt
2020-05-27runtime: check gdb exit status and log outputMichael Pratt
2020-05-26runtime, time: gofmtTobias Klauser
2020-05-26runtime, syscall: correct openbsd/arm and openbsd/arm64 syscalls for OpenBSD 6.7Joel Sing
2020-05-21runtime: detect and report zombie slots during sweepingAustin Clements
2020-05-21runtime: disable preemption in startTemplateThreadMichael Pratt
2020-05-21runtime: synchronize StartTrace and StopTrace with sysmonMichael Anthony Knyszek
2020-05-21runtime: add a barrier after a new span is allocatedCherry Zhang
2020-05-20runtime: allocate fewer bytes during TestEINTRBryan C. Mills
2020-05-20runtime: don't use (addrRange).subtract in removeGreaterEqualMichael Anthony Knyszek
2020-05-18runtime: don't enable notes (=signals) too early in Plan 9Richard Miller
2020-05-14runtime: add a lock partial order edge (assistQueue -> mspanSpecial)Dan Scales
2020-05-14runtime: remove flaky "goroutine 2 bt" from gdb testJosh Bleecher Snyder
2020-05-14runtime: make maxOffAddr reflect the actual address space upper boundMichael Anthony Knyszek