summaryrefslogtreecommitdiff
path: root/rust/kernel/sync
AgeCommit message (Expand)Author
11 daysrust: sync: add missing newline in locked_by log exampleAlban Kurti
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-01-13rust: kernel: add improved version of `ForeignOwnable::borrow_mut`Alice Ryhl
2025-01-13rust: kernel: reorder `ForeignOwnable` itemsTamir Duberstein
2025-01-13rust: kernel: change `ForeignOwnable` pointer to mutTamir Duberstein
2025-01-13rust: arc: split unsafe block, add missing commentTamir Duberstein
2025-01-13rust: types: avoid `as` castsTamir Duberstein
2025-01-13rust: arc: use `NonNull::new_unchecked`Tamir Duberstein
2025-01-13rust: use derive(CoercePointee) on rustc >= 1.84.0Xiangfei Ding
2024-12-20rust: add rcu abstractionWedson Almeida Filho
2024-12-19rust: sync: Add lock::Backend::assert_is_held()Lyude Paul
2024-12-19rust: sync: Add SpinLockGuard type aliasLyude Paul
2024-12-19rust: sync: Add MutexGuard type aliasLyude Paul
2024-12-19rust: sync: Make Guard::new() publicLyude Paul
2024-12-19rust: sync: Add Lock::from_raw() for Lock<(), B>Lyude Paul
2024-12-18rust: sync: document `PhantomData` in `Arc`Tamir Duberstein
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-11-10rust: use custom FFI integer typesGary Guo
2024-11-10rust: sync: add global lock supportAlice Ryhl
2024-10-15rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich
2024-10-15rust: treewide: switch to our kernel `Box` typeDanilo Krummrich
2024-10-10rust: lock: add trylock method support for lock backendFilipe Xavier
2024-10-08Merge patch series "File abstractions needed by Rust Binder"Christian Brauner
2024-10-07rust: enable arbitrary_self_types and remove `Receiver`Gary Guo
2024-10-07rust: provide proper code documentation titlesMiguel Ojeda
2024-10-07rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`Miguel Ojeda
2024-10-07rust: enable `clippy::unnecessary_safety_comment` lintMiguel Ojeda
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda
2024-09-30rust: file: add abstraction for `poll_table`Alice Ryhl
2024-09-30rust: types: add `NotThreadSafe`Alice Ryhl
2024-09-26rust: sync: require `T: Sync` for `LockedBy::access`Alice Ryhl
2024-08-18rust: Implement the smart pointer `InPlaceInit` for `Arc`Alex Mantel
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda
2024-05-05rust: sync: add `Arc::into_unique_or_drop`Alice Ryhl
2024-05-05rust: sync: add `ArcBorrow::from_raw`Alice Ryhl
2024-04-16rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho
2024-04-16rust: init: update `init` module to take allocation flagsWedson Almeida Filho
2024-04-16rust: sync: update `Arc` and `UniqueArc` to take allocation flagsWedson Almeida Filho
2024-04-16rust: alloc: introduce the `BoxExt` traitWedson Almeida Filho
2024-02-18rust: kernel: stop using ptr_metadata featureAlice Ryhl
2024-02-18rust: kernel: add reexports for macrosAlice Ryhl
2024-02-18rust: locked_by: shorten doclink previewValentin Obst
2024-02-18rust: kernel: add doclinksValentin Obst
2024-02-18rust: kernel: mark code fragments in docs with backticksValentin Obst
2024-02-18rust: kernel: unify spelling of refcount in docsValentin Obst
2024-02-18rust: kernel: add srctree-relative doclinksValentin Obst
2024-02-18rust: kernel: fix multiple typos in documentationValentin Obst
2024-01-28rust: sync: update integer types in CondVarAlice Ryhl
2024-01-28rust: sync: add `CondVar::wait_timeout`Alice Ryhl