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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-10
Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-27
/
+142
2026-01-26
rust: sync: atomic: Provide stub for `rusttest` 32-bit hosts
Miguel Ojeda
1
-0
/
+11
2026-01-09
rust: sync: atomic: Add atomic bool tests
FUJITA Tomonori
1
-0
/
+16
2026-01-09
rust: sync: atomic: Add atomic bool support via i8 representation
FUJITA Tomonori
1
-0
/
+11
2026-01-09
rust: sync: atomic: Add i8/i16 xchg and cmpxchg support
FUJITA Tomonori
2
-3
/
+9
2026-01-09
rust: sync: atomic: Add store_release/load_acquire tests
FUJITA Tomonori
1
-0
/
+10
2026-01-09
rust: sync: atomic: Add i8/i16 load and store support
FUJITA Tomonori
2
-7
/
+32
2026-01-09
rust: sync: atomic: Prepare AtomicOps macros for i8/i16 support
FUJITA Tomonori
1
-19
/
+66
2025-09-15
rust: sync: atomic: Add Atomic<{usize,isize}>
Boqun Feng
1
-4
/
+49
2025-09-15
rust: sync: atomic: Add Atomic<u{32,64}>
Boqun Feng
1
-0
/
+95
2025-09-15
rust: sync: atomic: Add the framework of arithmetic operations
Boqun Feng
1
-0
/
+14
2025-09-15
rust: sync: atomic: Add generic atomics
Boqun Feng
1
-0
/
+15
2025-09-15
rust: sync: atomic: Add ordering annotation types
Boqun Feng
1
-0
/
+104
2025-09-15
rust: sync: Add basic atomic operation mapping framework
Boqun Feng
1
-0
/
+265