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
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2022-03-01
runtime: improve work stealing randomness
Keith Randall
2022-02-15
runtime, syscall: reimplement AllThreadsSyscall using only signals.
Michael Pratt
2022-02-15
runtime: move doAllThreadsSyscall to os_linux.go
Michael Pratt
2022-02-08
runtime: restore old mp.fastrand initialization
Ian Lance Taylor
2022-01-31
Revert "runtime: normalize sigprof traceback flags"
Michael Pratt
2022-01-19
runtime: do not inherit labels on system goroutines
Michael Pratt
2021-12-03
runtime: fix missing pprof labels
Felix Geisendörfer
2021-12-01
runtime: fix racy allgs access on weak memory architectures
Austin Clements
2021-11-16
runtime: get tracking time only when needed
Michael Pratt
2021-11-02
Revert "runtime: fix missing pprof labels"
Bryan C. Mills
2021-11-02
runtime: fix missing pprof labels
Felix Geisendörfer
2021-11-02
runtime, syscall: add calls to asan functions
fanzha02
2021-10-29
runtime: track the amount of scannable allocated stack for the GC pacer
Michael Anthony Knyszek
2021-10-28
runtime: normalize sigprof traceback flags
Michael Pratt
2021-10-21
runtime: fix typo of pushBackAll
emahiro
2021-10-20
runtime: use atomic.Float64 for assist ratio
Michael Anthony Knyszek
2021-10-07
runtime,sync: using fastrandn instead of modulo reduction
Meng Zhuo
2021-10-05
cmd/link,runtime: remove relocations from stkobjs
Josh Bleecher Snyder
2021-09-27
runtime: move sigprofNonGo
Rhys Hiltner
2021-09-24
runtime: using wyrand for fastrand
Meng Zhuo
2021-09-15
runtime: fix setting of cpu features for amd64
nimelehin
2021-08-31
runtime: eliminate the redundant for loop in runqget()
Andy Pan
2021-08-23
runtime: remove unused cpu architecture feature variables from binaries
Martin Möhrmann
2021-08-16
runtime: skip sysmon workaround on NetBSD >= 9.2
Tobias Klauser
2021-08-13
runtime: don't use systemstack for BeforeFork/AfterFork
Ian Lance Taylor
2021-08-13
runtime: drop SIGPROF while in ARM < 7 kernel helpers
Michael Pratt
2021-08-12
[dev.typeparams] all: merge master (46fd547) into dev.typeparams
Matthew Dempsky
2021-07-26
runtime: remove adjustTimers counter
Ian Lance Taylor
2021-06-30
[dev.typeparams] all: merge master (4711bf3) into dev.typeparams
Matthew Dempsky
2021-06-25
runtime: make ncgocall a global counter
Tao Qingyun
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] all: merge master (785a8f6) into dev.typeparams
Cuong Manh Le
2021-06-14
runtime: update the variable name in comment
Eric Wang
2021-06-11
[dev.typeparams] runtime: simplify defer record allocation
Cherry Mui
2021-06-11
[dev.typeparams] runtime: allow newproc split stack
Cherry Mui
2021-06-08
[dev.typeparams] cmd/compile, runtime: remove the siz argument of newproc/def...
Cherry Mui
2021-06-08
[dev.typeparams] runtime: remove variadic defer/go calls
Cherry Mui
2021-06-08
[dev.typeparams] cmd/compile, runtime: always enable defer/go wrapping
Cherry Mui
2021-06-07
[dev.typeparams] all: merge master (8212707) into dev.typeparams
Matthew Dempsky
2021-06-03
runtime: avoid gp.lockedm race in exitsyscall0
Michael Pratt
2021-05-21
[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal
Cherry Mui
2021-05-21
[dev.typeparams] runtime: fix misuse of funcPC
Cherry Mui
2021-05-21
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to reference ABI0 assem...
Cherry Mui
2021-05-12
runtime: fix handling of SPWRITE functions in traceback
Russ Cox
2021-05-12
runtime: fix typo in proc.go
Guilherme Souza
2021-05-11
runtime: hold sched.lock across atomic pidleget/pidleput
Michael Pratt
2021-05-09
runtime: switch runtime to libc for openbsd/arm
Joel Sing
2021-05-09
runtime: switch openbsd/arm to pthreads
Joel Sing
[prev]
[next]