index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
runtime2.go
Age
Commit message (
Expand
)
Author
2022-03-24
runtime: update framepointer_enabled doc
Romanos Skiadas
2022-02-15
runtime, syscall: reimplement AllThreadsSyscall using only signals.
Michael Pratt
2022-02-02
runtime: update _defer comment to not mention freedefer
Ian Lance Taylor
2022-01-14
runtime: fix net poll races
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-29
runtime: track the amount of scannable allocated stack for the GC pacer
Michael Anthony Knyszek
2021-09-29
cmd/link, runtime: use offset for _func.entry
Josh Bleecher Snyder
2021-09-27
runtime: convert _func.entry to a method
Josh Bleecher Snyder
2021-09-27
runtime: change funcinl sentinel value from 0 to ^0
Josh Bleecher Snyder
2021-09-24
runtime: using wyrand for fastrand
Meng Zhuo
2021-08-23
runtime: use RDTSCP for instruction stream serialized read of TSC
Martin Möhrmann
2021-08-12
[dev.typeparams] all: merge master (46fd547) into dev.typeparams
Matthew Dempsky
2021-08-04
[dev.typeparams] runtime: handle d.link carefully when freeing a defer
Austin Clements
2021-07-30
[dev.typeparams] runtime: use func() for deferred functions
Austin Clements
2021-07-26
runtime: remove adjustTimers counter
Ian Lance Taylor
2021-07-22
[dev.typeparams] all: merge master (798ec73) into dev.typeparams
Matthew Dempsky
2021-07-22
runtime: don't clear timerModifiedEarliest if adjustTimers is 0
Ian Lance Taylor
2021-07-08
[dev.typeparams] all: merge master (296ddf2) into dev.typeparams
Matthew Dempsky
2021-07-08
Update oudated comment
makdon
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 allocation
Cherry Mui
2021-06-08
[dev.typeparams] cmd/compile, runtime: remove _defer.siz field
Cherry Mui
2021-06-08
[dev.typeparams] runtime: make deferproc take a func() argument
Cherry Mui
2021-05-05
runtime: implement runqdrain() for GC mark worker goroutines
Andy Pan
2021-04-23
runtime,runtime/metrics: add metric to track scheduling latencies
Michael Pratt
2021-04-21
syscall: syscall.AllThreadsSyscall signal handling fixes
Andrew G. Morgan
2021-04-20
Revert "runtime: implement runqdrain() for GC mark worker goroutines"
Ian Lance Taylor
2021-04-20
runtime: implement runqdrain() for GC mark worker goroutines
Andy Pan
2021-04-16
runtime: update stale comment
Austin Clements
2021-04-14
runtime: update debug call protocol for register ABI
Michael Anthony Knyszek
2021-04-08
runtime: set up read-only dummy TLS space for needm on Windows
Michael Anthony Knyszek
2021-03-18
cmd: move experiment flags into objabi.Experiment
Austin Clements
2021-02-23
runtime: optimize the memory padding in p struct
Andy Pan
2021-02-19
runtime: enable framepointer on all arm64
Russ Cox
2021-02-19
cmd/asm, cmd/link, runtime: introduce FuncInfo flag bits
Russ Cox
2021-02-19
runtime: document, clean up internal/sys
Russ Cox
2021-01-22
[dev.regabi] all: merge master (dab3e5a) into dev.regabi
Matthew Dempsky
2021-01-16
[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...
Dan Scales
2021-01-05
runtime: don't take allglock in tracebackothers
Michael Pratt
2020-11-02
runtime: decouple consistent stats from mcache and allow P-less update
Michael Anthony Knyszek
2020-10-30
runtime: manage gcBgMarkWorkers with a global pool
Michael Pratt
2020-10-28
runtime: try to elide timer stealing if P has no timers
Michael Pratt
2020-10-27
runtime: don't always adjust timers
Ian Lance Taylor
2020-10-26
runtime: tidy compileCallback
Austin Clements
2020-10-23
syscall: support POSIX semantics for Linux syscalls
Andrew G. Morgan
2020-10-23
runtime: don't attempt to steal from idle Ps
Michael Pratt
2020-09-30
[dev.link] Merge branch 'master' into dev.link
Jeremy Faller
2020-09-23
all: add GOOS=ios
Cherry Zhang
[prev]
[next]