aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/atomic_pointer.go
AgeCommit message (Expand)Author
2025-03-11runtime/internal: clean up completelyJes Cok
2024-05-29all: document legacy //go:linkname for modules with ≥100 dependentsRuss Cox
2024-05-23all: document legacy //go:linkname for modules with ≥500 dependentsRuss Cox
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2023-02-17runtime: remove the restriction that write barrier ptrs come in pairsKeith Randall
2023-02-16runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENTKeith Randall
2022-10-18runtime/internal/atomic: add write barrier-enabled pointer atomicsRuss Cox
2018-08-22runtime: remove unused function caspIan Lance Taylor
2018-02-13runtime: eliminate all writebarrierptr* callsAustin Clements
2016-10-28runtime: perform write barrier before pointer writeAustin Clements
2016-04-14sync/atomic: don't atomically write pointers twiceAustin Clements
2016-04-14runtime: make sync_atomic_SwapPointer signature match sync/atomicAustin Clements
2016-04-13runtime/internal/atomic: rename Storep1 to StorepNoWBAustin Clements
2016-04-13runtime/internal/atomic: remove write barrier from Storep1 on s390xAustin Clements
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-08-27runtime: remove unused xchgp/xchgp1Michael Hudson-Doyle
2015-05-11runtime: remove wbshadow modeRuss Cox
2015-01-06runtime, sync/atomic: add write barrier for atomic write of pointerRuss Cox