summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
6 daysrust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda
13 daysrust: init: allow `dead_code` warnings for Rust >= 1.89.0Miguel Ojeda
2025-06-19rust: alloc: add missing invariant in Vec::set_len()Danilo Krummrich
2025-05-18rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda
2025-05-18rust: allow Rust 1.87.0's `clippy::ptr_eq` lintMiguel Ojeda
2025-05-02rust: firmware: Use `ffi::c_char` type in `FwFunc`Christian Schrefl
2025-04-10rust: fix signature of rust_fmt_argumentAlice Ryhl
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-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