summaryrefslogtreecommitdiffstats
path: root/rust (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: fix up formatting after mergeLinus Torvalds2024-11-271-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
| * rust: alloc: implement `Vmalloc` allocatorDanilo Krummrich2024-10-154-0/+48
| * rust: alloc: add module `allocator_test`Danilo Krummrich2024-10-152-2/+27
| * rust: alloc: implement `Allocator` for `Kmalloc`Danilo Krummrich2024-10-151-3/+28
| * rust: alloc: make `allocator` module publicDanilo Krummrich2024-10-151-1/+1
| * rust: alloc: implement `ReallocFunc`Danilo Krummrich2024-10-152-0/+79
| * rust: alloc: rename `KernelAllocator` to `Kmalloc`Danilo Krummrich2024-10-141-3/+3
| * rust: alloc: separate `aligned_size` from `krealloc_aligned`Danilo Krummrich2024-10-141-7/+12
| * rust: alloc: add `Allocator` traitDanilo Krummrich2024-10-141-0/+101
| * rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` moduleAliet Exposito Garcia2024-10-104-69/+73
| * rust: error: optimize error type to use nonzeroFilipe Xavier2024-10-101-9/+28
| * rust: lock: add trylock method support for lock backendFilipe Xavier2024-10-104-0/+43
| * rust: std_vendor: update dbg macro from Rust upstreamDeepak Thukral2024-10-101-11/+11