summaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds2024-11-301-1/+1
|\
| * rust: block: simplify Result<()> in validate_block_size returnManas2024-11-181-1/+1
* | Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-11-301-2/+2
|\ \
| * | kbuild: change working directory to external module directory with M=Masahiro Yamada2024-11-281-2/+2
| |/
* | Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-11-297-17/+629
|\ \
| * | rust: add `dev_*` print macros.Wedson Almeida Filho2024-11-052-1/+320
| * | rust: introduce `InPlaceModule`Wedson Almeida Filho2024-11-052-16/+35
| * | rust: miscdevice: add missing safety commentsAlice Ryhl2024-10-221-0/+15
| * | Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman2024-10-212-13/+4
| |\|
| * | rust: miscdevice: fix warning on c_uint to u32 castAlice Ryhl2024-10-151-2/+2
| * | rust: miscdevice: add base miscdevice abstractionAlice Ryhl2024-10-093-0/+243
| * | rust: types: add Opaque::try_ffi_initAlice Ryhl2024-10-091-0/+16
* | | rust: fix up formatting after mergeLinus Torvalds2024-11-261-2/+6
* | | Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-11-2666-865/+2905
|\ \ \
| * | | rust: alloc: Fix `ArrayLayout` allocationsAsahi Lina2024-11-251-1/+1
| * | | rust: use custom FFI integer typesGary Guo2024-11-1023-83/+107
| * | | rust: map `__kernel_size_t` and friends also to usize/isizeGary Guo2024-11-103-0/+15
| * | | rust: fix size_t in bindgen prototypes of C builtinsGary Guo2024-11-101-1/+5
| * | | rust: sync: add global lock supportAlice Ryhl2024-11-103-0/+305
| * | | rust: macros: enable the rest of the testsEthan D. Twardy2024-11-011-9/+50
| * | | rust: macros: enable paste! use from macro_rules!Ethan D. Twardy2024-11-012-11/+46
| * | | rust: enable macros::module! testsEthan D. Twardy2024-11-012-15/+11
| * | | rust: kbuild: expand rusttest target for macrosEthan D. Twardy2024-11-012-5/+14
| * | | rust: types: extend `Opaque` documentationDirk Behme2024-10-241-1/+52
| * | | rust: block: fix formatting of `kernel::block::mq::request` moduleFrancesco Zardi2024-10-221-29/+38
| * | | rust: macros: fix documentation of the paste! macroPaolo Bonzini2024-10-211-1/+1
| * | | rust: kernel: fix THIS_MODULE header path in ThisModule doc commentYutaro Ohno2024-10-211-1/+1
| * | | rust: page: add Rust version of PAGE_ALIGNAlice Ryhl2024-10-211-0/+10
| * | | rust: helpers: remove unnecessary header includesTamir Duberstein2024-10-2110-10/+0
| * | | rust: exports: improve grammar in commentaryTamir Duberstein2024-10-211-3/+3
| * | | kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich2024-10-153-97/+12
| * | | rust: alloc: update module comment of alloc.rsDanilo Krummrich2024-10-151-1/+1
| * | | rust: str: test: replace `alloc::format`Danilo Krummrich2024-10-151-1/+22
| * | | rust: alloc: implement `Cmalloc` in module allocator_testDanilo Krummrich2024-10-152-9/+81
| * | | rust: alloc: implement `contains` for `Flags`Danilo Krummrich2024-10-151-1/+6
| * | | rust: error: check for config `test` in `Error::name`Danilo Krummrich2024-10-151-2/+2
| * | | rust: error: use `core::alloc::LayoutError`Danilo Krummrich2024-10-151-1/+1
| * | | rust: alloc: add `Vec` to preludeDanilo Krummrich2024-10-151-1/+1
| * | | rust: alloc: remove `VecExt` extensionDanilo Krummrich2024-10-153-190/+1
| * | | rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich2024-10-155-22/+17
| * | | rust: alloc: implement `collect` for `IntoIter`Danilo Krummrich2024-10-151-0/+95
| * | | rust: alloc: implement `IntoIterator` for `Vec`Danilo Krummrich2024-10-152-0/+171
| * | | rust: alloc: implement kernel `Vec` typeDanilo Krummrich2024-10-154-1/+656
| * | | rust: alloc: introduce `ArrayLayout`Benno Lossin2024-10-152-0/+92
| * | | rust: alloc: add `Box` to preludeDanilo Krummrich2024-10-151-1/+1
| * | | rust: alloc: remove extension of std's `Box`Danilo Krummrich2024-10-156-188/+3
| * | | rust: treewide: switch to our kernel `Box` typeDanilo Krummrich2024-10-159-74/+79
| * | | rust: alloc: implement kernel `Box`Danilo Krummrich2024-10-153-1/+463
| * | | rust: alloc: add __GFP_NOWARN to `Flags`Danilo Krummrich2024-10-152-0/+6
| * | | rust: alloc: implement `KVmalloc` allocatorDanilo Krummrich2024-10-153-0/+43