aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2022-12-28[release-branch.go1.18] cmd/compile: sign-extend the 2nd argument of the Lowe...David Chase
2022-11-25[release-branch.go1.18] runtime: make GC see object as allocated after it is ...Cherry Mui
2022-11-09[release-branch.go1.18] runtime: don't jump stack if at entry of systemstackCherry Mui
2022-11-08[release-branch.go1.18] runtime: fix usleep on linux/PPC64Paul E. Murphy
2022-10-24[release-branch.go1.18] runtime: always keep global reference to mp until mex...Michael Pratt
2022-08-31[release-branch.go1.18] runtime: mark morestack_noctxt SPWRITE on LR architec...Cherry Mui
2022-08-31[release-branch.go1.18] runtime: fix ppc64 startup on newer linux kernelsPaul E. Murphy
2022-08-29[release-branch.go1.18] misc/cgo/testcarchive: permit SIGQUIT for TestSignalF...Ian Lance Taylor
2022-07-25[release-branch.go1.18] runtime: clear timerModifiedEarliest when last timer ...Michael Pratt
2022-07-22[release-branch.go1.18] runtime: use saved LR when unwinding through morestackCherry Mui
2022-07-06[release-branch.go1.18] runtime: add race annotations to cbs.lockMichael Pratt
2022-07-06[release-branch.go1.18] runtime: add race annotations to metricsSemaMichael Pratt
2022-07-06[release-branch.go1.18] runtime: store consistent total allocation stats as u...Michael Anthony Knyszek
2022-05-09[release-branch.go1.18] runtime: align m.procid to 8 bytes on 32-bit systemsMichael Pratt
2022-05-09[release-branch.go1.18] runtime: support for debugger function calls on linux...eric fang
2022-05-06[release-branch.go1.18] runtime: don't block preemption signal in new M's or ...Ian Lance Taylor
2022-04-04[release-branch.go1.18] runtime: make static/dynamic startup detection work w...Paul E. Murphy
2022-03-28[release-branch.go1.18] runtime: call testenv.MustHaveCGO in a couple of testsIan Lance Taylor
2022-03-07[release-branch.go1.18] runtime: count spill slot for frame size at finalizer...Cherry Mui
2022-02-28runtime: avoid cgo_unsafe_args for syscall.syscall functions on darwin/arm64Cherry Mui
2022-02-25runtime/internal/atomic: set SP delta correctly for 64-bit atomic functions o...Cherry Mui
2022-02-22crypto/x509, runtime: fix occasional spurious “certificate is expired”Russ Cox
2022-02-19testdata: fix typo in commenthopehook
2022-02-18runtime: save some stack space for racecall on ARM64Cherry Mui
2022-02-18runtime: define racefuncenter and racefuncexit as ABIInternalCherry Mui
2022-02-15runtime: enable sigPerThreadSyscall handling on androidMichael Pratt
2022-02-15runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt
2022-02-15runtime/internal/syscall: new package for linuxMichael Pratt
2022-02-15runtime: move doAllThreadsSyscall to os_linux.goMichael Pratt
2022-02-11cmd/compile, runtime: use unwrapped PC for goroutine creation tracingCherry Mui
2022-02-11runtime: skip TestSegv/SegvInCgo failures with "runtime: unknown pc"Bryan C. Mills
2022-02-11runtime: update TestGdbBacktrace skips for known GDB bugsBryan C. Mills
2022-02-10runtime: make piController much more defensive about overflowMichael Anthony Knyszek
2022-02-10runtime/pprof: remove arbitrary sleeps in TestBlockProfileBryan C. Mills
2022-02-10runtime: simplify histogram buckets considerablyMichael Anthony Knyszek
2022-02-09runtime/debug: replace (*BuildInfo).Marshal methods with Parse and StringBryan C. Mills
2022-02-09runtime: AES maphash scramble 3 times on 386Meng Zhuo
2022-02-08runtime: fix an error message in TestCrashDumpsAllThreadsCherry Mui
2022-02-08runtime: restore old mp.fastrand initializationIan Lance Taylor
2022-02-08runtime: skip TestGdbBacktrace flakes matching a known GDB internal errorBryan C. Mills
2022-02-07runtime: don't assume that 0.25 * 100 is representable as intIan Lance Taylor
2022-02-05runtime: change sys.PtrSize to goarch.PtrSize in commentsIan Lance Taylor
2022-02-03runtime: regression test for issue 50936Michael Pratt
2022-02-03runtime: skip TestSegv failures with "morestack on g0" on darwin/amd64Bryan C. Mills
2022-02-02runtime: update _defer comment to not mention freedeferIan Lance Taylor
2022-01-31Revert "runtime: normalize sigprof traceback flags"Michael Pratt
2022-01-31runtime: mgcmark.go typo fix: gorountine -> goroutine.doujiang24
2022-01-24runtime: replace TestFutexsleep with TestTimedivMichael Pratt
2022-01-24runtime: call fflush before exiting in C testAustin Clements
2022-01-21runtime/pprof: TestLabelSystemstack parallelLabelHog.func1 must be labeledMichael Pratt