Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rust: kernel: change `ForeignOwnable` pointer to mut | Tamir Duberstein | 2025-01-13 | 1 | -1/+1 |
* | rust: add `build_error!` to the prelude | Miguel Ojeda | 2025-01-10 | 1 | -2/+2 |
* | rust: use the `build_error!` macro, not the hidden function | Miguel Ojeda | 2025-01-10 | 1 | -2/+2 |
* | rust: map `long` to `isize` and `char` to `u8` | Gary Guo | 2024-12-16 | 1 | -2/+2 |
* | rust: finish using custom FFI integer types | Miguel Ojeda | 2024-12-16 | 1 | -6/+2 |
* | rust: miscdevice: add missing safety comments | Alice Ryhl | 2024-10-22 | 1 | -0/+15 |
* | rust: miscdevice: fix warning on c_uint to u32 cast | Alice Ryhl | 2024-10-15 | 1 | -2/+2 |
* | rust: miscdevice: add base miscdevice abstraction | Alice Ryhl | 2024-10-09 | 1 | -0/+241 |