aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/kernel/sync (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-02rust: condvar: fix broken intra-doc linkMiguel Ojeda1-1/+1
2025-09-30Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds2-5/+20
2025-09-16rust: sync: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-1/+1
2025-09-15rust: block: convert `block::mq` to use `Refcount`Gary Guo1-0/+15
2025-09-15rust: convert `Arc` to use `Refcount`Gary Guo1-31/+14
2025-09-15rust: make `Arc::into_unique_or_drop` associated functionGary Guo1-6/+6
2025-09-15rust: implement `kernel::sync::Refcount`Gary Guo1-0/+98
2025-09-15rust: sync: Add memory barriersBoqun Feng1-0/+61
2025-09-15rust: sync: atomic: Add Atomic<{usize,isize}>Boqun Feng1-4/+49
2025-09-15rust: sync: atomic: Add Atomic<u{32,64}>Boqun Feng1-0/+95
2025-09-15rust: sync: atomic: Add the framework of arithmetic operationsBoqun Feng2-2/+106
2025-09-15rust: sync: atomic: Add atomic {cmp,}xchg operationsBoqun Feng1-1/+167
2025-09-15rust: sync: atomic: Add generic atomicsBoqun Feng2-0/+286
2025-09-15rust: sync: atomic: Add ordering annotation typesBoqun Feng2-0/+106
2025-09-15rust: sync: Add basic atomic operation mapping frameworkBoqun Feng2-0/+287
2025-09-15rust: sync: extend module documentation of arefBenno Lossin1-0/+15
2025-09-08rust: sync: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand1-1/+1
2025-08-15rust: alloc: take the allocator into account for FOREIGN_ALIGNAlice Ryhl1-3/+3
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds2-12/+244
2025-07-29Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+4
2025-07-28Merge tag 'vfs-6.17-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-42/+26
2025-07-22rust: kernel: move ARef and AlwaysRefCounted to sync::arefShankari Anand1-0/+154
2025-07-14rust: types: add FOREIGN_ALIGN to ForeignOwnableAndreas Hindborg1-11/+13
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra1-0/+112
2025-07-14poll: rust: allow poll_table ptrs to be nullAlice Ryhl1-42/+26
2025-07-11rust: sync: Add #[must_use] to Lock::try_lock()Jason Devers1-0/+2
2025-07-03rust: sync: implement `Borrow` and `BorrowMut` for `Arc` typesAlexandre Courbot1-1/+77
2025-06-24rust: sync: Mark PollCondVar::drop() inlineKunwu Chan1-0/+1
2025-06-24rust: sync: Mark CondVar::notify_*() inlineKunwu Chan1-0/+3
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein1-1/+1
2025-06-13rust: completion: implement initial abstractionDanilo Krummrich1-0/+112
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-11/+14
2025-05-26rust: make section names pluralPatrick Miller1-1/+1
2025-05-18Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel Ojeda1-9/+12
2025-05-16rust: sync: rcu: Mark Guard methods as inlineI Hsin Cheng1-0/+5
2025-05-12rust: convert raw URLs to Markdown autolinks in commentsXizhe Yin1-1/+1
2025-05-01rust: types: add `ForeignOwnable::PointedTo`Tamir Duberstein1-9/+12
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds6-17/+85
2025-03-25Merge tag 'rust-hrtimer-for-v6.15-v3' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel Ojeda1-2/+11
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-10/+60
2025-03-16rust: make pin-init its own crateBenno Lossin5-12/+7
2025-03-16rust: pin-init: fix documentation linksBenno Lossin1-1/+1
2025-03-16rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kernel crateBenno Lossin1-1/+64
2025-03-11rust: sync: add `Arc::as_ptr`Andreas Hindborg1-2/+11
2025-03-08rust: improve lifetimes markupBorys Tyran1-2/+2
2025-03-08rust: lockdep: Use Pin for all LockClassKey usagesMitchell Levy4-8/+8
2025-03-08rust: sync: condvar: Add wait_interruptible_freezable()Alice Ryhl1-1/+22
2025-03-08rust: sync: lock: Add an example for Guard:: Lock_ref()Boqun Feng1-0/+24
2025-03-08rust: sync: Add accessor for the lock behind a given guardAlice Ryhl1-1/+6