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
13 days
runtime: use asmcgocall_no_g in libInit
Michael Pratt
2026-03-18
runtime,runtime/cgo: do cgo thread initialization in Go on Windows
qmuntal
2026-03-18
runtime: implement part of library initialization in Go
qmuntal
2026-02-27
runtime: do signal stack clearing when parking Ms
Daniel Morsing
2026-02-10
runtime: put a bool in front of initialization-done channel
Ian Lance Taylor
2025-12-23
runtime: fix nGsyscallNoP accounting
Michael Anthony Knyszek
2025-12-12
runtime/secret: restore goroutine behavior to proposal
Daniel Morsing
2025-12-12
runtime: dropg after emitting trace event in preemptPark
Michael Anthony Knyszek
2025-12-11
runtime: make goroutines inherit DIT state, don't lock to OS thread
Roland Shoemaker
2025-12-05
runtime: don't count nGsyscallNoP for extra Ms in C
Michael Anthony Knyszek
2025-11-26
runtime/secret: implement new secret package
Daniel Morsing
2025-11-26
crypto/fips140: add WithoutEnforcement
Daniel Morsing
2025-11-20
[dev.simd] all: merge master (ca37d24) into dev.simd
Cherry Mui
2025-11-20
runtime: select GC mark workers during start-the-world
Michael Pratt
2025-11-17
runtime: rename findrunnable references to findRunnable
Michael Pratt
2025-11-14
runtime: usleep before stealing runnext only if not in syscall
Michael Anthony Knyszek
2025-11-14
runtime: add debug mode to extend _Grunning-without-P windows
Michael Anthony Knyszek
2025-11-13
[dev.simd] all: merge master (57362e9) into dev.simd
Cherry Mui
2025-11-13
runtime: prefer to restart Ps on the same M after STW
Michael Pratt
2025-11-11
runtime: doubly-linked sched.midle list
Michael Pratt
2025-11-03
runtime: don't panic in castogscanstatus
Michael Anthony Knyszek
2025-10-30
runtime: prioritize panic output over racefini
Michael Anthony Knyszek
2025-10-30
runtime: optimistically CAS atomicstatus directly in enter/exitsyscall
Michael Anthony Knyszek
2025-10-30
runtime: don't track scheduling latency for _Grunning <-> _Gsyscall
Michael Anthony Knyszek
2025-10-30
runtime: document tracer invariants explicitly
Michael Anthony Knyszek
2025-10-30
runtime: eliminate _Psyscall
Michael Anthony Knyszek
2025-10-29
internal/itoa, internal/runtime/strconv: delete
Russ Cox
2025-10-20
runtime: add _Gdeadextra status
Michael Anthony Knyszek
2025-10-07
runtime: free spanQueue on P destroy
Michael Pratt
2025-10-07
runtime: assert p.destroy runs with GC not running
Michael Pratt
2025-10-03
[dev.simd] all: merge master (adce7f1) into dev.simd
Cherry Mui
2025-10-02
runtime,net/http/pprof: goroutine leak detection by using the garbage collector
Vlad Saioc
2025-09-30
runtime: initialise debug settings much earlier in startup process
Steve Muir
2025-09-25
[dev.simd] all: merge master (d70ad4e) into dev.simd
Cherry Mui
2025-09-23
runtime: eliminate global span queue [green tea]
Michael Anthony Knyszek
2025-09-23
runtime: deduplicate pMask resize code
Michael Anthony Knyszek
2025-09-23
runtime: split gcMarkWorkAvailable into two separate conditions
Michael Anthony Knyszek
2025-09-11
[dev.simd] all: merge master (cf5e993) into dev.simd
Cherry Mui
2025-09-05
runtime: simplify openbsd check in usesLibcall and mStackIsSystemAllocated
Tobias Klauser
2025-09-03
[dev.simd] all: merge master (4c4cefc) into dev.simd
Cherry Mui
2025-08-29
internal/cpu: inline DebugOptions
Tobias Klauser
2025-08-25
runtime: skip doInit of plugins in runtime.main
Wang Deyu
2025-08-22
[dev.simd] cmd/compile: ensure the whole X15 register is zeroed
Cherry Mui
2025-08-15
runtime/metrics: add metric for current Go-owned thread count
Michael Anthony Knyszek
2025-08-15
runtime/metrics: add metric for total goroutines created
Michael Anthony Knyszek
2025-08-15
runtime/metrics: add metrics for goroutine sched states
Michael Anthony Knyszek
2025-08-15
runtime: disable stack shrinking for all waiting-for-suspendG cases
Michael Anthony Knyszek
2025-08-05
runtime: save scalar registers off stack in amd64 async preemption
Austin Clements
2025-07-24
runtime: randomize heap base address
Roland Shoemaker
2025-07-24
runtime: drop NetBSD kernel bug sysmon workaround fixed in NetBSD 9.2
Tobias Klauser
[next]