summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-25rust: alloc: Fix `ArrayLayout` allocationsrust-6.13Asahi Lina
2024-11-25docs: rust: remove spurious item in `expect` listMiguel Ojeda
2024-11-25rust: allow `clippy::needless_lifetimes`Miguel Ojeda
2024-11-12rust: warn on bindgen < 0.69.5 and libclang >= 19.1Miguel Ojeda
2024-11-10rust: use custom FFI integer typesGary Guo
2024-11-10rust: map `__kernel_size_t` and friends also to usize/isizeGary Guo
2024-11-10rust: fix size_t in bindgen prototypes of C builtinsGary Guo
2024-11-10rust: sync: add global lock supportAlice Ryhl
2024-11-01rust: macros: enable the rest of the testsEthan D. Twardy
2024-11-01rust: macros: enable paste! use from macro_rules!Ethan D. Twardy
2024-11-01rust: enable macros::module! testsEthan D. Twardy
2024-11-01rust: kbuild: expand rusttest target for macrosEthan D. Twardy
2024-10-24rust: types: extend `Opaque` documentationDirk Behme
2024-10-22rust: block: fix formatting of `kernel::block::mq::request` moduleFrancesco Zardi
2024-10-21rust: macros: fix documentation of the paste! macroPaolo Bonzini
2024-10-21rust: kernel: fix THIS_MODULE header path in ThisModule doc commentYutaro Ohno
2024-10-21rust: page: add Rust version of PAGE_ALIGNAlice Ryhl
2024-10-21rust: helpers: remove unnecessary header includesTamir Duberstein
2024-10-21rust: exports: improve grammar in commentaryTamir Duberstein
2024-10-20drm/panic: allow verbose version checkThomas Böhler
2024-10-20drm/panic: allow verbose boolean for clarityThomas Böhler
2024-10-20drm/panic: correctly indent continuation of line in list itemThomas Böhler
2024-10-20drm/panic: remove redundant field when assigning valueThomas Böhler
2024-10-20drm/panic: prefer eliding lifetimesThomas Böhler
2024-10-20drm/panic: remove unnecessary borrow in alignment_patternThomas Böhler
2024-10-20drm/panic: avoid reimplementing Iterator::findThomas Böhler
2024-10-15MAINTAINERS: add entry for the Rust `alloc` moduleDanilo Krummrich
2024-10-15kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich
2024-10-15rust: alloc: update module comment of alloc.rsDanilo Krummrich
2024-10-15rust: str: test: replace `alloc::format`Danilo Krummrich
2024-10-15rust: alloc: implement `Cmalloc` in module allocator_testDanilo Krummrich
2024-10-15rust: alloc: implement `contains` for `Flags`Danilo Krummrich
2024-10-15rust: error: check for config `test` in `Error::name`Danilo Krummrich
2024-10-15rust: error: use `core::alloc::LayoutError`Danilo Krummrich
2024-10-15rust: alloc: add `Vec` to preludeDanilo Krummrich
2024-10-15rust: alloc: remove `VecExt` extensionDanilo Krummrich
2024-10-15rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich
2024-10-15rust: alloc: implement `collect` for `IntoIter`Danilo Krummrich
2024-10-15rust: alloc: implement `IntoIterator` for `Vec`Danilo Krummrich
2024-10-15rust: alloc: implement kernel `Vec` typeDanilo Krummrich
2024-10-15rust: alloc: introduce `ArrayLayout`Benno Lossin
2024-10-15rust: alloc: add `Box` to preludeDanilo Krummrich
2024-10-15rust: alloc: remove extension of std's `Box`Danilo Krummrich
2024-10-15rust: treewide: switch to our kernel `Box` typeDanilo Krummrich
2024-10-15rust: alloc: implement kernel `Box`Danilo Krummrich
2024-10-15rust: alloc: add __GFP_NOWARN to `Flags`Danilo Krummrich
2024-10-15rust: alloc: implement `KVmalloc` allocatorDanilo Krummrich
2024-10-15rust: alloc: implement `Vmalloc` allocatorDanilo Krummrich
2024-10-15rust: alloc: add module `allocator_test`Danilo Krummrich
2024-10-15rust: alloc: implement `Allocator` for `Kmalloc`Danilo Krummrich