aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2021-12-01[release-branch.go1.16] runtime: keep //go:cgo_unsafe_args arguments alive to...Jason A. Donenfeld
2021-10-28[release-branch.go1.16] runtime: consistently access pollDesc r/w Gs with ato...Michael Pratt
2021-09-15[release-branch.go1.16] runtime: in adjustTimers back up as far as necessaryIan Lance Taylor
2021-08-13[release-branch.go1.16] runtime: drop SIGPROF while in ARM < 7 kernel helpersMichael Pratt
2021-08-03[release-branch.go1.16] runtime: fix crash during VDSO calls on PowerPCDerek Parker
2021-08-02[release-branch.go1.16] cmd/compile: mark R16, R17 clobbered for non-standard...Cherry Zhang
2021-07-30[release-branch.go1.16] runtime: remove adjustTimers counterIan Lance Taylor
2021-07-22[release-branch.go1.16] runtime: don't clear timerModifiedEarliest if adjustT...Ian Lance Taylor
2021-05-05[release-branch.go1.16] runtime/pprof: skip tests for AIXClément Chigot
2021-05-04[release-branch.go1.16] syscall: syscall.AllThreadsSyscall signal handling fixesAndrew G. Morgan
2021-05-04[release-branch.go1.16] runtime: non-strict InlTreeIndex lookup in expandFina...Michael Pratt
2021-03-31[release-branch.go1.16] runtime: non-strict InlTreeIndex lookup in Frames.NextMichael Pratt
2021-03-12[release-branch.go1.16] runtime, time: disable preemption in addtimerMichael Pratt
2021-02-18[release-branch.go1.16] runtime/cgo: add cast in C code to avoid C compiler w...Ian Lance Taylor
2021-02-16runtime/metrics: update documentation to current interfaceBranden J Brown
2021-02-09runtime/metrics: fix a couple of documentation typposIan Lance Taylor
2021-02-08runtime/metrics: fix panic in readingAllMetric exampleChangkun Ou
2021-02-04runtime: fix typo in histogram.goIkko Ashimine
2021-01-29runtime: document pointer write atomicity for memclrNoHeapPointersCherry Zhang
2021-01-28runtime: correct syscall10/syscall10X on openbsd/amd64Joel Sing
2021-01-28runtime,syscall: convert syscall on openbsd/arm64 to libcJoel Sing
2021-01-27runtime: make sure to remove open-coded defer entries in all cases after a re...Dan Scales
2021-01-27runtime: block console ctrlhandler when the signal is handledNuno Cruces
2021-01-27runtime: switch runtime to libc for openbsd/arm64Joel Sing
2021-01-27runtime: convert openbsd/arm64 locking to libcJoel Sing
2021-01-26runtime,syscall: convert syscall on openbsd/amd64 to libcJoel Sing
2021-01-23runtime: restore cgo_import_dynamic for libc.so on openbsdJoel Sing
2021-01-22runtime: define dummy msanmoveCherry Zhang
2021-01-22runtime: check for g0 stack last in signal handlerCherry Zhang
2021-01-22runtime: switch runtime to libc for openbsd/amd64Joel Sing
2021-01-22runtime: remove pthread_kill/pthread_self for openbsdJoel Sing
2021-01-22runtime: fix typo in mgcscavenge.goIkko Ashimine
2021-01-21runtime: switch openbsd/arm64 to pthreadsJoel Sing
2021-01-20runtime: don't adjust timer pp field in timerWaiting statusIan Lance Taylor
2021-01-20runtime: convert openbsd/amd64 locking to libcJoel Sing
2021-01-19cmd/link,runtime: switch openbsd/amd64 to pthreadsJoel Sing
2021-01-19runtime: factor out usesLibcallJoel Sing
2021-01-19runtime: factor out mStackIsSystemAllocatedJoel Sing
2021-01-18runtime: free Windows event handles after last lock is droppedJason A. Donenfeld
2021-01-15runtime: detect errors in DuplicateHandleJason A. Donenfeld
2021-01-08runtime/metrics: mark histogram metrics as cumulativeMichael Anthony Knyszek
2021-01-08runtime/metrics: remove unused StopTheWorld Description fieldMichael Anthony Knyszek
2021-01-08runtime/metrics: change unit on *-by-size metrics to match bucket unitMichael Anthony Knyszek
2021-01-08runtime,runtime/metrics: use explicit histogram boundariesMichael Anthony Knyszek
2021-01-07runtime: check mips64 VDSO clock_gettime return codeMeng Zhuo
2021-01-06runtime/metrics: fix panic message for Float64HistogramMichael Anthony Knyszek
2021-01-05runtime: don't take allglock in tracebackothersMichael Pratt
2020-12-26runtime/cgo: fix Android build with NDK 22Elias Naur
2020-12-23runtime: shift timeHistogram buckets and allow negative durationsMichael Anthony Knyszek
2020-12-23runtime: fix allocs-by-size and frees-by-size bucketsMichael Anthony Knyszek