index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
internal
/
atomic
Age
Commit message (
Expand
)
Author
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-03-21
cmd/compile,cmd/go,cmd/internal,runtime: remove dynamic checks for atomics fo...
Andrey Bokhanko
2024-02-20
runtime/internal/atomic: add s390x operators for And/Or
Mauri de Souza Meneguzzo
2024-02-16
runtime/internal/atomic: correct GOARM=7 guard at a DMB instruction
Cherry Mui
2024-02-05
runtime/internal/atomic: add loong64 operators for And/Or
Mauri de Souza Meneguzzo
2023-11-22
runtime/internal/atomic: deduplicate And/Or code on wasm
Mauri de Souza Meneguzzo
2023-11-21
runtime/internal/atomic: deduplicate And/Or code on arm
Mauri de Souza Meneguzzo
2023-11-20
runtime/internal/atomic: add generic implementation for And/Or
Mauri de Souza Meneguzzo
2023-11-07
runtime/internal/atomic: add arm/arm64 operators for And/Or
Mauri de Souza Meneguzzo
2023-11-06
runtime/internal/atomic: add 386/amd64 And/Or operators
Mauri de Souza Meneguzzo
2023-10-31
runtime: on arm32, detect whether we have sync instructions
Keith Randall
2023-10-25
runtime/internal/atomic: add riscv64 operators for And/Or
Mauri de Souza Meneguzzo
2023-10-24
runtime/internal/atomic: add memory barrier for mips Cas on failure
Mauri de Souza Meneguzzo
2023-10-19
all: drop old +build lines
Dmitri Shuralyov
2023-10-11
cmd/compile, runtime/internal/atomic: add lwsync for false ppc64 cas
Ian Lance Taylor
2023-10-03
runtime/internal/atomic: add ppc64x operators for And/Or
Mauri de Souza Meneguzzo
2023-09-13
runtime/internal/atomic: add wasm And/Or operators
Mauri de Souza Meneguzzo
2023-03-28
runtime: clean atomic_loong64.s of unnecessary package references
Guoqi Chen
2023-03-20
all: gofmt
Damien Neil
2022-12-17
cmd/compile: sign-extend the 2nd argument of the LoweredAtomicCas32 on loong6...
Guoqi Chen
2022-10-29
runtime/internal/atomic: enable atomic 64bit types for all functions on linux...
Guoqi Chen
2022-10-18
runtime/internal/atomic: add write barrier-enabled pointer atomics
Russ Cox
2022-08-26
runtime: mark all methods of atomic types with go:nosplit
Andy Pan
2022-08-19
runtime/internal/atomic: remove double-check in kernelcas on linux/arm
Tobias Klauser
2022-08-12
runtime: mark atomic methods which call nosplit functions as nosplit
Cuong Manh Le
2022-08-08
runtime/internal/atomic: add Pointer[T] type
Austin Clements
2022-05-19
runtime/internal/atomic: add atomic support for loong64
Xiaodong Liu
2022-05-13
runtime/internal/atomic: align 64-bit types to 8 bytes everywhere
Michael Anthony Knyszek
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-03-31
runtime/internal/atomic: add Bool
Michael Anthony Knyszek
2022-02-25
runtime/internal/atomic: set SP delta correctly for 64-bit atomic functions o...
Cherry Mui
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-06
all: remove more leftover // +build lines
Tobias Klauser
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-20
runtime/internal/atomic: add atomic types for all functions
Michael Anthony Knyszek
2021-06-30
[dev.typeparams] all: merge master (4711bf3) into dev.typeparams
Matthew Dempsky
2021-06-28
runtime/internal/atomic: drop Cas64 pointer indirection in comments
Mia Zhu
2021-06-25
[dev.typeparams] all: merge master (37f9a8f) into dev.typeparams
Cuong Manh Le
2021-06-22
runtime/internal/atomic: remove incorrect pointer indirection in comment
Xing Gao
2021-06-17
[dev.typeparams] runtime/internal/sys: replace BigEndian with goarch.BigEndia...
Michael Anthony Knyszek
2021-06-02
[dev.typeparams] cmd/compile: add dictionary argument to generic functions
Keith Randall
2021-06-02
runtime: fix formatting
Keith Randall
2021-05-13
all: add //go:build lines to assembly files
Tobias Klauser
2021-05-12
runtime/internal/atomic: add LSE atomics instructions to arm64
Jonathan Swinney
2021-04-05
runtime: extend internal atomics to comply with sync/atomic
Ruslan Andreev
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-11-05
cmd/compile: improve atomic swap intrinsics on arm64
Jonathan Swinney
2020-10-23
runtime/internal/atomic: add 32-bit And/Or
Michael Pratt
2020-10-21
cmd/compiler,cmd/go,sync: add internal {LoadAcq,StoreRel}64 on ppc64
Paul E. Murphy
2020-10-16
runtime/internal/atomic: panic nicely on unaligned 64-bit atomics
Austin Clements
[next]