]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/runtime2.go
Revert "runtime/cgo: store M for C-created thread in pthread key"
[gostls13.git] / src / runtime / runtime2.go
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
2021-09-27 Josh Bleecher Snyderruntime: convert _func.entry to a method
2021-09-27 Josh Bleecher Snyderruntime: change funcinl sentinel value from 0 to ^0
2021-09-24 Meng Zhuoruntime: using wyrand for fastrand
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-23 Martin Möhrmannruntime: use RDTSCP for instruction stream serialized...
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
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-08-04 Austin Clements[dev.typeparams] runtime: handle d.link carefully when...
2021-07-30 Gerrit Code ReviewMerge "[dev.cmdgo] all: merge master (9eee0ed) into...
2021-07-30 Austin Clements[dev.typeparams] runtime: use func() for deferred functions
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 Gerrit Code ReviewMerge "[dev.typeparams] all: merge master (798ec73...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-22 Ian Lance Taylorruntime: don't clear timerModifiedEarliest if adjustTim...
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-08 makdonUpdate oudated comment
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-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]
next