summaryrefslogtreecommitdiffstats
path: root/rust/kernel/error.rs
AgeCommit message (Expand)AuthorLines
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-1/+123
2025-03-20rust: error: Add EOVERFLOWAbdiel Janulgue-0/+1
2025-03-16rust: error: extend the Result documentationDirk Behme-1/+122
2025-03-06rust: error: add missing newline to pr_warn! callsAlban Kurti-1/+1
2025-01-13rust: error: import `kernel`'s `LayoutError` instead of `core`'sJimmy Ostler-3/+4
2024-12-17rust: error: modify `from_errno` to use `try_from_errno`Daniel Sedlak-7/+4
2024-12-16rust: map `long` to `isize` and `char` to `u8`Gary Guo-4/+1
2024-11-10rust: use custom FFI integer typesGary Guo-10/+10
2024-10-15rust: error: check for config `test` in `Error::name`Danilo Krummrich-2/+2
2024-10-15rust: error: use `core::alloc::LayoutError`Danilo Krummrich-1/+1
2024-10-10rust: error: optimize error type to use nonzeroFilipe Xavier-9/+28
2024-10-07rust: error: make conversion functions publicFilipe Xavier-9/+4
2024-10-07rust: start using the `#[expect(...)]` attributeMiguel Ojeda-1/+1
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda-3/+6
2024-08-18rust: error: allow `useless_conversion` for 32-bit buildsMiguel Ojeda-1/+4
2024-06-14rust: block: introduce `kernel::block::mq` moduleAndreas Hindborg-0/+6
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda-1/+0
2024-04-16rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho-2/+2
2024-04-16rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho-10/+1
2024-02-18rust: error: improve unsafe code in exampleValentin Obst-7/+3
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda-1/+1
2023-12-14rust: macros: improve `#[vtable]` documentationBenno Lossin-0/+4
2023-10-12rust: error: Markdown style nitManmohan Shukla-1/+1
2023-10-12rust: error: fix the description for `ECHILD`Wedson Almeida Filho-1/+1
2023-06-13rust: error: `impl Debug` for `Error` with `errname()` integrationGary Guo-0/+39
2023-05-31rust: error: add missing error codesAlice Ryhl-0/+20
2023-05-31rust: error: allow specifying error type on `Result`Alice Ryhl-1/+1
2023-04-12rust: error: Add from_result() helperWedson Almeida Filho-0/+39
2023-04-12rust: error: Add a helper to convert a C ERR_PTR to a `Result`Sven Van Asbroeck-1/+49
2023-04-12rust: error: Add to_result() helperWedson Almeida Filho-1/+10
2023-04-12rust: error: Add Error::from_errno{_unchecked}()Miguel Ojeda-0/+32
2023-04-12rust: error: Add Error::to_ptr()Asahi Lina-0/+7
2023-04-12rust: error: Rename to_kernel_errno() -> to_errno()Asahi Lina-1/+1
2022-12-04rust: error: add `From` implementations for `Error`Wedson Almeida Filho-1/+44
2022-12-04rust: error: add codes from `errno-base.h`Viktor Garske-0/+33
2022-12-04rust: error: declare errors using macroFinn Behrens-2/+10
2022-09-28rust: add `kernel` crateWedson Almeida Filho-0/+59