aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2022-08-01[dev.boringcrypto.go1.17] all: merge go1.17.13 into dev.boringcrypto.go1.17dev.boringcrypto.go1.17Dmitri Shuralyov
2022-07-25[release-branch.go1.17] runtime: clear timerModifiedEarliest when last timer ...Michael Pratt
2022-07-22[release-branch.go1.17] runtime: use saved LR when unwinding through morestackCherry Mui
2022-07-13[dev.boringcrypto.go1.17] all: merge go1.17.12 into dev.boringcrypto.go1.17Michael Anthony Knyszek
2022-07-06[release-branch.go1.17] runtime: add race annotations to cbs.lockMichael Pratt
2022-07-06[release-branch.go1.17] runtime: add race annotations to metricsSemaMichael Pratt
2022-07-06[release-branch.go1.17] runtime: store consistent total allocation stats as u...Michael Anthony Knyszek
2022-06-01[dev.boringcrypto.go1.17] all: merge go1.17.11 into dev.boringcrypto.go1.17Dmitri Shuralyov
2022-05-25[release-branch.go1.17] runtime: skip TestGdbBacktrace flakes matching a know...Bryan C. Mills
2022-05-18[release-branch.go1.17] runtime: mark TestGcSys as flakyMatthew Dempsky
2022-05-10[dev.boringcrypto.go1.17] all: merge go1.17.10 into dev.boringcrypto.go1.17Heschi Kreinick
2022-05-06[release-branch.go1.17] runtime: don't block preemption signal in new M's or ...Ian Lance Taylor
2022-04-13[dev.boringcrypto.go1.17] all: merge go1.17.9 into dev.boringcrypto.go1.17Dmitri Shuralyov
2022-03-28[release-branch.go1.17] runtime: fix net poll racesRuss Cox
2022-03-28[release-branch.go1.17] runtime: call testenv.MustHaveCGO in a couple of testsIan Lance Taylor
2022-03-14[release-branch.go1.17] runtime: count spill slot for frame size at finalizer...Cherry Mui
2022-03-07[dev.boringcrypto.go1.17] all: merge go1.17.8 into dev.boringcrypto.go1.17Carlos Amedee
2022-02-18[release-branch.go1.17] runtime: simplify histogram buckets considerablyMichael Anthony Knyszek
2022-02-11[dev.boringcrypto.go1.17] all: merge go1.17.7 into dev.boringcrypto.go1.17Cherry Mui
2022-02-07[release-branch.go1.17] runtime: set vdsoSP to caller's SP consistentlyCherry Mui
2022-01-14[dev.boringcrypto.go1.17] all: merge go1.17.6 into dev.boringcrypto.go1.17David Chase
2021-12-22[release-branch.go1.17] runtime: set iOS addr space to 40 bits with increment...Michael Anthony Knyszek
2021-12-22[release-branch.go1.17] runtime/race: rebuild darwin syso to work around macO...Cherry Mui
2021-12-03[dev.boringcrypto.go1.17] all: merge go1.17.4 into dev.boringcrypto.go1.17Michael Anthony Knyszek
2021-12-01[release-branch.go1.17] runtime: keep //go:cgo_unsafe_args arguments alive to...Jason A. Donenfeld
2021-11-24[release-branch.go1.17] runtime: use correct constant when computing nsec rem...Jason A. Donenfeld
2021-11-24[release-branch.go1.17] runtime: on windows, read nanotime with one instructi...Jason A. Donenfeld
2021-11-04[dev.boringcrypto.go1.17] all: merge go1.17.3 into dev.boringcrypto.go1.17Than McIntosh
2021-10-28[release-branch.go1.17] runtime: consistently access pollDesc r/w Gs with ato...Michael Pratt
2021-10-07[dev.boringcrypto.go1.17] all: merge go1.17.2 into dev.boringcrypto.go1.17Heschi Kreinick
2021-09-15[release-branch.go1.17] runtime: in adjustTimers back up as far as necessaryIan Lance Taylor
2021-08-13[release-branch.go1.17] runtime: drop SIGPROF while in ARM < 7 kernel helpersMichael Pratt
2021-08-10[dev.boringcrypto.go1.17] all: merge go1.17rc2 into dev.boringcrypto.go1.17Filippo Valsorda
2021-08-10doc: use "high address/low address" instead of "top/bottom"fanzha02
2021-08-09runtime/cgo: when using msan explicitly unpoison cgoCallersIan Lance Taylor
2021-08-06runtime: allow arm64 SEH to be called if illegal instructionJason A. Donenfeld
2021-08-05runtime: warn that KeepAlive is not an unsafe.Pointer workaroundMatthew Dempsky
2021-07-31all: gofmtJosh Bleecher Snyder
2021-07-29runtime: avoid possible preemption when returning from Go to CIan Lance Taylor
2021-07-28runtime: don't crash on nil pointers in checkptrAlignmentMatthew Dempsky
2021-07-26runtime: correct variable name in commentKoichi Shiraishi
2021-07-26runtime: remove adjustTimers counterIan Lance Taylor
2021-07-22runtime: don't clear timerModifiedEarliest if adjustTimers is 0Ian Lance Taylor
2021-07-22runtime: move mem profile sampling into m-acquired sectionDavid Chase
2021-07-20runtime/debug: skip TestPanicOnFault on netbsd/armBenny Siegert
2021-07-19cmd/compile: fix off-by-one error in traceback argument countingCherry Mui
2021-07-14go/build, runtime/internal/sys: reserve GOARCH=loong64WANG Xuerui
2021-07-09runtime/pprof: call runtime.GC twice in memory profile testMichael Anthony Knyszek
2021-07-08Update oudated commentmakdon
2021-07-02cmd/compile: fix stack growing algorithmgo101