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
/
proc.go
Age
Commit message (
Expand
)
Author
2020-11-05
runtime: disable preemption in startm
Michael Pratt
2020-11-02
runtime: decouple consistent stats from mcache and allow P-less update
Michael Anthony Knyszek
2020-10-30
runtime: release worldsema with a direct G handoff
Michael Anthony Knyszek
2020-10-30
runtime: elide timer re-check if P has no timers
Michael Pratt
2020-10-30
runtime: add heap lock assertions
Michael Pratt
2020-10-30
runtime: add world-stopped assertions
Michael Pratt
2020-10-30
runtime: simplify nobarrierWakeTime
Ian Lance Taylor
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-28
runtime: block signals in needm before allocating M
Ian Lance Taylor
2020-10-27
runtime: don't always adjust timers
Ian Lance Taylor
2020-10-27
runtime: reduce timer latency
Chris Hines
2020-10-26
runtime: move malloc stats into consistentHeapStats
Michael Anthony Knyszek
2020-10-26
runtime: make distributed/local malloc stats the source-of-truth
Michael Anthony Knyszek
2020-10-26
runtime: access the assist ratio atomically
Michael Anthony Knyszek
2020-10-26
runtime: tidy cgocallback
Austin Clements
2020-10-26
runtime,cmd/cgo: simplify C -> Go call path
Austin Clements
2020-10-24
runtime: dump the status of lockedg on error
Tiwei Bie
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-10-16
runtime: wait for preemption signals before syscall.Exec
Ian Lance Taylor
2020-10-14
runtime: implement GODEBUG=inittrace=1 support
Martin Möhrmann
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-09-22
runtime: add sched.lock assertions
Michael Pratt
2020-09-21
runtime: expand gopark documentation
Michael Pratt
2020-09-20
runtime: improve error messages after allocating a stack that is too big
Paschalis Tsilias
2020-09-09
runtime: ignore SIGPROF if profiling disable for thread
Ian Lance Taylor
2020-08-27
runtime: framepointers are no longer an experiment - hard code them
Keith Randall
2020-08-18
runtime: reduce critical path in injectglist
Cholerae Hu
2020-08-17
runtime: remove tracebackinit and unused skipPC
liu-xuewen
2020-08-17
runtime: replace index and contains with bytealg calls
Austin Clements
2020-07-30
runtime: hold sched.lock over globrunqputbatch in runqputbatch
Michael Anthony Knyszek
2020-07-28
runtime: ensure startm new M is consistently visible to checkdead
Michael Pratt
2020-06-03
runtime: steal timers from running P's
Ian Lance Taylor
2020-05-31
runtime: fix race condition between timer and event handler
Richard Musiol
2020-05-21
runtime: disable preemption in startTemplateThread
Michael Pratt
2020-05-21
runtime: synchronize StartTrace and StopTrace with sysmon
Michael Anthony Knyszek
2020-05-07
runtime: incorporate Gscan acquire/release into lock ranking order
Dan Scales
2020-05-07
runtime: call osyield directly in lockextra
徐志强
2020-05-05
runtime: correct waitReasonForceGGIdle to waitResonForceGCIdle
geedchin
2020-04-30
runtime: wake scavenger and update address on sweep done
Michael Anthony Knyszek
2020-04-30
runtime: move condition into wakep
Austin Clements
2020-04-29
runtime: make newproc1 not start the goroutine
Austin Clements
2020-04-07
runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)
Dan Scales
2020-03-18
runtime: don't hold worldsema across mark phase
Michael Anthony Knyszek
2020-03-16
runtime: add goroutines returned by poller to local run queue
Ian Lance Taylor
2020-02-24
runtime: remove mcache field from m
Ian Lance Taylor
2020-01-24
Revert "runtime: don't hold worldsema across mark phase"
Michael Knyszek
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
[prev]
[next]