summaryrefslogtreecommitdiffstats
path: root/rust/kernel/sync
AgeCommit message (Expand)AuthorLines
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-17/+85
2025-03-25Merge tag 'rust-hrtimer-for-v6.15-v3' of https://github.com/Rust-for-Linux/li...Miguel Ojeda-2/+11
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-10/+60
2025-03-16rust: make pin-init its own crateBenno Lossin-12/+7
2025-03-16rust: pin-init: fix documentation linksBenno Lossin-1/+1
2025-03-16rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kerne...Benno Lossin-1/+64
2025-03-11rust: sync: add `Arc::as_ptr`Andreas Hindborg-2/+11
2025-03-08rust: improve lifetimes markupBorys Tyran-2/+2
2025-03-08rust: lockdep: Use Pin for all LockClassKey usagesMitchell Levy-8/+8
2025-03-08rust: sync: condvar: Add wait_interruptible_freezable()Alice Ryhl-1/+22
2025-03-08rust: sync: lock: Add an example for Guard:: Lock_ref()Boqun Feng-0/+24
2025-03-08rust: sync: Add accessor for the lock behind a given guardAlice Ryhl-1/+6
2025-03-06rust: sync: add missing newline in locked_by log exampleAlban Kurti-1/+1
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+47
2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-17/+48
2025-01-13rust: kernel: add improved version of `ForeignOwnable::borrow_mut`Alice Ryhl-0/+7
2025-01-13rust: kernel: reorder `ForeignOwnable` itemsTamir Duberstein-9/+9
2025-01-13rust: kernel: change `ForeignOwnable` pointer to mutTamir Duberstein-5/+5
2025-01-13rust: arc: split unsafe block, add missing commentTamir Duberstein-1/+5
2025-01-13rust: types: avoid `as` castsTamir Duberstein-4/+5
2025-01-13rust: arc: use `NonNull::new_unchecked`Tamir Duberstein-4/+8
2025-01-13rust: use derive(CoercePointee) on rustc >= 1.84.0Xiangfei Ding-4/+11
2024-12-20rust: add rcu abstractionWedson Almeida Filho-0/+47
2024-12-19rust: sync: Add lock::Backend::assert_is_held()Lyude Paul-0/+20
2024-12-19rust: sync: Add SpinLockGuard type aliasLyude Paul-0/+8
2024-12-19rust: sync: Add MutexGuard type aliasLyude Paul-0/+8
2024-12-19rust: sync: Make Guard::new() publicLyude Paul-1/+1
2024-12-19rust: sync: Add Lock::from_raw() for Lock<(), B>Lyude Paul-0/+23
2024-12-18rust: sync: document `PhantomData` in `Arc`Tamir Duberstein-0/+8
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-32/+368
2024-11-10rust: use custom FFI integer typesGary Guo-7/+7
2024-11-10rust: sync: add global lock supportAlice Ryhl-0/+304
2024-10-15rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich-1/+1
2024-10-15rust: treewide: switch to our kernel `Box` typeDanilo Krummrich-13/+12
2024-10-10rust: lock: add trylock method support for lock backendFilipe Xavier-0/+38
2024-10-08Merge patch series "File abstractions needed by Rust Binder"Christian Brauner-4/+130
2024-10-07rust: enable arbitrary_self_types and remove `Receiver`Gary Guo-6/+0
2024-10-07rust: provide proper code documentation titlesMiguel Ojeda-0/+2
2024-10-07rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`Miguel Ojeda-1/+0
2024-10-07rust: enable `clippy::unnecessary_safety_comment` lintMiguel Ojeda-1/+1
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda-4/+4
2024-09-30rust: file: add abstraction for `poll_table`Alice Ryhl-0/+121
2024-09-30rust: types: add `NotThreadSafe`Alice Ryhl-4/+9
2024-09-26rust: sync: require `T: Sync` for `LockedBy::access`Alice Ryhl-4/+14
2024-08-18rust: Implement the smart pointer `InPlaceInit` for `Arc`Alex Mantel-23/+2
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda-7/+1
2024-05-05rust: sync: add `Arc::into_unique_or_drop`Alice Ryhl-0/+62
2024-05-05rust: sync: add `ArcBorrow::from_raw`Alice Ryhl-18/+58
2024-04-16rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho-2/+2
2024-04-16rust: init: update `init` module to take allocation flagsWedson Almeida Filho-13/+16