summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
13 daysrust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda
2025-07-17rust: init: allow `dead_code` warnings for Rust >= 1.89.0Miguel Ojeda
2025-07-06rust: arm: fix unknown (to Clang) argument '-mno-fdpic'Rudraksha Gupta
2025-07-06rust: module: place cleanup_module() in .exit.text sectionFUJITA Tomonori
2025-06-27rust: compile libcore with edition 2024 for 1.87+Gary Guo
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-18rust: clean Rust 1.88.0's `unnecessary_transmutes` lintMiguel Ojeda
2025-05-02rust: firmware: Use `ffi::c_char` type in `FwFunc`Christian Schrefl
2025-04-10rust: Fix enabling Rust and building with GCC for LoongArchWANG Rui
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-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