aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds43-761/+2682
2024-11-26Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-6/+198
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds5-0/+170
2024-11-25rust: alloc: Fix `ArrayLayout` allocationsAsahi Lina1-1/+1
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-6/+10
2024-11-20rust: jump_label: skip formatting generated fileMiguel Ojeda3-3/+3
2024-11-18jump_label: rust: pass a mut ptr to `static_key_count`Alice Ryhl1-1/+1
2024-11-18Merge tag 'vfs-6.13.rust.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds11-24/+936
2024-11-18rust: block: simplify Result<()> in validate_block_size returnManas1-1/+1
2024-11-10rust: use custom FFI integer typesGary Guo20-66/+64
2024-11-10rust: sync: add global lock supportAlice Ryhl3-0/+305
2024-11-05rust: add `dev_*` print macros.Wedson Almeida Filho2-1/+320
2024-11-05rust: introduce `InPlaceModule`Wedson Almeida Filho1-0/+23
2024-11-04rust: add arch_static_branchAlice Ryhl4-1/+90
2024-11-04rust: add tracepoint supportAlice Ryhl2-0/+50
2024-11-04rust: add static_branch_unlikely for static_key_falseAlice Ryhl2-0/+31
2024-10-24rust: types: extend `Opaque` documentationDirk Behme1-1/+52
2024-10-22rust: block: fix formatting of `kernel::block::mq::request` moduleFrancesco Zardi1-29/+38
2024-10-22rust: miscdevice: add missing safety commentsAlice Ryhl1-0/+15
2024-10-21rust: kernel: fix THIS_MODULE header path in ThisModule doc commentYutaro Ohno1-1/+1
2024-10-21rust: page: add Rust version of PAGE_ALIGNAlice Ryhl1-0/+10
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-13/+4
2024-10-21Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman2-13/+4
2024-10-15kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich1-63/+2
2024-10-15rust: alloc: update module comment of alloc.rsDanilo Krummrich1-1/+1
2024-10-15rust: str: test: replace `alloc::format`Danilo Krummrich1-1/+22
2024-10-15rust: alloc: implement `Cmalloc` in module allocator_testDanilo Krummrich2-9/+81
2024-10-15rust: alloc: implement `contains` for `Flags`Danilo Krummrich1-1/+6
2024-10-15rust: error: check for config `test` in `Error::name`Danilo Krummrich1-2/+2
2024-10-15rust: error: use `core::alloc::LayoutError`Danilo Krummrich1-1/+1
2024-10-15rust: alloc: add `Vec` to preludeDanilo Krummrich1-1/+1
2024-10-15rust: alloc: remove `VecExt` extensionDanilo Krummrich3-190/+1
2024-10-15rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich4-19/+14
2024-10-15rust: alloc: implement `collect` for `IntoIter`Danilo Krummrich1-0/+95
2024-10-15rust: alloc: implement `IntoIterator` for `Vec`Danilo Krummrich2-0/+171
2024-10-15rust: alloc: implement kernel `Vec` typeDanilo Krummrich4-1/+656
2024-10-15rust: alloc: introduce `ArrayLayout`Benno Lossin2-0/+92
2024-10-15rust: alloc: add `Box` to preludeDanilo Krummrich1-1/+1
2024-10-15rust: alloc: remove extension of std's `Box`Danilo Krummrich6-188/+3
2024-10-15rust: treewide: switch to our kernel `Box` typeDanilo Krummrich8-71/+76
2024-10-15rust: alloc: implement kernel `Box`Danilo Krummrich3-1/+463
2024-10-15rust: alloc: add __GFP_NOWARN to `Flags`Danilo Krummrich1-0/+5
2024-10-15rust: alloc: implement `KVmalloc` allocatorDanilo Krummrich2-0/+37
2024-10-15rust: alloc: implement `Vmalloc` allocatorDanilo Krummrich2-0/+38
2024-10-15rust: alloc: add module `allocator_test`Danilo Krummrich2-2/+27
2024-10-15rust: alloc: implement `Allocator` for `Kmalloc`Danilo Krummrich1-3/+28
2024-10-15rust: alloc: make `allocator` module publicDanilo Krummrich1-1/+1
2024-10-15rust: alloc: implement `ReallocFunc`Danilo Krummrich2-0/+79
2024-10-15rust: miscdevice: fix warning on c_uint to u32 castAlice Ryhl1-2/+2
2024-10-15rust: task: adjust safety comments in Task methodsAlice Ryhl1-19/+24