aboutsummaryrefslogtreecommitdiffstats
path: root/rust (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Krummrich5-22/+17
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 Krummrich9-74/+79
2024-10-15rust: alloc: implement kernel `Box`Danilo Krummrich3-1/+463
2024-10-15rust: alloc: add __GFP_NOWARN to `Flags`Danilo Krummrich2-0/+6
2024-10-15rust: alloc: implement `KVmalloc` allocatorDanilo Krummrich3-0/+43
2024-10-15rust: alloc: implement `Vmalloc` allocatorDanilo Krummrich4-0/+48
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
2024-10-14rust: alloc: rename `KernelAllocator` to `Kmalloc`Danilo Krummrich1-3/+3
2024-10-14rust: alloc: separate `aligned_size` from `krealloc_aligned`Danilo Krummrich1-7/+12
2024-10-14rust: alloc: add `Allocator` traitDanilo Krummrich1-0/+101
2024-10-13Merge tag 'driver-core-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-13/+4
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-7/+28
2024-10-10rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` moduleAliet Exposito Garcia4-69/+73
2024-10-10rust: error: optimize error type to use nonzeroFilipe Xavier1-9/+28
2024-10-10rust: lock: add trylock method support for lock backendFilipe Xavier4-0/+43
2024-10-10rust: std_vendor: update dbg macro from Rust upstreamDeepak Thukral1-11/+11
2024-10-09rust: miscdevice: add base miscdevice abstractionAlice Ryhl3-0/+243
2024-10-09rust: types: add Opaque::try_ffi_initAlice Ryhl1-0/+16
2024-10-08rust: add PidNamespaceChristian Brauner5-6/+225
2024-10-08rust: add seqfile abstractionAlice Ryhl2-0/+53
2024-10-08Merge patch series "File abstractions needed by Rust Binder"Christian Brauner16-12/+958
2024-10-07rust: error: make conversion functions publicFilipe Xavier1-9/+4
2024-10-07rust: enable arbitrary_self_types and remove `Receiver`Gary Guo3-10/+1
2024-10-07rust: std_vendor: simplify `{ .. macro! .. }` with inner attributesMiguel Ojeda1-6/+2
2024-10-07rust: start using the `#[expect(...)]` attributeMiguel Ojeda9-28/+29
2024-10-07rust: enable Clippy's `check-private-items`Miguel Ojeda4-0/+5
2024-10-07rust: provide proper code documentation titlesMiguel Ojeda3-3/+8
2024-10-07rust: rbtree: fix `SAFETY` comments that should be `# Safety` sectionsMiguel Ojeda1-3/+6
2024-10-07rust: replace `clippy::dbg_macro` with `disallowed_macros`Miguel Ojeda1-5/+5
2024-10-07rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`Miguel Ojeda1-1/+0
2024-10-07rust: init: remove unneeded `#[allow(clippy::disallowed_names)]`Miguel Ojeda1-4/+0