summaryrefslogtreecommitdiffstats
path: root/rust/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2025-01-041-2/+16
|\
| * rust: add safety comment in workqueue traitsKonstantin Andrikopoulos2024-12-031-2/+16
* | rust: net::phy fix module autoloadingFUJITA Tomonori2024-12-171-2/+2
|/
* Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds2024-12-011-1/+1
|\
| * rust: block: simplify Result<()> in validate_block_size returnManas2024-11-181-1/+1
* | Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-11-295-1/+616
|\ \
| * | rust: add `dev_*` print macros.Wedson Almeida Filho2024-11-052-1/+320
| * | rust: introduce `InPlaceModule`Wedson Almeida Filho2024-11-051-0/+23
| * | 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-092-0/+242
| * | rust: types: add Opaque::try_ffi_initAlice Ryhl2024-10-091-0/+16
* | | 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-2643-761/+2682
|\ \ \
| * | | rust: alloc: Fix `ArrayLayout` allocationsAsahi Lina2024-11-251-1/+1
| * | | rust: use custom FFI integer typesGary Guo2024-11-1020-66/+64
| * | | rust: sync: add global lock supportAlice Ryhl2024-11-103-0/+305
| * | | 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: 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
| * | | kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich2024-10-151-63/+2
| * | | 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-154-19/+14
| * | | 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-158-71/+76
| * | | rust: alloc: implement kernel `Box`Danilo Krummrich2024-10-153-1/+463
| * | | rust: alloc: add __GFP_NOWARN to `Flags`Danilo Krummrich2024-10-151-0/+5
| * | | rust: alloc: implement `KVmalloc` allocatorDanilo Krummrich2024-10-152-0/+37
| * | | rust: alloc: implement `Vmalloc` allocatorDanilo Krummrich2024-10-152-0/+38
| * | | 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