]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/runtime2.go
runtime: make it harder to introduce deadlocks with forEachP
[gostls13.git] / src / runtime / runtime2.go
2023-11-09 Michael Anthony... runtime: make it harder to introduce deadlocks with...
2023-10-18 bestgopherruntime: fix comments for itab
2023-09-19 Michael Prattruntime: set stackguard1 on extra M g0
2023-09-11 Michael PrattRevert "runtime: set stackguard1 on extra M g0"
2023-09-11 Michael Prattruntime: set stackguard1 on extra M g0
2023-08-25 doujiang24cmd/cgo: add #cgo noescape/nocallback annotations
2023-08-21 Austin Clementsruntime: move pcvalue cache to M
2023-08-21 Andy Panruntime: document maxStack and m.createstack in more...
2023-08-17 Russ Coxruntime: change mutex profile to count every blocked...
2023-08-16 Russ Coxcmd/compile, runtime: make room for rangefunc defers
2023-08-07 Austin ClementsRevert "runtime: move pcvalue cache to M"
2023-08-07 Austin Clementsruntime: move pcvalue cache to M
2023-08-07 Matthew Dempskyruntime: avoid relying on the unwinder in deferreturn
2023-08-07 Matthew Dempskyruntime, cmd/compile: optimize open-coded defers
2023-08-07 Matthew Dempskyruntime, cmd/compile: prune unused _defer fields
2023-07-31 Matthew Dempskyruntime: refactor defer processing
2023-05-24 Michael Anthony... runtime: cache inner pinner on P
2023-05-19 Michael Anthony... runtime: replace raw traceEv with traceBlockReason...
2023-05-17 Cherry Muiruntime/cgo: store M for C-created thread in pthread key
2023-05-17 Michael Anthony... runtime: capture per-p trace state in a type
2023-05-17 Michael Anthony... runtime: capture per-m trace state in a type
2023-05-17 Michael Anthony... runtime: capture per-g trace state in a type
2023-05-10 cui fliterall: fix a lot of comments
2023-05-05 Chressie HimpelRevert "runtime/cgo: store M for C-created thread in...
2023-04-26 Michael Prattruntime/cgo: store M for C-created thread in pthread key
2023-04-21 Austin Clementsinternal/abi, runtime, cmd: merge funcFlag_* consts...
2023-04-21 Austin Clementsinternal/abi, runtime, cmd: merge funcID_* consts into...
2023-04-17 Michael PrattRevert "runtime/cgo: store M for C-created thread in...
2023-04-03 doujiang24runtime/cgo: store M for C-created thread in pthread key
2023-03-31 Cherry MuiRevert "runtime/cgo: store M for C-created thread in...
2023-03-24 doujiang24runtime/cgo: store M for C-created thread in pthread key
2023-03-21 Austin Clementsruntime: for deep stacks, print both the top 50 and...
2023-03-10 Austin Clementsruntime: delete gentraceback
2023-03-10 Austin Clementsruntime: implement traceback iterator
2023-03-10 Austin Clementsruntime: create an API for unwinding inlined frames
2023-02-21 Nick Ripleyruntime: record parent goroutine ID, and print it in...
2022-11-18 Michael Knyszekruntime: add page tracer
2022-10-21 Cherry Muiruntime: gofmt
2022-10-18 Michael Prattruntime: always keep global reference to mp until mexit...
2022-10-14 Michael Prattcmd/compile,cmd/link,runtime: add start line numbers...
2022-09-27 doujiang24runtime/trace: add missing events for the locked g...
2022-09-16 Michael Anthony... runtime/metrics: add /sync/mutex/wait/total:seconds...
2022-09-16 Michael Anthony... runtime: set G wait reason more consistently
2022-09-16 Michael Anthony... runtime: make the wait reason for a g blocked on a...
2022-09-16 Michael Anthony... runtime/metrics: add CPU stats
2022-09-07 Michael Prattruntime: rename _func.entryoff to entryOff
2022-09-07 Michael Prattruntime: rename _func.nameoff and friends to nameOff
2022-09-05 Andy Panruntime: convert g.atomicstatus to internal atomic...
2022-09-02 Michael Prattruntime: document implicit fields at the end of _func
2022-09-02 Austin Clementsruntime: consolidate stkframe and its methods into...
2022-09-02 Austin Clementsruntime: replace stkframe.arglen/argmap with methods
2022-09-02 Austin Clementsruntime: document stkframe
2022-08-31 Andy Panruntime: convert p.numTimers and p.deletedTimers to...
2022-08-26 Cuong Manh Leruntime: drop padding alignment field for timeHistogram
2022-08-26 Andy Panruntime: convert forcegcstate.idle to internal atomic...
2022-08-26 hopehookruntime: convert g.selectDone to atomic type
2022-08-26 hopehookruntime: convert p.statsSeq to internal atomic type
2022-08-18 Cuong Manh Leruntime: remove p padding field for atomic fields alignment
2022-08-18 Cuong Manh Leruntime: convert timer0When/timerModifiedEarliest to...
2022-08-18 Cuong Manh Leruntime: convert m.cgoCallersUse to atomic type
2022-08-18 Cuong Manh Leruntime: convert p.timerModifiedEarliest to atomic...
2022-08-17 Cuong Manh Leruntime: convert p.timer0When to atomic type
2022-08-17 Cuong Manh Leruntime: convert m.preemptGen to atomic type
2022-08-17 Cuong Manh Leruntime: convert m.signalPending to atomic type
2022-08-17 Cuong Manh Leruntime: convert g.parkingOnChan to atomic type
2022-08-15 Cuong Manh LeRevert "runtime/trace: add missing events for the locke...
2022-08-12 doujiang24runtime/trace: add missing events for the locked g...
2022-08-12 Cuong Manh Leruntime: run "gofmt -s -w"
2022-08-12 Michael Prattruntime: synchronize P wakeup and dropping Ps
2022-08-12 Michael Prattruntime: convert timeHistogram to atomic types
2022-08-12 Michael Prattruntime: convert schedt.sysmonwait to atomic type
2022-08-12 Michael Prattruntime: convert schedt.gcwaiting to atomic type
2022-08-12 Michael Prattruntime: convert schedt.nmspinning to atomic type
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: convert g.goid to uint64
2022-08-12 Michael Prattruntime: convert schedt.goidgen to atomic type
2022-06-03 Michael Anthony... runtime: only use CPU time from the current window...
2022-05-12 Keith Randallruntime: measure stack usage; start stacks larger if...
2022-05-03 Rhys Hiltnerruntime: decrease STW pause for goroutine profile
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-04-28 Michael Prattruntime: simply user throws, expand runtime throws
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Keith Randallruntime: align m.procid to 8 bytes on 32-bit systems
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-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-24 Romanos Skiadasruntime: update framepointer_enabled doc
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-15 Michael Prattruntime, syscall: reimplement AllThreadsSyscall using...
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-02 Ian Lance Taylorruntime: update _defer comment to not mention freedefer
2022-01-14 Russ Coxruntime: fix net poll races
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-29 Michael Anthony... runtime: track the amount of scannable allocated stack...
2021-09-29 Josh Bleecher Snydercmd/link, runtime: use offset for _func.entry
next