aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/kernel/error.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-1/+123
2025-03-20rust: error: Add EOVERFLOWAbdiel Janulgue1-0/+1
2025-03-16rust: error: extend the Result documentationDirk Behme1-1/+122
2025-03-06rust: error: add missing newline to pr_warn! callsAlban Kurti1-1/+1
2025-01-13rust: error: import `kernel`'s `LayoutError` instead of `core`'sJimmy Ostler1-3/+4
2024-12-17rust: error: modify `from_errno` to use `try_from_errno`Daniel Sedlak1-7/+4
2024-12-16rust: map `long` to `isize` and `char` to `u8`Gary Guo1-4/+1
2024-11-10rust: use custom FFI integer typesGary Guo1-10/+10
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-10rust: error: optimize error type to use nonzeroFilipe Xavier1-9/+28
2024-10-07rust: error: make conversion functions publicFilipe Xavier1-9/+4
2024-10-07rust: start using the `#[expect(...)]` attributeMiguel Ojeda1-1/+1
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda1-3/+6
2024-08-18rust: error: allow `useless_conversion` for 32-bit buildsMiguel Ojeda1-1/+4
2024-06-14rust: block: introduce `kernel::block::mq` moduleAndreas Hindborg1-0/+6
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda1-1/+0
2024-04-16rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho1-2/+2
2024-04-16rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho1-10/+1
2024-02-18rust: error: improve unsafe code in exampleValentin Obst1-7/+3
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda1-1/+1
2023-12-14rust: macros: improve `#[vtable]` documentationBenno Lossin1-0/+4
2023-10-12rust: error: Markdown style nitManmohan Shukla1-1/+1
2023-10-12rust: error: fix the description for `ECHILD`Wedson Almeida Filho1-1/+1
2023-06-13rust: error: `impl Debug` for `Error` with `errname()` integrationGary Guo1-0/+39
2023-05-31rust: error: add missing error codesAlice Ryhl1-0/+20
2023-05-31rust: error: allow specifying error type on `Result`Alice Ryhl1-1/+1
2023-04-12rust: error: Add from_result() helperWedson Almeida Filho1-0/+39
2023-04-12rust: error: Add a helper to convert a C ERR_PTR to a `Result`Sven Van Asbroeck1-1/+49
2023-04-12rust: error: Add to_result() helperWedson Almeida Filho1-1/+10
2023-04-12rust: error: Add Error::from_errno{_unchecked}()Miguel Ojeda1-0/+32
2023-04-12rust: error: Add Error::to_ptr()Asahi Lina1-0/+7
2023-04-12rust: error: Rename to_kernel_errno() -> to_errno()Asahi Lina1-1/+1
2022-12-04rust: error: add `From` implementations for `Error`Wedson Almeida Filho1-1/+44
2022-12-04rust: error: add codes from `errno-base.h`Viktor Garske1-0/+33
2022-12-04rust: error: declare errors using macroFinn Behrens1-2/+10
2022-09-28rust: add `kernel` crateWedson Almeida Filho1-0/+59