summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2025-03-13rust: error: check for config `test` in `Error::name`Danilo Krummrich1-2/+2
2025-03-13rust: error: use `core::alloc::LayoutError`Danilo Krummrich1-1/+1
2025-03-13rust: alloc: add `Vec` to preludeDanilo Krummrich1-1/+1
2025-03-13rust: alloc: remove `VecExt` extensionDanilo Krummrich3-190/+1
2025-03-13rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich5-22/+17
2025-03-13rust: alloc: implement `collect` for `IntoIter`Danilo Krummrich1-0/+95
2025-03-13rust: alloc: implement `IntoIterator` for `Vec`Danilo Krummrich2-0/+171
2025-03-13rust: alloc: implement kernel `Vec` typeDanilo Krummrich4-1/+656
2025-03-13rust: alloc: introduce `ArrayLayout`Benno Lossin2-0/+92
2025-03-13rust: alloc: add `Box` to preludeDanilo Krummrich1-1/+1
2025-03-13rust: alloc: remove extension of std's `Box`Danilo Krummrich6-188/+3
2025-03-13rust: treewide: switch to our kernel `Box` typeDanilo Krummrich9-74/+79
2025-03-13rust: alloc: implement kernel `Box`Danilo Krummrich3-1/+463
2025-03-13rust: alloc: add __GFP_NOWARN to `Flags`Danilo Krummrich2-0/+6
2025-03-13rust: alloc: implement `KVmalloc` allocatorDanilo Krummrich3-0/+43
2025-03-13rust: alloc: implement `Vmalloc` allocatorDanilo Krummrich4-0/+48
2025-03-13rust: alloc: add module `allocator_test`Danilo Krummrich2-2/+27
2025-03-13rust: alloc: implement `Allocator` for `Kmalloc`Danilo Krummrich1-3/+28
2025-03-13rust: alloc: make `allocator` module publicDanilo Krummrich1-1/+1
2025-03-13rust: alloc: implement `ReallocFunc`Danilo Krummrich2-0/+79
2025-03-13rust: alloc: rename `KernelAllocator` to `Kmalloc`Danilo Krummrich1-3/+3
2025-03-13rust: alloc: separate `aligned_size` from `krealloc_aligned`Danilo Krummrich1-7/+12
2025-03-13rust: alloc: add `Allocator` traitDanilo Krummrich1-0/+101
2025-03-13rust: error: optimize error type to use nonzeroFilipe Xavier1-9/+28
2025-03-13rust: error: make conversion functions publicFilipe Xavier1-9/+4
2025-03-13rust: start using the `#[expect(...)]` attributeMiguel Ojeda9-28/+29
2025-03-13rust: enable Clippy's `check-private-items`Miguel Ojeda4-0/+5
2025-03-13rust: provide proper code documentation titlesMiguel Ojeda3-3/+8
2025-03-13rust: replace `clippy::dbg_macro` with `disallowed_macros`Miguel Ojeda1-5/+5
2025-03-13rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`Miguel Ojeda1-1/+0
2025-03-13rust: init: remove unneeded `#[allow(clippy::disallowed_names)]`Miguel Ojeda1-4/+0
2025-03-13rust: enable `rustdoc::unescaped_backticks` lintMiguel Ojeda1-1/+4
2025-03-13rust: enable `clippy::ignored_unit_patterns` lintMiguel Ojeda1-1/+1
2025-03-13rust: enable `clippy::unnecessary_safety_comment` lintMiguel Ojeda2-3/+3
2025-03-13rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda14-10/+45
2025-03-13rust: types: avoid repetition in `{As,From}Bytes` implsMiguel Ojeda1-33/+35
2025-03-13rust: workqueue: remove unneeded ``#[allow(clippy::new_ret_no_self)]`Miguel Ojeda1-1/+0
2025-03-13rust: block: fix formatting in GenDisk docYutaro Ohno1-3/+3
2025-02-21rust: kbuild: add -fzero-init-padding-bits to bindgen_skip_cflagsJustin M. Forbes1-0/+1
2025-02-21rust: rbtree: fix overindented list itemMiguel Ojeda1-1/+1
2025-02-17rust: init: use explicit ABI to clean warning in future compilersMiguel Ojeda1-1/+1
2024-12-19rust: kbuild: set `bindgen`'s Rust target versionMiguel Ojeda1-1/+14
2024-12-14rust: enable arbitrary_self_types and remove `Receiver`Gary Guo3-10/+1
2024-12-05rust: block: fix formatting of `kernel::block::mq::request` moduleFrancesco Zardi1-29/+38
2024-12-05rust: macros: fix documentation of the paste! macroPaolo Bonzini1-1/+1
2024-12-05rust: kernel: fix THIS_MODULE header path in ThisModule doc commentYutaro Ohno1-1/+1
2024-12-05rust: rbtree: fix `SAFETY` comments that should be `# Safety` sectionsMiguel Ojeda1-3/+6
2024-12-05rust: helpers: Avoid raw_spin_lock initialization for PREEMPT_RTEder Zulian1-2/+6
2024-10-13Merge tag 'driver-core-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-13/+4
2024-10-03rust: device: change the from_raw() functionGuilherme Giacomo Simoes2-13/+4