aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2021-05-14runtime: mark osyield nosplit on OpenBSDCherry Mui
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-05-12runtime/internal/atomic: add LSE atomics instructions to arm64Jonathan Swinney
2021-05-12runtime: fix handling of SPWRITE functions in tracebackRuss Cox
2021-05-12runtime: fix typo in proc.goGuilherme Souza
2021-05-11runtime: hold sched.lock across atomic pidleget/pidleputMichael Pratt
2021-05-11runtime,syscall: simplify openbsd related build tagsJoel Sing
2021-05-10runtime/cgo,cmd/internal/obj/ppc64: fix signals with cgoLynn Boger
2021-05-10net, runtime: drop macOS 10.12 skip conditions in testsTobias Klauser
2021-05-10cmd/compile,reflect: allow longer type namesKeith Randall
2021-05-09runtime: skip TestCrashDumpsAllThreads on openbsd/armJoel Sing
2021-05-09runtime,syscall: convert syscall on openbsd/arm to libcJoel Sing
2021-05-09runtime: switch runtime to libc for openbsd/armJoel Sing
2021-05-09runtime: switch openbsd/arm locking to libcJoel Sing
2021-05-09runtime: switch openbsd/arm to pthreadsJoel Sing
2021-05-06runtime: call unlockOSThread directly in Windows syscall functionsCherry Mui
2021-05-06runtime: gofmt proc_test.gosivchari
2021-05-05runtime: implement runqdrain() for GC mark worker goroutinesAndy Pan
2021-05-05runtime: remove redundant save_g call in mcall for armJoel Sing
2021-05-04runtime: abort when receiving a signal on a non-Go thread on WindowsMichael Anthony Knyszek
2021-05-03cmd/compile: fix possible nil deref added in CL 270943David Chase
2021-05-03cmd/compile: add edge from lock rank edge from forceGC to traceStackTabDan Scales
2021-05-02cmd/compile: implement unsafe.Add and unsafe.SliceMatthew Dempsky
2021-04-30runtime,syscall: convert syscall on openbsd/386 to libcJoel Sing
2021-04-30runtime: switch runtime to libc for openbsd/386Joel Sing
2021-04-30runtime: break up large calls to memclrNoHeapPointers to allow preemptionDavid Chase
2021-04-30runtime: work around vet asmdecl checks for openbsd/386 mstart_stubJoel Sing
2021-04-30runtime: switch openbsd/386 locking to libcJoel Sing
2021-04-30runtime: switch openbsd/386 to pthreadsJoel Sing
2021-04-30cmd/compile, runtime: emit only GC data for stack objectsCherry Zhang
2021-04-29runtime/metrics: add additional allocation metricsMichael Anthony Knyszek
2021-04-29runtime: top align tinyallocs in race modeKeith Randall
2021-04-29runtime: use 4 MiB heap arenas on iOSMichael Anthony Knyszek
2021-04-29runtime: remove linux-amd64 walltime functionIan Lance Taylor
2021-04-29runtime: rename walltime1 to walltimeIan Lance Taylor
2021-04-29runtime: remove walltime functionIan Lance Taylor
2021-04-29runtime: implement time.now in assembly for linux-amd64Ian Lance Taylor
2021-04-28runtime: use a single definition of time_now for faketimeIan Lance Taylor
2021-04-28runtime: move Windows time.now implementations into separate filesIan Lance Taylor
2021-04-28runtime: consolidate Windows time constants into single copyIan Lance Taylor
2021-04-28cmd/dist,runtime: support cgo on openbsd/mips64Joel Sing
2021-04-27runtime/pprof: fix block profile biasFelix Geisendörfer
2021-04-27runtime/metrics: add tiny allocs metricMichael Anthony Knyszek
2021-04-27runtime: replace --buildmode with -buildmode in testsAlex Brainman
2021-04-27runtime: add missing import "C" in TestLibraryCtrlHandlerAlex Brainman
2021-04-26runtime: use abi.FuncPCABI0 for libc syscall wrappersCherry Zhang
2021-04-26runtime: fix offset in commentCherry Zhang
2021-04-26runtime: fix scavenge min fraction constant floor divisionMichael Anthony Knyszek
2021-04-23runtime: simplify TestSelectStackAdjustMichael Anthony Knyszek
2021-04-23runtime/testdata: fix testprogcgo for windows/arm64Russ Cox