aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2021-08-23all: replace runtime SSE2 detection with GO386 settingMartin Möhrmann
2021-08-23runtime: use RDTSCP for instruction stream serialized read of TSCMartin Möhrmann
2021-08-23runtime: remove unused cpu architecture feature variables from binariesMartin Möhrmann
2021-08-22runtime: use asmcgocall_no_g when calling sigprocmask on openbsdJoel Sing
2021-08-22runtime: fix buckHashSize duplicationDmitry Vyukov
2021-08-19syscall: add SyscallNChangkun Ou
2021-08-18runtime: use RDCYCLE for cputicks on riscv64Meng Zhuo
2021-08-17all: fix typosYasuhiro Matsumoto
2021-08-16runtime: accept restartable sequence pcdata values in isAsyncSafePointCherry Mui
2021-08-16runtime: skip sysmon workaround on NetBSD >= 9.2Tobias Klauser
2021-08-16runtime: make asmcgocall g0/gsignal checks consistentJoel Sing
2021-08-16runtime: correct mips64 asmcgocall signal stack behaviourJoel Sing
2021-08-16runtime: include pthread.h in defs_openbsd.goJoel Sing
2021-08-16runtime: remove unused getrlimit on linux/riscv64Tobias Klauser
2021-08-13runtime: don't use systemstack for BeforeFork/AfterForkIan Lance Taylor
2021-08-13all: gofmt more (but vendor, testdata, and top-level test directories)Dmitri Shuralyov
2021-08-13runtime: drop SIGPROF while in ARM < 7 kernel helpersMichael Pratt
2021-08-12[dev.typeparams] all: merge master (46fd547) into dev.typeparamsMatthew Dempsky
2021-08-11[dev.typeparams] runtime, internal/bytealg: remove regabi fallback code on AMD64Cherry Mui
2021-08-11[dev.typeparams] internal/buildcfg: always enable regabi on AMD64Cherry Mui
2021-08-10doc: use "high address/low address" instead of "top/bottom"fanzha02
2021-08-09[dev.typeparams] cmd/compile: simplify interface conversionsKeith Randall
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-08-04[dev.typeparams] runtime: handle d.link carefully when freeing a deferAustin Clements
2021-08-03[dev.typeparams] runtime: simplify freedeferAustin Clements
2021-08-03[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-08-03[dev.typeparams] runtime: remove unnecessary split-prevention from defer codeAustin Clements
2021-08-02[dev.typeparams] runtime: rewrite softfloat functions to avoid using floatsCherry Mui
2021-07-31all: gofmtJosh Bleecher Snyder
2021-07-30[dev.typeparams] Revert "[dev.typeparams] runtime: remove unnecessary split-p...Austin Clements
2021-07-30[dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla...Austin Clements
2021-07-30[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-07-30[dev.typeparams] runtime: remove unnecessary split-prevention from defer codeAustin Clements
2021-07-30[dev.typeparams] runtime: use func() for deferred functionsAustin Clements
2021-07-30[dev.typeparams] cmd/compile: remove now-unneeded check for '==' method for c...Dan Scales
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-27[dev.typeparams] runtime: don't keep stack uintptr across potential stack moveAustin Clements
2021-07-26runtime: correct variable name in commentKoichi Shiraishi
2021-07-26runtime: remove adjustTimers counterIan Lance Taylor
2021-07-22Merge "[dev.typeparams] all: merge master (798ec73) into dev.typeparams" into...Gerrit Code Review
2021-07-22[dev.typeparams] runtime: mark TestGcSys as flakyMatthew Dempsky
2021-07-22[dev.typeparams] all: merge master (798ec73) into dev.typeparamsMatthew Dempsky
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-21[dev.typeparams] cmd/compile: get runtime stuff workingKeith Randall
2021-07-20[dev.typeparams] all: merge master (c8f4e61) into dev.typeparamsMatthew Dempsky
2021-07-20runtime/debug: skip TestPanicOnFault on netbsd/armBenny Siegert