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
2021-05-05
runtime: implement runqdrain() for GC mark worker goroutines
Andy Pan
2021-04-30
runtime: switch runtime to libc for openbsd/386
Joel Sing
2021-04-30
runtime: switch openbsd/386 to pthreads
Joel Sing
2021-04-23
cmd/compile, internal/abi: add FuncPCABIxxx intrinsics
Cherry Zhang
2021-04-23
runtime,runtime/metrics: add metric to track scheduling latencies
Michael Pratt
2021-04-22
runtime: skip work recheck for non-spinning Ms
Michael Pratt
2021-04-21
syscall: syscall.AllThreadsSyscall signal handling fixes
Andrew G. Morgan
2021-04-21
runtime: move timer recheck after GC recheck
Michael Pratt
2021-04-20
Revert "runtime: implement runqdrain() for GC mark worker goroutines"
Ian Lance Taylor
2021-04-20
runtime: refactor findrunnable spinning recheck
Michael Pratt
2021-04-20
runtime: implement runqdrain() for GC mark worker goroutines
Andy Pan
2021-04-20
runtime: refactor work stealing to dedicated function
Michael Pratt
2021-04-16
runtime: clarify which work needs spinning coordination
Michael Pratt
2021-04-16
runtime: remove redudant tryWakeP component
Michael Pratt
2021-04-16
runtime: move findrunnable timer delay computation closer to use
Michael Pratt
2021-04-11
runtime: move zero-sized frame check from newproc to newproc1
Austin Clements
2021-04-08
runtime,cmd/link: include GOEXPERIMENTs in runtime.Version(), "go version X"
Austin Clements
2021-04-08
internal/goexperiment: consolidate experiment-enabled constants
Austin Clements
2021-04-08
runtime: drop haveexperiment, sys.GOEXPERIMENT
Austin Clements
2021-04-01
runtime: fix uses of ABIInternal PCs in assembly
Austin Clements
2021-03-30
runtime: fix G passed to schedEnabled and cleanup
Michael Pratt
2021-03-30
runtime: check that defer/go frames are empty
Austin Clements
2021-03-29
runtime: fix some typos
徐志伟
2021-03-29
runtime: fix some typos
qcrao
2021-03-24
runtime: bypass ABI wrapper when calling needm on Windows
Michael Anthony Knyszek
2021-03-18
cmd/internal/objabi,runtime: simplify sys.GOEXPERIMENT parsing
Austin Clements
2021-03-13
all: remove duplicate words
John Bampton
2021-03-11
cmd: move GOEXPERIMENT knob from make.bash to cmd/go
Matthew Dempsky
2021-03-05
runtime: encapsulate access to allgs
Michael Pratt
2021-02-25
runtime: batch moving gFree list between local p and global schedt
Andy Pan
2021-02-19
runtime: delete gosave (dead code)
Russ Cox
2021-02-19
runtime: use TOPFRAME to identify top-of-frame functions
Russ Cox
2021-02-19
runtime: use FuncInfo SPWRITE flag to identify untraceable profile samples
Russ Cox
2021-02-19
runtime: remove unnecessary writes to gp.sched.g
Russ Cox
2021-02-19
runtime: document, clean up internal/sys
Russ Cox
2021-02-19
runtime: clean up system calls during cgo callback init
Russ Cox
2021-01-27
runtime: switch runtime to libc for openbsd/arm64
Joel Sing
2021-01-22
runtime: check for g0 stack last in signal handler
Cherry Zhang
2021-01-22
runtime: switch runtime to libc for openbsd/amd64
Joel Sing
2021-01-21
runtime: switch openbsd/arm64 to pthreads
Joel Sing
2021-01-19
cmd/link,runtime: switch openbsd/amd64 to pthreads
Joel Sing
2021-01-19
runtime: factor out usesLibcall
Joel Sing
2021-01-19
runtime: factor out mStackIsSystemAllocated
Joel Sing
2021-01-18
runtime: free Windows event handles after last lock is dropped
Jason A. Donenfeld
2021-01-05
runtime: don't take allglock in tracebackothers
Michael Pratt
2020-12-23
os/signal: fix a deadlock with syscall.AllThreadsSyscall() use
Andrew G. Morgan
2020-12-23
runtime: linux iscgo support for not blocking nptl signals
Andrew G. Morgan
2020-12-21
runtime: detect netbsd netpoll overrun in sysmon
Michael Pratt
2020-12-21
runtime: skip wakep call in wakeNetPoller on Plan 9
Richard Miller
2020-12-04
runtime: avoid receiving preemotion signal while exec'ing
Cherry Zhang
[prev]
[next]