summaryrefslogtreecommitdiff
path: root/src/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime/cgo: store M for C-created thread in pthread keyCherry Mui2023-05-1737-66/+808
* runtime: publish netpoll info after incrementing fdseqIan Lance Taylor2023-05-171-0/+8
* runtime: replace sysBlockTraced with tracedSyscallEnterMichael Anthony Knyszek2023-05-172-9/+21
* runtime: hide sysExitTicks a little betterMichael Anthony Knyszek2023-05-172-9/+10
* runtime: capture per-p trace state in a typeMichael Anthony Knyszek2023-05-173-25/+31
* runtime: capture per-m trace state in a typeMichael Anthony Knyszek2023-05-172-10/+19
* runtime: capture per-g trace state in a typeMichael Anthony Knyszek2023-05-174-58/+65
* hash/maphash: weaken avalanche test a bitKeith Randall2023-05-171-1/+1
* runtime: factor our oneNewExtraM trace codeMichael Anthony Knyszek2023-05-172-6/+14
* runtime: consistently define fcntlIan Lance Taylor2023-05-1734-86/+209
* runtime: improve ppc64x memclr for tail bytesLynn Boger2023-05-161-5/+15
* os, runtime: remove unused implementations of os.sigpipeIan Lance Taylor2023-05-122-10/+0
* reflect: do not escape Value.TypeCherry Mui2023-05-121-0/+3
* reflect: allow Value be stack allocatedCherry Mui2023-05-122-3/+3
* runtime: remove unused skip arg from fpTracebackPCsFelix Geisendörfer2023-05-123-7/+7
* runtime: remove crash_cgo_test CgoRaceSignal timeoutIan Lance Taylor2023-05-122-14/+1
* runtime: save/fetch g register during VDSO on linux/loong64Guoqi Chen2023-05-112-5/+41
* runtime: remove unused traceFutileWakeupMichael Anthony Knyszek2023-05-111-12/+2
* runtime: hide trace.shutdown behind traceShuttingDownMichael Anthony Knyszek2023-05-112-2/+7
* runtime: replace trace.enabled with traceEnabledMichael Anthony Knyszek2023-05-118-60/+60
* runtime: add traceEnabled functionMichael Anthony Knyszek2023-05-111-0/+5
* runtime: hide trace lock init detailsMichael Anthony Knyszek2023-05-112-4/+9
* Revert "runtime: rename getcallerfp to getfp"Michael Pratt2023-05-1115-35/+26
* runtime: rename getcallerfp to getfpFelix Geisendörfer2023-05-1115-26/+35
* runtime: move per-type types to internal/abiDavid Chase2023-05-1118-507/+376
* runtime: redefine _type to abi.Type; add rtype for methods.David Chase2023-05-1116-71/+73
* internal/abi,reflectlite,reflect,runtime: common up chan typeDavid Chase2023-05-102-9/+5
* internal/reflectlite, runtime: move more constants and types into internal/abiDavid Chase2023-05-105-66/+14
* internal/abi: common up ArrayTypeDavid Chase2023-05-105-23/+18
* internal/abi: common up Method, Imethod, UncommonType typesDavid Chase2023-05-103-38/+20
* all: fix a lot of commentscui fliter2023-05-102-2/+2
* runtime: fix misaligned SP for libfuzzer entryKeith Randall2023-05-101-0/+1
* runtime: exclude extra M's from debug.SetMaxThreadsMichael Pratt2023-05-091-4/+25
* runtime: calculate nanoseconds in usleep on linux/loong64Guoqi Chen2023-05-091-10/+10
* runtime: remove TestCrashExitCodeqmuntal2023-05-081-32/+6
* runtime: clean up extra M APIMichael Pratt2023-05-082-36/+51
* runtime, runtime/pprof: record instantiated symbol name in CPU profileCherry Mui2023-05-053-1/+22
* cmd/link, runtime: include full symbol name for generic functions in runtime ...Cherry Mui2023-05-054-15/+110
* internal/abi: refactor (basic) type struct into one definitionDavid Chase2023-05-0529-362/+329
* Revert "runtime/cgo: store M for C-created thread in pthread key"Chressie Himpel2023-05-0537-802/+64
* runtime: don't check the exit code in TestWERDialogueqmuntal2023-05-051-12/+37
* runtime: don't run TestStackGrowth in parallel with other testsCherry Mui2023-05-041-2/+0
* runtime/cgo: preserve VRs across crosscall_ppc64 on linuxPaul E. Murphy2023-05-041-91/+47
* runtime/cgo: preserve nonvolatile VRs when crosscalling into Go on PPC64Paul E. Murphy2023-05-041-103/+9
* runtime: skip TestSegv/SegvInCgo earlier on iosBryan C. Mills2023-05-041-0/+4
* runtime/coverage: fix problematic test from issue 59563Than McIntosh2023-05-031-3/+6
* runtime: add test skips for iosBryan C. Mills2023-05-031-1/+7
* runtime: remove systemstack logic from adjustframeFelix Geisendörfer2023-05-031-7/+0
* runtime: add test for systemstack frame pointer adjustmentFelix Geisendörfer2023-05-033-1/+40
* runtime/trace: enable frame pointer unwinding by default for amd64 and arm64Nick Ripley2023-05-022-5/+2