index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
error.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-30
Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-1
/
+123
2025-03-20
rust: error: Add EOVERFLOW
Abdiel Janulgue
1
-0
/
+1
2025-03-16
rust: error: extend the Result documentation
Dirk Behme
1
-1
/
+122
2025-03-06
rust: error: add missing newline to pr_warn! calls
Alban Kurti
1
-1
/
+1
2025-01-13
rust: error: import `kernel`'s `LayoutError` instead of `core`'s
Jimmy Ostler
1
-3
/
+4
2024-12-17
rust: error: modify `from_errno` to use `try_from_errno`
Daniel Sedlak
1
-7
/
+4
2024-12-16
rust: map `long` to `isize` and `char` to `u8`
Gary Guo
1
-4
/
+1
2024-11-10
rust: use custom FFI integer types
Gary Guo
1
-10
/
+10
2024-10-15
rust: error: check for config `test` in `Error::name`
Danilo Krummrich
1
-2
/
+2
2024-10-15
rust: error: use `core::alloc::LayoutError`
Danilo Krummrich
1
-1
/
+1
2024-10-10
rust: error: optimize error type to use nonzero
Filipe Xavier
1
-9
/
+28
2024-10-07
rust: error: make conversion functions public
Filipe Xavier
1
-9
/
+4
2024-10-07
rust: start using the `#[expect(...)]` attribute
Miguel Ojeda
1
-1
/
+1
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
1
-3
/
+6
2024-08-18
rust: error: allow `useless_conversion` for 32-bit builds
Miguel Ojeda
1
-1
/
+4
2024-06-14
rust: block: introduce `kernel::block::mq` module
Andreas Hindborg
1
-0
/
+6
2024-05-05
rust: kernel: remove redundant imports
Miguel Ojeda
1
-1
/
+0
2024-04-16
rust: kernel: remove usage of `allocator_api` unstable feature
Wedson Almeida Filho
1
-2
/
+2
2024-04-16
rust: alloc: update `VecExt` to take allocation flags
Wedson Almeida Filho
1
-10
/
+1
2024-02-18
rust: error: improve unsafe code in example
Valentin Obst
1
-7
/
+3
2023-12-21
rust: support `srctree`-relative links
Miguel Ojeda
1
-1
/
+1
2023-12-14
rust: macros: improve `#[vtable]` documentation
Benno Lossin
1
-0
/
+4
2023-10-12
rust: error: Markdown style nit
Manmohan Shukla
1
-1
/
+1
2023-10-12
rust: error: fix the description for `ECHILD`
Wedson Almeida Filho
1
-1
/
+1
2023-06-13
rust: error: `impl Debug` for `Error` with `errname()` integration
Gary Guo
1
-0
/
+39
2023-05-31
rust: error: add missing error codes
Alice Ryhl
1
-0
/
+20
2023-05-31
rust: error: allow specifying error type on `Result`
Alice Ryhl
1
-1
/
+1
2023-04-12
rust: error: Add from_result() helper
Wedson Almeida Filho
1
-0
/
+39
2023-04-12
rust: error: Add a helper to convert a C ERR_PTR to a `Result`
Sven Van Asbroeck
1
-1
/
+49
2023-04-12
rust: error: Add to_result() helper
Wedson Almeida Filho
1
-1
/
+10
2023-04-12
rust: error: Add Error::from_errno{_unchecked}()
Miguel Ojeda
1
-0
/
+32
2023-04-12
rust: error: Add Error::to_ptr()
Asahi Lina
1
-0
/
+7
2023-04-12
rust: error: Rename to_kernel_errno() -> to_errno()
Asahi Lina
1
-1
/
+1
2022-12-04
rust: error: add `From` implementations for `Error`
Wedson Almeida Filho
1
-1
/
+44
2022-12-04
rust: error: add codes from `errno-base.h`
Viktor Garske
1
-0
/
+33
2022-12-04
rust: error: declare errors using macro
Finn Behrens
1
-2
/
+10
2022-09-28
rust: add `kernel` crate
Wedson Almeida Filho
1
-0
/
+59