]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/proc.go
runtime: make it harder to introduce deadlocks with forEachP
[gostls13.git] / src / runtime / proc.go
2022-08-12 Michael Prattruntime: convert schedt.npidle to atomic type
2022-08-12 Michael Prattruntime: convert schedt.ngsys to atomic type
2022-08-12 Michael Prattruntime: convert schedt.pollUntil to atomic type
2022-08-12 Michael Prattruntime: convert schedt.lastpoll to atomic type
2022-08-12 Michael Prattruntime: print irrelevant IDs as nil in schedtrace
2022-08-12 Michael Prattruntime: convert g.goid to uint64
2022-08-12 Michael Prattruntime: convert schedt.goidgen to atomic type
2022-08-12 Michael Prattruntime: convert panicking to atomic type
2022-08-12 Michael Prattruntime: convert runningPanicDefers to atomic type
2022-08-12 Michael Prattruntime: convert pendingPreemptSignals to atomic type
2022-08-11 Austin Clementsruntime: don't use trace.lock for trace reader parking
2022-08-11 Andy Panruntime: eliminate a few usages of named return values...
2022-08-08 Michael Prattruntime: remove useless empty string literal
2022-08-08 Michael Prattruntime: convert gcController.bgScanCredit to atomic...
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-08-02 Michael Prattruntime: tricky replacements of g in proc.go
2022-08-02 Michael Prattruntime: trivial replacements of _g_ in proc.go
2022-08-02 Michael Prattruntime: tricky replacements of _g_ in proc.go
2022-08-02 Michael Prattruntime: rename _p_ to pp
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-08 Michael Prattruntime: use pidleget for faketime jump
2022-06-03 Michael Anthony... runtime: track total idle time for GC CPU limiter
2022-05-19 Michael Anthony... runtime: use osyield in runqgrab on netbsd
2022-05-12 Keith Randallruntime: measure stack usage; start stacks larger if...
2022-05-05 Rhys Hiltnerruntime: prefer curg for execution trace profile
2022-05-03 Rhys Hiltnerruntime: add CPU samples to execution trace
2022-05-03 Rhys Hiltnerruntime: decrease STW pause for goroutine profile
2022-05-03 Rhys Hiltnerruntime/pprof: stress test goroutine profiler
2022-05-03 Rhys Hiltnerruntime/pprof: add race annotations for goroutine profiles
2022-05-03 Michael Knyszekruntime: add GC CPU utilization limiter
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-04-28 Michael Prattruntime: simply user throws, expand runtime throws
2022-04-28 Michael Prattruntime: differentiate "user" and "system" throws
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-26 Michael Anthony... runtime: refactor the scavenger and make it testable
2022-04-26 Michael Anthony... runtime: move scheduling decisions by schedule into...
2022-04-26 Michael Anthony... runtime: reduce max idle mark workers during periodic...
2022-04-26 Michael Anthony... runtime: yield instead of sleeping in runqgrab on OpenBSD
2022-04-21 Michael Prattsyscall: define Syscall in terms of RawSyscall on linux
2022-04-21 Michael PrattRevert "syscall: define Syscall in terms of RawSyscall...
2022-04-21 Michael Prattsyscall: define Syscall in terms of RawSyscall on linux
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-04-05 Russ Coxall: separate doc comment from //go: directives
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-01 Russ Coxall: fix various doc comment formatting nits
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-01 Keith Randallruntime: improve work stealing randomness
2022-02-15 Michael Prattruntime, syscall: reimplement AllThreadsSyscall using...
2022-02-15 Michael Prattruntime: move doAllThreadsSyscall to os_linux.go
2022-02-08 Ian Lance Taylorruntime: restore old mp.fastrand initialization
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-01-31 Michael PrattRevert "runtime: normalize sigprof traceback flags"
2022-01-19 Michael Prattruntime: do not inherit labels on system goroutines
2021-12-03 Felix Geisendörferruntime: fix missing pprof labels
2021-12-01 Austin Clementsruntime: fix racy allgs access on weak memory architectures
2021-11-16 Michael Prattruntime: get tracking time only when needed
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-02 Bryan C. MillsRevert "runtime: fix missing pprof labels"
2021-11-02 Felix Geisendörferruntime: fix missing pprof labels
2021-11-02 fanzha02runtime, syscall: add calls to asan functions
2021-10-29 Michael Anthony... runtime: track the amount of scannable allocated stack...
2021-10-28 Michael Prattruntime: normalize sigprof traceback flags
2021-10-21 emahiroruntime: fix typo of pushBackAll
2021-10-20 Michael Anthony... runtime: use atomic.Float64 for assist ratio
2021-10-07 Meng Zhuoruntime,sync: using fastrandn instead of modulo reduction
2021-10-05 Josh Bleecher Snydercmd/link,runtime: remove relocations from stkobjs
2021-09-27 Rhys Hiltnerruntime: move sigprofNonGo
2021-09-24 Meng Zhuoruntime: using wyrand for fastrand
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-15 nimelehinruntime: fix setting of cpu features for amd64
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-31 Andy Panruntime: eliminate the redundant for loop in runqget()
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-23 Martin Möhrmannruntime: remove unused cpu architecture feature variabl...
2021-08-16 Tobias Klauserruntime: skip sysmon workaround on NetBSD >= 9.2
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-13 Ian Lance Taylorruntime: don't use systemstack for BeforeFork/AfterFork
2021-08-13 Michael Prattruntime: drop SIGPROF while in ARM < 7 kernel helpers
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Gerrit Code ReviewMerge "[dev.typeparams] all: merge master (46fd547...
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-07-30 Gerrit Code ReviewMerge "[dev.cmdgo] all: merge master (9eee0ed) into...
2021-07-28 Jay Conrod[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgo
2021-07-26 Ian Lance Taylorruntime: remove adjustTimers counter
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-28 Katie Hockman[dev.fuzz] all: merge master (c95464f) into dev.fuzz
2021-06-25 Tao Qingyunruntime: make ncgocall a global counter
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-17 Michael Anthony... [dev.typeparams] runtime: fix import sort order [generated]
2021-06-17 Michael Anthony... [dev.typeparams] runtime: replace uses of runtime/inter...
2021-06-16 Cuong Manh Le[dev.typeparams] all: merge master (785a8f6) into dev...
next