aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/kernel/sync (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-11-10rust: use custom FFI integer typesGary Guo5-7/+7
2024-11-10rust: sync: add global lock supportAlice Ryhl2-0/+304
2024-10-15rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich1-1/+1
2024-10-15rust: treewide: switch to our kernel `Box` typeDanilo Krummrich4-13/+12
2024-10-10rust: lock: add trylock method support for lock backendFilipe Xavier3-0/+38
2024-10-08Merge patch series "File abstractions needed by Rust Binder"Christian Brauner2-4/+130
2024-10-07rust: enable arbitrary_self_types and remove `Receiver`Gary Guo1-6/+0
2024-10-07rust: provide proper code documentation titlesMiguel Ojeda1-0/+2
2024-10-07rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`Miguel Ojeda1-1/+0
2024-10-07rust: enable `clippy::unnecessary_safety_comment` lintMiguel Ojeda1-1/+1
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda2-4/+4
2024-09-30rust: file: add abstraction for `poll_table`Alice Ryhl1-0/+121
2024-09-30rust: types: add `NotThreadSafe`Alice Ryhl1-4/+9