aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime2.go
AgeCommit message (Expand)Author
2021-08-12[dev.typeparams] all: merge master (46fd547) into dev.typeparamsMatthew Dempsky
2021-08-04[dev.typeparams] runtime: handle d.link carefully when freeing a deferAustin Clements
2021-07-30[dev.typeparams] runtime: use func() for deferred functionsAustin Clements
2021-07-26runtime: remove adjustTimers counterIan Lance Taylor
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-08[dev.typeparams] all: merge master (296ddf2) into dev.typeparamsMatthew Dempsky
2021-07-08Update oudated commentmakdon
2021-06-17[dev.typeparams] runtime: fix import sort order [generated]Michael Anthony Knyszek
2021-06-17[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek
2021-06-16[dev.typeparams] Revert "[dev.typeparams] runtime: make deferproc take a func...Cherry Mui
2021-06-11[dev.typeparams] runtime: simplify defer record allocationCherry Mui
2021-06-08[dev.typeparams] cmd/compile, runtime: remove _defer.siz fieldCherry Mui
2021-06-08[dev.typeparams] runtime: make deferproc take a func() argumentCherry Mui
2021-05-05runtime: implement runqdrain() for GC mark worker goroutinesAndy Pan
2021-04-23runtime,runtime/metrics: add metric to track scheduling latenciesMichael Pratt
2021-04-21syscall: syscall.AllThreadsSyscall signal handling fixesAndrew G. Morgan
2021-04-20Revert "runtime: implement runqdrain() for GC mark worker goroutines"Ian Lance Taylor
2021-04-20runtime: implement runqdrain() for GC mark worker goroutinesAndy Pan
2021-04-16runtime: update stale commentAustin Clements
2021-04-14runtime: update debug call protocol for register ABIMichael Anthony Knyszek
2021-04-08runtime: set up read-only dummy TLS space for needm on WindowsMichael Anthony Knyszek
2021-03-18cmd: move experiment flags into objabi.ExperimentAustin Clements
2021-02-23runtime: optimize the memory padding in p structAndy Pan
2021-02-19runtime: enable framepointer on all arm64Russ Cox
2021-02-19cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox
2021-02-19runtime: document, clean up internal/sysRuss Cox
2021-01-22[dev.regabi] all: merge master (dab3e5a) into dev.regabiMatthew Dempsky
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2021-01-05runtime: don't take allglock in tracebackothersMichael Pratt
2020-11-02runtime: decouple consistent stats from mcache and allow P-less updateMichael Anthony Knyszek
2020-10-30runtime: manage gcBgMarkWorkers with a global poolMichael Pratt
2020-10-28runtime: try to elide timer stealing if P has no timersMichael Pratt
2020-10-27runtime: don't always adjust timersIan Lance Taylor
2020-10-26runtime: tidy compileCallbackAustin Clements
2020-10-23syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan
2020-10-23runtime: don't attempt to steal from idle PsMichael Pratt
2020-09-30[dev.link] Merge branch 'master' into dev.linkJeremy Faller
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-21runtime: disable stack shrinking in activeStackChans race windowMichael Anthony Knyszek
2020-09-11[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-08-27runtime: framepointers are no longer an experiment - hard code themKeith Randall
2020-08-25cmd/compile: don't allow go:notinheap on the heap or stackKeith Randall
2020-08-21[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-08-18runtime: add "success" field to sudogMatthew Dempsky
2020-08-18[dev.link] cmd/{compile,link}: remove pcdata tables from pclntab_oldJeremy Faller
2020-08-18runtime: move startupRandomData declaration to os_linux.goTobias Klauser
2020-08-12[dev.link] cmd/link: stop renumbering files for pclntab generationJeremy Faller
2020-08-03[dev.link] add compilation unit index to funcJeremy Faller
2020-05-21runtime: synchronize StartTrace and StopTrace with sysmonMichael Anthony Knyszek