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-07-30
[release-branch.go1.16] runtime: remove adjustTimers counter
Ian Lance Taylor
2021-07-22
[release-branch.go1.16] runtime: don't clear timerModifiedEarliest if adjustT...
Ian Lance Taylor
2021-05-04
[release-branch.go1.16] syscall: syscall.AllThreadsSyscall signal handling fixes
Andrew G. Morgan
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
2019-10-25
runtime: remove old stack scanning code
Austin Clements
2019-10-25
runtime: add general suspendG/resumeG
Austin Clements
2019-10-25
runtime: ensure _Grunning Gs have a valid g.m and g.m.p
Austin Clements
2019-10-24
cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...
Dan Scales
2019-10-23
runtime: add race detector support for new timers
Ian Lance Taylor
2019-10-22
runtime: add new modtimer function
Ian Lance Taylor
2019-10-21
runtime: initial scheduler changes for timers on P's
Ian Lance Taylor
[next]