aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2022-09-08runtime: remove unused scanSize parameter to gcmarknewobjectMichael Anthony Knyszek
2022-09-08runtime: use searchIdx in scavengeOneMichael Anthony Knyszek
2022-09-08runtime: make mheap.pagesInUse an atomic.UintptrMichael Anthony Knyszek
2022-09-08runtime: remove alignment padding in mheap and pageAllocMichael Anthony Knyszek
2022-09-08runtime: remove atomic store requirement on pageAlloc.chunksMichael Anthony Knyszek
2022-09-08runtime: use atomic types in mspanset.go for alignment and type safetyMichael Anthony Knyszek
2022-09-08runtime/pprof: use strings.Buildercuiweixie
2022-09-08runtime/race: use strings.Buildercuiweixie
2022-09-07runtime: rename _func.entryoff to entryOffMichael Pratt
2022-09-07runtime: rename _func.nameoff and friends to nameOffMichael Pratt
2022-09-07runtime: rename inlinedCall.func_ to inlinedCall.nameOffMichael Pratt
2022-09-07runtime: use strings.Buildercuiweixie
2022-09-07runtime: simplify code using unsafe.{Slice,String}cuiweixie
2022-09-06cmd/link,runtime: remove unused fields from inlinedCallMichael Pratt
2022-09-06runtime: remove unused parameter on runOpenDeferFrameDaniel Martí
2022-09-06runtime: add missing copyright header to signal_windows_test.goTobias Klauser
2022-09-06runtime: in traceback, only jump stack if M doesn't changeAustin Clements
2022-09-06Revert "runtime: convert local var stop,ready at TestDebugCallUnsafePoint to ...Daniel Martí
2022-09-05runtime: refactor finalizer goroutine statusLeonard Wang
2022-09-05runtime: convert local var started,progress at TestStackGrowth to atomic typecuiweixie
2022-09-05runtime: convert local var cunlock at doTestParallelReaders to atomic typecuiweixie
2022-09-05runtime: convert local var ready at TestMemmoveAtomicity to atomic typecuiweixie
2022-09-05runtime: convert local var stop,ready at TestDebugCallUnsafePoint to atomic typecuiweixie
2022-09-05runtime: convert g.atomicstatus to internal atomic typeAndy Pan
2022-09-04runtime: fast clock_gettime on FreeBSD, use physical/virtual ARM timerYuval Pavel Zholkover
2022-09-03internal/syscall/unix: consolidate kernelVersion implementationsKir Kolyshkin
2022-09-02runtime: document implicit fields at the end of _funcMichael Pratt
2022-09-02runtime: simplify stkframe.argMapInternalAustin Clements
2022-09-02runtime: consolidate stkframe and its methods into stkframe.goAustin Clements
2022-09-02runtime: make getStackMap a method of stkframeAustin Clements
2022-09-02runtime: replace stkframe.arglen/argmap with methodsAustin Clements
2022-09-02runtime: switch gp when jumping stacks during tracebackAustin Clements
2022-09-02runtime: document stkframeAustin Clements
2022-09-02runtime: drop redundant argument to getArgInfoAustin Clements
2022-09-02runtime: drop function context from tracebackAustin Clements
2022-09-02cmd/compile: make runtime/internal/sys.NotInHeap intrinsicCuong Manh Le
2022-09-02runtime: support MADV_DONTNEED on the BSDs and Solaris/IllumosTobias Klauser
2022-09-01cmd/compile,runtime: redo growslice calling conventionKeith Randall
2022-09-01Revert "runtime: convert ncgocall to atomic type"Michael Pratt
2022-09-01runtime: convert ncgocall to atomic typecuiweixie
2022-08-31runtime: convert consistentHeapStats.gen to atomic typecuiweixie
2022-08-31runtime: convert rwmutex.{readerCount,readerWait} to atomic typecuiweixie
2022-08-31cmd/compile: add support for unsafe.{String,StringData,SliceData}cuiweixie
2022-08-31runtime: convert worldIsStopped to atomic typecuiweixie
2022-08-31internal/poll, internal/syscall/unix, net, runtime: convert openbsd (except m...Tobias Klauser
2022-08-31runtime: fix comment typo in mpagealloc.gobqyang
2022-08-31runtime: convert semaRoot.nwait to atomic typecuiweixie
2022-08-31runtime: convert p.numTimers and p.deletedTimers to internal atomic typesAndy Pan
2022-08-31runtime: convert sig.{state,delivering} to atomic typecuiweixie
2022-08-31runtime: convert mcache.flushGen to atomic typecuiweixie