aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/kernel/sync (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2025-03-06rust: sync: add missing newline in locked_by log exampleAlban Kurti1-1/+1
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+47
2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-17/+48
2025-01-13rust: kernel: add improved version of `ForeignOwnable::borrow_mut`Alice Ryhl1-0/+7
2025-01-13rust: kernel: reorder `ForeignOwnable` itemsTamir Duberstein1-9/+9
2025-01-13rust: kernel: change `ForeignOwnable` pointer to mutTamir Duberstein1-5/+5
2025-01-13rust: arc: split unsafe block, add missing commentTamir Duberstein1-1/+5
2025-01-13rust: types: avoid `as` castsTamir Duberstein1-4/+5
2025-01-13rust: arc: use `NonNull::new_unchecked`Tamir Duberstein1-4/+8
2025-01-13rust: use derive(CoercePointee) on rustc >= 1.84.0Xiangfei Ding1-4/+11
2024-12-20rust: add rcu abstractionWedson Almeida Filho1-0/+47
2024-12-19rust: sync: Add lock::Backend::assert_is_held()Lyude Paul3-0/+20
2024-12-19rust: sync: Add SpinLockGuard type aliasLyude Paul1-0/+8
2024-12-19rust: sync: Add MutexGuard type aliasLyude Paul1-0/+8
2024-12-19rust: sync: Make Guard::new() publicLyude Paul1-1/+1
2024-12-19rust: sync: Add Lock::from_raw() for Lock<(), B>Lyude Paul1-0/+23
2024-12-18rust: sync: document `PhantomData` in `Arc`Tamir Duberstein1-0/+8
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds8-32/+368