aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stack.go
AgeCommit message (Expand)Author
2025-12-12runtime, cmd/link: tighten search for stackObjectRecordIan Lance Taylor
2025-11-26runtime/secret: implement new secret packageDaniel Morsing
2025-11-23cmd/internal/obj/arm64, image/gif, runtime, sort: use math/bits to calculate ...Axel Wagner
2025-10-07Revert "cmd/compile: redo arm64 LR/FP save and restore"Keith Randall
2025-10-06cmd/compile: redo arm64 LR/FP save and restoreKeith Randall
2025-10-02runtime,net/http/pprof: goroutine leak detection by using the garbage collectorVlad Saioc
2025-08-15runtime: disable stack shrinking for all waiting-for-suspendG casesMichael Anthony Knyszek
2025-06-27runtime: account for missing frame pointer in preambleMichael Anthony Knyszek
2025-06-18runtime: prevent mutual deadlock between GC stopTheWorld and suspendGMichael Anthony Knyszek
2025-05-21runtime: add valgrind instrumentationRoland Shoemaker
2025-05-05Revert "cmd/compile: allow all of the preamble to be preemptible"Keith Randall
2025-04-25cmd/compile: allow all of the preamble to be preemptibleKeith Randall
2025-04-23runtime: move sizeclass defs to new package internal/runtime/gcMichael Anthony Knyszek
2025-03-04runtime: decorate anonymous memory mappingsLénaïc Huard
2024-11-18cmd/compile: remove gc programs from stack frame objectsKeith Randall
2024-11-13runtime: reserve 4kB for system stack on windows-386Russ Cox
2024-07-25runtime: allow the tracer to be reentrantMichael Anthony Knyszek
2024-07-23runtime,internal: move runtime/internal/sys to internal/runtime/sysDavid Chase
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