summaryrefslogtreecommitdiff
path: root/rust/kernel/types.rs
AgeCommit message (Expand)Author
2025-03-16rust: make pin-init its own crateBenno Lossin
2025-03-16rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` into ...Benno Lossin
2025-03-10rust: types: add intra-doc links for `Opaque<T>`Dirk Behme
2025-03-08rust: improve lifetimes markupBorys Tyran
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...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: types: avoid `as` castsTamir Duberstein
2024-12-20rust: types: add `Opaque::pin_init`Danilo Krummrich
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
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-10-24rust: types: extend `Opaque` documentationDirk Behme
2024-10-15rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich
2024-10-15rust: alloc: remove extension of std's `Box`Danilo Krummrich
2024-10-10rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` moduleAliet Exposito Garcia
2024-10-09rust: types: add Opaque::try_ffi_initAlice Ryhl
2024-10-07rust: enable `clippy::ignored_unit_patterns` lintMiguel Ojeda
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda
2024-10-07rust: types: avoid repetition in `{As,From}Bytes` implsMiguel Ojeda
2024-10-07rust: types: add examples for the `Either` typeNell Shamrell-Harrington
2024-09-30rust: types: add `NotThreadSafe`Alice Ryhl
2024-08-25rust: types: add `ARef::into_raw`Kartik Prajapati
2024-08-18rust: types: improve `ForeignOwnable` documentationBenno Lossin
2024-08-18rust: implement ForeignOwnable for Pin<Box<T>>Alice Ryhl
2024-07-08rust: uaccess: add typed accessors for userspace pointersAlice Ryhl
2024-05-05rust: types: Make Opaque::get constBoqun Feng
2024-04-16rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho
2024-02-25rust: types: add `try_from_foreign()` methodObei Sideg
2024-02-18rust: kernel: add blank lines in front of code blocksValentin Obst
2023-08-29Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2023-08-28Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2023-08-10rust: types: make `Opaque` be `!Unpin`Benno Lossin
2023-08-10rust: make `UnsafeCell` the outer type in `Opaque`Alice Ryhl
2023-08-04rust: delete `ForeignOwnable::borrow_mut`Alice Ryhl
2023-07-19rust: types: make doctests compilable/testableMiguel Ojeda
2023-05-31rust: specify when `ARef` is thread safeAlice Ryhl
2023-04-22rust: introduce `ARef`Wedson Almeida Filho
2023-04-12rust: types: add `Opaque::ffi_init`Benno Lossin
2023-04-12rust: types: add `Opaque::raw_get`Benno Lossin
2023-02-01rust: types: implement `ForeignOwnable` for the unit typeWedson Almeida Filho
2023-02-01rust: types: implement `ForeignOwnable` for `Box<T>`Wedson Almeida Filho
2023-02-01rust: types: introduce `ForeignOwnable`Wedson Almeida Filho
2023-02-01rust: types: introduce `ScopeGuard`Wedson Almeida Filho
2022-12-04rust: types: add `Opaque` typeWedson Almeida Filho
2022-12-04rust: types: add `Either` typeWedson Almeida Filho