summaryrefslogtreecommitdiff
path: root/rust/kernel/sync
AgeCommit message (Expand)Author
2025-12-06rust: sync: atomic: separate import "blocks"Miguel Ojeda
2025-12-06Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-03Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-12-01Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-11-12rust: sync: atomic: Implement Debug for Atomic<Debug>Boqun Feng
2025-11-12rust: sync: atomic: Make Atomic*Ops pub(crate)Boqun Feng
2025-11-03rust: sync: add `SetOnce`Andreas Hindborg
2025-11-02rust: condvar: fix broken intra-doc linkMiguel Ojeda
2025-10-22rust: replace `CStr` with `core::ffi::CStr`Tamir Duberstein
2025-10-21rust: lock: Add a Pin<&mut T> accessorDaniel Almeida
2025-10-21rust: lock: Pin the inner dataDaniel Almeida
2025-10-21rust: lock: guard: Add T: Unpin bound to DerefMutDaniel Almeida
2025-09-30Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-09-16rust: sync: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein
2025-09-15rust: block: convert `block::mq` to use `Refcount`Gary Guo
2025-09-15rust: convert `Arc` to use `Refcount`Gary Guo
2025-09-15rust: make `Arc::into_unique_or_drop` associated functionGary Guo
2025-09-15rust: implement `kernel::sync::Refcount`Gary Guo
2025-09-15rust: sync: Add memory barriersBoqun Feng
2025-09-15rust: sync: atomic: Add Atomic<{usize,isize}>Boqun Feng
2025-09-15rust: sync: atomic: Add Atomic<u{32,64}>Boqun Feng
2025-09-15rust: sync: atomic: Add the framework of arithmetic operationsBoqun Feng
2025-09-15rust: sync: atomic: Add atomic {cmp,}xchg operationsBoqun Feng
2025-09-15rust: sync: atomic: Add generic atomicsBoqun Feng
2025-09-15rust: sync: atomic: Add ordering annotation typesBoqun Feng
2025-09-15rust: sync: Add basic atomic operation mapping frameworkBoqun Feng
2025-09-15rust: sync: extend module documentation of arefBenno Lossin
2025-09-08rust: sync: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand
2025-08-15rust: alloc: take the allocator into account for FOREIGN_ALIGNAlice Ryhl
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-07-29Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-22rust: kernel: move ARef and AlwaysRefCounted to sync::arefShankari Anand
2025-07-14rust: types: add FOREIGN_ALIGN to ForeignOwnableAndreas Hindborg
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra
2025-07-14poll: rust: allow poll_table ptrs to be nullAlice Ryhl
2025-07-11rust: sync: Add #[must_use] to Lock::try_lock()Jason Devers
2025-07-03rust: sync: implement `Borrow` and `BorrowMut` for `Arc` typesAlexandre Courbot
2025-06-24rust: sync: Mark PollCondVar::drop() inlineKunwu Chan
2025-06-24rust: sync: Mark CondVar::notify_*() inlineKunwu Chan
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein
2025-06-13rust: completion: implement initial abstractionDanilo Krummrich
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-05-26rust: make section names pluralPatrick Miller
2025-05-18Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux ...Miguel Ojeda
2025-05-16rust: sync: rcu: Mark Guard methods as inlineI Hsin Cheng
2025-05-12rust: convert raw URLs to Markdown autolinks in commentsXizhe Yin
2025-05-01rust: types: add `ForeignOwnable::PointedTo`Tamir Duberstein
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds