index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
sync
/
atomic.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-08
rust: sync: atomic: Update documentation for `fetch_add()`
Andreas Hindborg
1
-6
/
+4
2026-03-08
rust: sync: atomic: Add fetch_sub()
Andreas Hindborg
1
-0
/
+43
2026-03-08
rust: sync: atomic: Add atomic operation helpers over raw pointers
Boqun Feng
1
-0
/
+104
2026-03-08
rust: sync: atomic: Add performance-optimal Flag type for atomic booleans
FUJITA Tomonori
1
-0
/
+125
2026-03-08
rust: sync: atomic: Add Atomic<*{mut,const} T> support
Boqun Feng
1
-1
/
+11
2026-03-08
rust: sync: atomic: Add example for Atomic::get_mut()
FUJITA Tomonori
1
-0
/
+11
2026-03-08
rust: sync: atomic: Remove bound `T: Sync` for `Atomic::from_ptr()`
Boqun Feng
1
-4
/
+1
2025-12-06
rust: sync: atomic: separate import "blocks"
Miguel Ojeda
1
-0
/
+1
2025-11-12
rust: sync: atomic: Implement Debug for Atomic<Debug>
Boqun Feng
1
-0
/
+9
2025-11-12
rust: sync: atomic: Make Atomic*Ops pub(crate)
Boqun Feng
1
-1
/
+2
2025-09-15
rust: sync: atomic: Add the framework of arithmetic operations
Boqun Feng
1
-2
/
+92
2025-09-15
rust: sync: atomic: Add atomic {cmp,}xchg operations
Boqun Feng
1
-1
/
+167
2025-09-15
rust: sync: atomic: Add generic atomics
Boqun Feng
1
-0
/
+271
2025-09-15
rust: sync: atomic: Add ordering annotation types
Boqun Feng
1
-0
/
+2
2025-09-15
rust: sync: Add basic atomic operation mapping framework
Boqun Feng
1
-0
/
+22