summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2025-03-22rust: init: add missing newline to pr_info! callsAlban Kurti
2025-03-22rust: error: add missing newline to pr_warn! callsAlban Kurti
2025-03-22rust: init: fix `Zeroable` implementation for `Option<NonNull<T>>` and `Optio...Benno Lossin
2025-03-22rust: alloc: satisfy POSIX alignment requirementTamir Duberstein
2025-03-22rust: remove leftover mentions of the `alloc` crateMiguel Ojeda
2025-03-22rust: lockdep: Remove support for dynamically allocated LockClassKeysMitchell Levy
2025-03-13rust: map `long` to `isize` and `char` to `u8`Gary Guo
2025-03-13rust: alloc: Fix `ArrayLayout` allocationsAsahi Lina
2025-03-13rust: use custom FFI integer typesGary Guo
2025-03-13rust: map `__kernel_size_t` and friends also to usize/isizeGary Guo
2025-03-13rust: fix size_t in bindgen prototypes of C builtinsGary Guo
2025-03-13rust: kbuild: expand rusttest target for macrosEthan D. Twardy
2025-03-13kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich
2025-03-13rust: alloc: update module comment of alloc.rsDanilo Krummrich
2025-03-13rust: str: test: replace `alloc::format`Danilo Krummrich
2025-03-13rust: alloc: implement `Cmalloc` in module allocator_testDanilo Krummrich
2025-03-13rust: alloc: implement `contains` for `Flags`Danilo Krummrich
2025-03-13rust: error: check for config `test` in `Error::name`Danilo Krummrich
2025-03-13rust: error: use `core::alloc::LayoutError`Danilo Krummrich
2025-03-13rust: alloc: add `Vec` to preludeDanilo Krummrich
2025-03-13rust: alloc: remove `VecExt` extensionDanilo Krummrich
2025-03-13rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich
2025-03-13rust: alloc: implement `collect` for `IntoIter`Danilo Krummrich
2025-03-13rust: alloc: implement `IntoIterator` for `Vec`Danilo Krummrich
2025-03-13rust: alloc: implement kernel `Vec` typeDanilo Krummrich
2025-03-13rust: alloc: introduce `ArrayLayout`Benno Lossin
2025-03-13rust: alloc: add `Box` to preludeDanilo Krummrich
2025-03-13rust: alloc: remove extension of std's `Box`Danilo Krummrich
2025-03-13rust: treewide: switch to our kernel `Box` typeDanilo Krummrich
2025-03-13rust: alloc: implement kernel `Box`Danilo Krummrich
2025-03-13rust: alloc: add __GFP_NOWARN to `Flags`Danilo Krummrich
2025-03-13rust: alloc: implement `KVmalloc` allocatorDanilo Krummrich
2025-03-13rust: alloc: implement `Vmalloc` allocatorDanilo Krummrich
2025-03-13rust: alloc: add module `allocator_test`Danilo Krummrich
2025-03-13rust: alloc: implement `Allocator` for `Kmalloc`Danilo Krummrich
2025-03-13rust: alloc: make `allocator` module publicDanilo Krummrich
2025-03-13rust: alloc: implement `ReallocFunc`Danilo Krummrich
2025-03-13rust: alloc: rename `KernelAllocator` to `Kmalloc`Danilo Krummrich
2025-03-13rust: alloc: separate `aligned_size` from `krealloc_aligned`Danilo Krummrich
2025-03-13rust: alloc: add `Allocator` traitDanilo Krummrich
2025-03-13rust: error: optimize error type to use nonzeroFilipe Xavier
2025-03-13rust: error: make conversion functions publicFilipe Xavier
2025-03-13rust: start using the `#[expect(...)]` attributeMiguel Ojeda
2025-03-13rust: enable Clippy's `check-private-items`Miguel Ojeda
2025-03-13rust: provide proper code documentation titlesMiguel Ojeda
2025-03-13rust: replace `clippy::dbg_macro` with `disallowed_macros`Miguel Ojeda
2025-03-13rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`Miguel Ojeda
2025-03-13rust: init: remove unneeded `#[allow(clippy::disallowed_names)]`Miguel Ojeda
2025-03-13rust: enable `rustdoc::unescaped_backticks` lintMiguel Ojeda
2025-03-13rust: enable `clippy::ignored_unit_patterns` lintMiguel Ojeda