aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
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-10-28[release-branch.go1.17] runtime: consistently access pollDesc r/w Gs with ato...Michael Pratt
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-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
2021-06-28cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky
2021-06-28runtime/internal/atomic: drop Cas64 pointer indirection in commentsMia Zhu
2021-06-25runtime/race: use race build tag on syso_test.goCherry Mui
2021-06-25runtime: make ncgocall a global counterTao Qingyun
2021-06-22runtime/internal/atomic: remove incorrect pointer indirection in commentXing Gao
2021-06-21runtime: fix crash during VDSO calls on PowerPCDerek Parker
2021-06-21runtime/pprof: deflake TestMorestack moreCherry Mui
2021-06-18runtime: clarify Frames.Next documentationMatthew Dempsky
2021-06-18runtime: disable CPU profiling before removing the SIGPROF handlerIan Lance Taylor
2021-06-17cmd/pprof,runtime/pprof: disable test on more broken platformsMichael Pratt
2021-06-14runtime: update the variable name in commentEric Wang
2021-06-12runtime: testprogcgo: don't call exported Go functions directly from GoIan Lance Taylor
2021-06-11runtime: loop on EINTR in macOS sigNoteSleepIan Lance Taylor
2021-06-08Revert "doc/go1.17: mention block profile bias fix"Cherry Mui
2021-06-08doc/go1.17: mention block profile bias fixFelix Geisendörfer
2021-06-08runtime: remove out-of-date comments about frame skippingMatthew Dempsky
2021-06-03runtime: avoid gp.lockedm race in exitsyscall0Michael Pratt
2021-06-02runtime/internal/sys: generate //go:build lines in gengoos.goTobias Klauser
2021-06-02runtime: fix formattingKeith Randall
2021-05-26runtime,cmd/link/internal/ld: fix typostyltr
2021-05-24cmd/compile: always include underlying type for map typesKeith Randall
2021-05-24runtime: account for spill slots in Windows callback compilationMichael Anthony Knyszek
2021-05-21runtime: wait for Go runtime to initialize in Windows signal testJason A. Donenfeld
2021-05-17runtime/cgo: fix crosscall2 on ppc64xLynn Boger
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