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
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
2020-09-21
runtime: disable stack shrinking in activeStackChans race window
Michael Anthony Knyszek
2020-09-11
[dev.link] all: merge branch 'master' into dev.link
Cherry Zhang
2020-08-27
runtime: framepointers are no longer an experiment - hard code them
Keith Randall
2020-08-25
cmd/compile: don't allow go:notinheap on the heap or stack
Keith Randall
2020-08-21
[dev.link] all: merge branch 'master' into dev.link
Cherry Zhang
2020-08-18
runtime: add "success" field to sudog
Matthew Dempsky
2020-08-18
[dev.link] cmd/{compile,link}: remove pcdata tables from pclntab_old
Jeremy Faller
2020-08-18
runtime: move startupRandomData declaration to os_linux.go
Tobias Klauser
2020-08-12
[dev.link] cmd/link: stop renumbering files for pclntab generation
Jeremy Faller
2020-08-03
[dev.link] add compilation unit index to func
Jeremy Faller
2020-05-21
runtime: synchronize StartTrace and StopTrace with sysmon
Michael Anthony Knyszek
2020-05-07
runtime/runtime2: pack the sudog struct
Aaron Patterson
2020-05-05
runtime: correct waitReasonForceGGIdle to waitResonForceGCIdle
geedchin
2020-04-29
runtime: perform debug call injection on a new goroutine
Austin Clements
2020-04-07
runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)
Dan Scales
2020-03-18
runtime: don't send preemption signal if there is a signal pending
Cherry Zhang
2020-02-24
runtime: remove mcache field from m
Ian Lance Taylor
2020-01-22
runtime: don't skip checkTimers if we would clear deleted timers
Ian Lance Taylor
2020-01-14
runtime: keep P's first timer when in new atomically accessed field
Ian Lance Taylor
2020-01-10
runtime: don't let P's timer heap get clogged with deleted timers
Ian Lance Taylor
2019-11-20
runtime: move m.thread to mOS
Austin Clements
2019-11-08
runtime: add per-p page allocation cache
Michael Anthony Knyszek
2019-11-08
runtime: add per-p mspan cache
Michael Anthony Knyszek
2019-11-04
runtime: ensure that Goexit cannot be aborted by a recursive panic/recover
Dan Scales
2019-11-02
runtime: implement async scheduler preemption
Austin Clements
2019-11-02
runtime: use signals to preempt Gs for suspendG
Austin Clements
2019-10-28
runtime: fix dumpgoroutine() to deal with open-coded defers
Dan Scales
2019-10-25
runtime: only shrink stacks at synchronous safe points
Austin Clements
2019-10-25
runtime: make copystack/sudog synchronization more explicit
Austin Clements
2019-10-25
runtime: remove g.gcscanvalid
Austin Clements
[prev]
[next]