aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stack.go
AgeCommit message (Expand)Author
2025-06-27[release-branch.go1.23] runtime: prevent mutual deadlock between GC stopTheWo...Michael Anthony Knyszek
2024-11-27[release-branch.go1.23] runtime: reserve 4kB for system stack on windows-386Russ Cox
2024-05-22runtime: skip tracing events that would cause reentrancyMichael Anthony Knyszek
2024-05-08runtime: add traceallocfree GODEBUG for alloc/free events in tracesMichael Anthony Knyszek
2024-04-05runtime: take a stack trace during tracing only when we own the stackMichael Anthony Knyszek
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2023-08-21runtime: drop stack-allocated pcvalueCachesAustin Clements
2023-08-07Revert "runtime: drop stack-allocated pcvalueCaches"Austin Clements
2023-08-07runtime: drop stack-allocated pcvalueCachesAustin Clements
2023-07-31runtime: refactor defer processingMatthew Dempsky
2023-05-03runtime: remove systemstack logic from adjustframeFelix Geisendörfer
2023-05-03runtime: add test for systemstack frame pointer adjustmentFelix Geisendörfer
2023-04-30runtime: fix systemstack frame pointer adjustmentFelix Geisendörfer
2023-04-21runtime: tidy _Stack* constant namingAustin Clements
2023-04-21runtime, cmd: rationalize StackLimit and StackGuardAustin Clements
2023-04-21internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abiAustin Clements
2023-04-21internal/abi, runtime, cmd: merge funcID_* consts into internal/abiAustin Clements
2023-04-20Revert "internal/abi, runtime, cmd: merge StackSmall, StackBig consts into in...Austin Clements
2023-04-20Revert "runtime, cmd: rationalize StackLimit and StackGuard"Austin Clements
2023-04-20Revert "runtime: tidy _Stack* constant naming"Austin Clements
2023-04-20runtime: tidy _Stack* constant namingAustin Clements
2023-04-20runtime, cmd: rationalize StackLimit and StackGuardAustin Clements
2023-04-20internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abiAustin Clements
2023-04-18runtime: adjust frame pointer on stack copy on ARM64Cherry Zhang
2023-03-10runtime: replace all callback uses of gentraceback with unwinderAustin Clements
2022-11-18runtime,cmd/link: increase stack guard space when building with -raceKeith Randall
2022-11-07runtime: fix a few function names on commentscui fliter
2022-10-18runtime: replace all uses of CtzXX with TrailingZerosXXYoulin Feng
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-08-19runtime: fix formula for computing number of padding bytesLudi Rehak
2022-08-19runtime: add and use runtime/internal/sys.NotInHeapCuong Manh Le
2022-08-17runtime: convert g.parkingOnChan to atomic typeCuong Manh Le
2022-05-12runtime: measure stack usage; start stacks larger if neededKeith Randall
2022-05-11runtime: use unsafe.Slice in getStackMapCuong Manh Le
2022-04-11all: gofmt main repoRuss Cox
2022-04-01reflect, runtime: add reflect support for regabi on riscv64Meng Zhuo
2022-03-28Revert "reflect, runtime: add reflect support for regabi on riscv64"mzh
2022-03-27reflect, runtime: add reflect support for regabi on riscv64Meng Zhuo
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-05runtime: fix racy stackForceMove checkAustin Clements
2021-11-05runtime: add always-preempt maymorestack hookAustin Clements
2021-11-02runtime, syscall: add calls to asan functionsfanzha02
2021-10-29runtime: track the amount of scannable allocated stack for the GC pacerMichael Anthony Knyszek
2021-10-05Revert "runtime: use unsafe.Slice in getStackMap"Josh Bleecher Snyder
2021-10-05cmd/link,runtime: remove relocations from stkobjsJosh Bleecher Snyder
2021-09-29runtime: use unsafe.Slice in getStackMapJosh Bleecher Snyder
2021-09-28reflect,runtime: add reflect support for regabi on PPC64Lynn Boger
2021-09-27runtime: convert _func.entry to a methodJosh Bleecher Snyder