aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2023-06-20runtime/trace: add godoc linksOlivier Mengué
2023-06-16runtime: use 1-byte load for address checking in racecallatomicCherry Mui
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-13all: fix mismatched symbolscui fliter
2023-06-13runtime: Use doas -n in TestSUID on OpenBSDJosh Rickmar
2023-06-13runtime/trace: disable frame pointer unwinding on plan9Philip Silva
2023-06-10runtime: fix typosJes Cok
2023-06-08runtime: apply looser bound to /gc/heap/live:bytes in testMichael Anthony Knyszek
2023-06-06runtime: make GODEBUG=dontfreezetheworld=1 saferMichael Pratt
2023-06-06runtime: implement SUID/SGID protectionsRoland Shoemaker
2023-06-06runtime: skip TestCrashDumpsAllThreads with mayMoreStackPreemptAustin Clements
2023-06-05runtime: skip another GDB "no such process" caseMichael Pratt
2023-06-05runtime: add debugger hook for fatal signalsAlessandro Arzilli
2023-06-05runtime: move Segv and TgkillSegv to testprogCherry Mui
2023-06-01runtime: update skips for TestGdbBacktraceMichael Pratt
2023-06-01runtime: only increment extraMInUse when actually in useMichael Pratt
2023-05-31runtime: preserve R29 in the write barrier flush path on ppc64David Chase
2023-05-31runtime: fix alignment code in memmove_riscv64.sMark Ryan
2023-05-31runtime: fix race in BenchmarkSetType* benchmarksMichael Anthony Knyszek
2023-05-31runtime: make TestCPUMetricsSleep even more lenientMichael Anthony Knyszek
2023-05-30runtime: clarify Pinner docJonathan Amsterdam
2023-05-26syscall: implement wasip1 FcntlChris O'Hara
2023-05-26runtime: delete a very stale commentAustin Clements
2023-05-25runtime: change heapObjectsCanMove to a funcRuss Cox
2023-05-25all: fix buildall.bashRuss Cox
2023-05-25runtime: add heapObjectsCanMoveRuss Cox
2023-05-25net: implement wasip1 FileListener and FileConnChris O'Hara
2023-05-25runtime: implement wasip1 netpollChris O'Hara
2023-05-24cmd/go/internal/cache: use internal/godebug for three GODEBUGsBrad Fitzpatrick
2023-05-24runtime: fix alignment code in memclr_riscv64.sMark Ryan
2023-05-24runtime: ensure consistency of /gc/scan/*Michael Anthony Knyszek
2023-05-24runtime: cache inner pinner on PMichael Anthony Knyszek
2023-05-24runtime: move pinned object out of inner loop for benchmarksMichael Anthony Knyszek
2023-05-24runtime: skip TestCPUMetricsSleep as flakyMichael Anthony Knyszek
2023-05-24maps,runtime: improve maps.Valuescuiweixie
2023-05-24runtime: pad work.full and pad.empty to avoid false sharingLi
2023-05-23runtime: move pinner variable into inner loop for benchmarksMichael Anthony Knyszek
2023-05-23runtime: remove unused _F_{GET,SET}FL constants on solaris and openbsdTobias Klauser
2023-05-23runtime/metrics: refactor CPU stats accumulationMichael Anthony Knyszek
2023-05-23runtime: fix usage of stale "now" value for netpolling MsMichael Anthony Knyszek
2023-05-23runtime/metrics: add /gc/scan/total:bytesFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/scan/heap:bytesFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/scan/globals:bytesFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/scan/stack:bytesFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/gogc:percentFelix Geisendörfer
2023-05-23runtime/metrics: add /gc/gomemlimit:bytesFelix Geisendörfer
2023-05-23runtime: symbolize wrappers as a last resort in race tracebacksAustin Clements
2023-05-23runtime/metrics: add /gc/heap/live:bytesFelix Geisendörfer
2023-05-23cmd/compile: implement min/max builtinsMatthew Dempsky
2023-05-23runtime: add partial lock order between mspanSpecial and gcBitsArenasMichael Anthony Knyszek