]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/proc.go
runtime: refactor runtime->tracer API to appear more like a lock
[gostls13.git] / src / runtime / proc.go
2023-11-09 Michael Anthony... runtime: refactor runtime->tracer API to appear more...
2023-11-06 Mauri de Souza Men... runtime: add crash stack support for mips64x
2023-11-02 Joel Singruntime: add crash stack support for riscv64
2023-10-31 Joel Singruntime: allocate crash stack via stackalloc
2023-10-26 Cherry Muiruntime: print a stack trace at "morestack on g0"
2023-10-26 Michael Prattruntime: clear g0 stack bounds in dropm
2023-09-20 Cherry Muicmd/link, runtime: initialize packages in shared build...
2023-09-12 Michael Prattruntime: allow update of system stack bounds on callbac...
2023-09-11 Michael PrattRevert "runtime: allow update of system stack bounds...
2023-09-11 Michael Prattruntime: allow update of system stack bounds on callbac...
2023-09-08 Cherry Muiruntime: increase g0 stack size in non-cgo case
2023-08-15 Nick Ripleyruntime: zero saved frame pointer when reusing goroutin...
2023-08-05 Joel Singruntime,syscall: invert openbsd architecture tests
2023-07-25 Roland Shoemakerruntime: enforce standard file descriptors open on...
2023-07-20 Michael Prattruntime: call wakep in gosched
2023-07-20 Michael Prattruntime: check global runq during "delicate dance"
2023-07-20 Ian Lance Taylorruntime: adjust netpollWaiters after goroutines are...
2023-06-23 Jelle van den Hooffruntime: set raceignore to zero when starting a new...
2023-06-06 Michael Prattruntime: make GODEBUG=dontfreezetheworld=1 safer
2023-06-06 Roland Shoemakerruntime: implement SUID/SGID protections
2023-06-01 Michael Prattruntime: only increment extraMInUse when actually in use
2023-05-24 Michael Anthony... runtime: cache inner pinner on P
2023-05-23 Michael Anthony... runtime: fix usage of stale "now" value for netpolling Ms
2023-05-19 Michael Anthony... runtime: replace raw traceEv with traceBlockReason...
2023-05-19 Michael Anthony... runtime: formalize the trace clock
2023-05-19 Michael Anthony... runtime: emit STW events for all pauses, not just those...
2023-05-17 Cherry Muiruntime/cgo: store M for C-created thread in pthread key
2023-05-17 Michael Anthony... runtime: replace sysBlockTraced with tracedSyscallEnter
2023-05-17 Michael Anthony... runtime: hide sysExitTicks a little better
2023-05-17 Michael Anthony... runtime: capture per-g trace state in a type
2023-05-17 Michael Anthony... runtime: factor our oneNewExtraM trace code
2023-05-11 Michael Anthony... runtime: hide trace.shutdown behind traceShuttingDown
2023-05-11 Michael Anthony... runtime: replace trace.enabled with traceEnabled
2023-05-11 Michael Anthony... runtime: hide trace lock init details
2023-05-09 Michael Prattruntime: exclude extra M's from debug.SetMaxThreads
2023-05-08 Michael Prattruntime: clean up extra M API
2023-05-05 Chressie HimpelRevert "runtime/cgo: store M for C-created thread in...
2023-04-28 Nick Ripleyruntime/trace: avoid frame pointer unwinding for events...
2023-04-28 Lucien Cofferuntime: resolve checkdead panic by refining `startm...
2023-04-26 Michael Prattruntime/cgo: store M for C-created thread in pthread key
2023-04-24 Ian Lance Taylorruntime: add raceFiniLock to lock ranking
2023-04-21 Lucien Cofferuntime: prevent double lock in checkdead by unlocking...
2023-04-21 Austin Clementsruntime: tidy _Stack* constant naming
2023-04-21 Austin Clementsinternal/abi, runtime, cmd: merge funcFlag_* consts...
2023-04-20 Austin ClementsRevert "runtime: tidy _Stack* constant naming"
2023-04-20 Austin Clementsruntime: tidy _Stack* constant naming
2023-04-17 Michael PrattRevert "runtime/cgo: store M for C-created thread in...
2023-04-14 Keith Randallcmd/link: establish dependable package initialization...
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-31 Cherry MuiRevert "runtime: get a better g0 stack bound in needm"
2023-03-30 Cherry Muiruntime: get a better g0 stack bound in needm
2023-03-30 Felix Geisendörferruntime/trace: use regular unwinding for cgo callbacks
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: new API for filling PC traceback buffers
2023-03-09 Keith RandallRevert "cmd/link: establish dependable package initiali...
2023-03-03 Keith Randallcmd/link: establish dependable package initialization...
2023-03-02 Michael Prattall: move //go: function directives directly above...
2023-02-21 Nick Ripleyruntime: record parent goroutine ID, and print it in...
2023-02-16 Keith Randallruntime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
2023-02-08 Oleksandr Redkoruntime: correct typos
2022-12-05 Cherry Muiruntime: prioritize VDSO and libcall unwinding in profiler
2022-11-18 cui fliterall: add missing periods in comments
2022-11-18 Michael Knyszekruntime: add page tracer
2022-11-10 Ian Lance Taylorruntime: consolidate some low-level error reporting
2022-11-07 Michael Prattruntime: yield in goschedIfBusy if gp.preempt
2022-10-18 Michael Prattruntime: always keep global reference to mp until mexit...
2022-10-05 Wang Deyuruntime: avoid initializing MemProfileRate in init...
2022-09-27 doujiang24runtime/trace: add missing events for the locked g...
2022-09-26 Than McIntoshruntime: add an exit hook facility
2022-09-16 Michael Anthony... runtime: tweak bgsweep "low-priority" heuristic
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-07 cuiweixieruntime: simplify code using unsafe.{Slice,String}
2022-09-05 Leonard Wangruntime: refactor finalizer goroutine status
2022-09-05 Andy Panruntime: convert g.atomicstatus to internal atomic...
2022-09-01 Michael PrattRevert "runtime: convert ncgocall to atomic type"
2022-09-01 cuiweixieruntime: convert ncgocall to atomic type
2022-08-31 Andy Panruntime: convert p.numTimers and p.deletedTimers to...
2022-08-31 Andy Panruntime: convert extram and extraMWaiters to internal...
2022-08-26 Andy Panruntime: convert forcegcstate.idle to internal atomic...
2022-08-25 Andy Panruntime: convert netpollWaiters to internal atomic...
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 freezing to atomic type
2022-08-17 Cuong Manh Leruntime: convert m.signalPending to atomic type
2022-08-15 Cuong Manh LeRevert "runtime/trace: add missing events for the locke...
2022-08-12 Andy Panruntime: fix a comment typo in runqget()
2022-08-12 doujiang24runtime/trace: add missing events for the locked g...
2022-08-12 Michael Prattruntime: synchronize P wakeup and dropping Ps
2022-08-12 Michael Prattruntime: convert prof.hz to atomic type
2022-08-12 Michael Prattruntime: convert prof.signalLock to atomic type
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
next