aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime2.go
AgeCommit message (Expand)Author
2022-08-12runtime/trace: add missing events for the locked g in extra M.doujiang24
2022-08-12runtime: run "gofmt -s -w"Cuong Manh Le
2022-08-12runtime: synchronize P wakeup and dropping PsMichael Pratt
2022-08-12runtime: convert timeHistogram to atomic typesMichael Pratt
2022-08-12runtime: convert schedt.sysmonwait to atomic typeMichael Pratt
2022-08-12runtime: convert schedt.gcwaiting to atomic typeMichael Pratt
2022-08-12runtime: convert schedt.nmspinning to atomic typeMichael Pratt
2022-08-12runtime: convert schedt.npidle to atomic typeMichael Pratt
2022-08-12runtime: convert schedt.ngsys to atomic typeMichael Pratt
2022-08-12runtime: convert schedt.pollUntil to atomic typeMichael Pratt
2022-08-12runtime: convert schedt.lastpoll to atomic typeMichael Pratt
2022-08-12runtime: convert g.goid to uint64Michael Pratt
2022-08-12runtime: convert schedt.goidgen to atomic typeMichael Pratt
2022-06-03runtime: only use CPU time from the current window in the GC CPU limiterMichael Anthony Knyszek
2022-05-12runtime: measure stack usage; start stacks larger if neededKeith Randall
2022-05-03runtime: decrease STW pause for goroutine profileRhys Hiltner
2022-04-28runtime: simply user throws, expand runtime throwsMichael Pratt
2022-04-11runtime: align m.procid to 8 bytes on 32-bit systemsKeith Randall
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-24runtime: update framepointer_enabled docRomanos Skiadas
2022-02-15runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt
2022-02-02runtime: update _defer comment to not mention freedeferIan Lance Taylor
2022-01-14runtime: fix net poll racesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-29runtime: track the amount of scannable allocated stack for the GC pacerMichael Anthony Knyszek
2021-09-29cmd/link, runtime: use offset for _func.entryJosh Bleecher Snyder
2021-09-27runtime: convert _func.entry to a methodJosh Bleecher Snyder
2021-09-27runtime: change funcinl sentinel value from 0 to ^0Josh Bleecher Snyder
2021-09-24runtime: using wyrand for fastrandMeng Zhuo
2021-08-23runtime: use RDTSCP for instruction stream serialized read of TSCMartin Möhrmann
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