index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
sync
Age
Commit message (
Expand
)
Author
8 days
Merge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
10 days
Merge tag 'rcu.2026.08.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-08-18
Merge tag 'locking-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-08-10
rust: sync: Introduce SpinLockIrq::lock_with() and friends
Lyude Paul
2026-08-10
rust: sync: Add SpinLockIrq
Lyude Paul
2026-08-10
rust: sync: Use super::* in spinlock.rs
Lyude Paul
2026-08-10
rust: sync: Add abstraction for rcu_barrier()
Philipp Stanner
2026-08-10
rust: types: implement ForeignOwnable for ARef<T>
Danilo Krummrich
2026-08-10
rust: sync: improve `Arc` documentation links
Harish C S
2026-08-05
rust: treewide: replace `__pinned_init` with `raw_[try_]init`
Gary Guo
2026-08-04
rust: sync: Add generic memory barriers
Gary Guo
2026-08-04
rust: sync: Use safe synchronize_rcu() abstraction in poll
Philipp Stanner
2026-08-04
rust: sync: Add abstraction for synchronize_rcu()
Philipp Stanner
2026-07-17
rust: poll: use kfree_rcu() for PollCondVar
Alice Ryhl
2026-07-15
rust: sync: add SRCU abstraction
Onur Özkan
2026-06-15
Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...
Linus Torvalds
2026-06-10
rust: make `build_assert` module the home of related macros
Gary Guo
2026-06-10
rust: aref: use the "kernel vertical" imports style
Andreas Hindborg
2026-06-09
rust: sync: completion: Mark inline complete_all and wait_for_completion
Fabricio Parra
2026-06-09
rust: sync: add `UniqueArc::as_ptr`
Andreas Hindborg
2026-06-09
rust: inline some init methods
Alexandre Courbot
2026-06-08
rust: tests: add Kconfig for KUnit test
Yury Norov
2026-06-08
rust: tests: drop 'use crate' in bitmap and atomic KUnit tests
Yury Norov
2026-06-04
rust: sync: add #[must_use] to GlobalGuard and GlobalLock::try_lock
Ashutosh Desai
2026-04-24
Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-04-14
Merge tag 'locking-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-04-07
rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Miguel Ojeda
2026-04-01
rust: sync: implement == operator for ARef
Alice Ryhl
2026-03-08
rust: atomic: Update a safety comment in impl of `fetch_add()`
Andreas Hindborg
2026-03-08
rust: sync: atomic: Update documentation for `fetch_add()`
Andreas Hindborg
2026-03-08
rust: sync: atomic: Add fetch_sub()
Andreas Hindborg
2026-03-08
rust: sync: atomic: Add atomic operation helpers over raw pointers
Boqun Feng
2026-03-08
rust: sync: atomic: Add performance-optimal Flag type for atomic booleans
FUJITA Tomonori
2026-03-08
rust: sync: atomic: Add Atomic<*{mut,const} T> support
Boqun Feng
2026-03-08
rust: sync: atomic: Clarify the need of CONFIG_ARCH_SUPPORTS_ATOMIC_RMW
Boqun Feng
2026-03-08
rust: sync: atomic: Add example for Atomic::get_mut()
FUJITA Tomonori
2026-03-08
rust: sync: atomic: Remove bound `T: Sync` for `Atomic::from_ptr()`
Boqun Feng
2026-02-17
Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-02-10
Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-01-26
rust: sync: atomic: Provide stub for `rusttest` 32-bit hosts
Miguel Ojeda
2026-01-18
rust: sync: refcount: always inline functions using build_assert with arguments
Alexandre Courbot
2026-01-10
rust: sync: Inline various lock related methods
Alice Ryhl
2026-01-09
rust: sync: atomic: Add atomic bool tests
FUJITA Tomonori
2026-01-09
rust: sync: atomic: Add atomic bool support via i8 representation
FUJITA Tomonori
2026-01-09
rust: sync: atomic: Add i8/i16 xchg and cmpxchg support
FUJITA Tomonori
2026-01-09
rust: sync: atomic: Add store_release/load_acquire tests
FUJITA Tomonori
2026-01-09
rust: sync: atomic: Add i8/i16 load and store support
FUJITA Tomonori
2026-01-09
rust: sync: atomic: Prepare AtomicOps macros for i8/i16 support
FUJITA Tomonori
2026-01-09
rust: sync: Implement Unpin for ARef
Alice Ryhl
2026-01-09
rust: sync: set_once: Implement Send and Sync
FUJITA Tomonori
[next]