Age | Commit message (Expand) | Author | Files | Lines |
2025-05-28 | Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 4 | -3/+135 |
2025-05-15 | samples: rust: select AUXILIARY_BUS instead of depending on it | Alexandre Courbot | 1 | -1/+1 |
2025-05-12 | rust: configfs: add a sample demonstrating configfs usage | Andreas Hindborg | 3 | -0/+204 |
2025-05-04 | samples: rust: pci: take advantage of Devres::access() | Danilo Krummrich | 1 | -6/+6 |
2025-04-22 | samples: rust: convert PCI rust sample driver to use try_access_with() | Alexandre Courbot | 1 | -6/+5 |
2025-04-19 | samples: rust: add Rust auxiliary driver sample | Danilo Krummrich | 3 | -0/+133 |
2025-04-01 | Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -90/+91 |
2025-04-01 | Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -19/+22 |
2025-03-20 | samples: rust: add Rust dma test sample driver | Abdiel Janulgue | 3 | -0/+109 |
2025-03-17 | samples: rust_misc_device: fix markup in top-level docs | Alice Ryhl | 1 | -90/+91 |
2025-03-17 | rust: platform: fix unrestricted &mut platform::Device | Danilo Krummrich | 1 | -4/+7 |
2025-03-17 | rust: pci: fix unrestricted &mut pci::Device | Danilo Krummrich | 1 | -4/+4 |
2025-03-10 | rust: module: introduce `authors` key | Guilherme Giacomo Simoes | 6 | -6/+6 |
2025-02-27 | rust/faux: Add missing parent argument to Registration::new() | Lyude Paul | 1 | -1/+1 |
2025-02-22 | rust: io: rename `io::Io` accessors | Fiona Behrens | 1 | -6/+6 |
2025-02-13 | rust/kernel: Add faux device bindings | Lyude Paul | 3 | -0/+40 |
2025-01-28 | Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 5 | -0/+431 |
2025-01-13 | rust: use derive(CoercePointee) on rustc >= 1.84.0 | Xiangfei Ding | 1 | -0/+18 |
2024-12-20 | samples: rust: add Rust platform sample driver | Danilo Krummrich | 3 | -0/+60 |
2024-12-20 | samples: rust: add Rust PCI sample driver | Danilo Krummrich | 3 | -0/+122 |
2024-12-16 | rust: finish using custom FFI integer types | Miguel Ojeda | 1 | -1/+1 |
2024-12-16 | samples: rust_misc_device: Provide an example C program to exercise functiona... | Lee Jones | 1 | -0/+90 |
2024-12-16 | samples: rust_misc_device: Demonstrate additional get/set value functionality | Lee Jones | 1 | -14/+75 |
2024-12-16 | samples: rust: Provide example using the new Rust MiscDevice abstraction | Lee Jones | 3 | -0/+98 |
2024-11-26 | Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 2 | -2/+3 |
2024-11-12 | samples: rust: fix `rust_print` build making it a combined module | Miguel Ojeda | 2 | -1/+3 |
2024-11-04 | rust: samples: add tracepoint to Rust sample | Alice Ryhl | 3 | -1/+28 |
2024-10-15 | rust: treewide: switch to the kernel `Vec` type | Danilo Krummrich | 1 | -2/+2 |
2024-10-07 | rust: start using the `#[expect(...)]` attribute | Miguel Ojeda | 1 | -1/+1 |
2024-10-07 | rust: replace `clippy::dbg_macro` with `disallowed_macros` | Miguel Ojeda | 1 | -0/+1 |
2024-04-16 | rust: sync: update `Arc` and `UniqueArc` to take allocation flags | Wedson Almeida Filho | 1 | -2/+2 |
2024-04-16 | rust: alloc: update `VecExt` to take allocation flags | Wedson Almeida Filho | 1 | -3/+3 |
2023-04-10 | samples: rust: print: Add sample code for Arc printing | Boqun Feng | 1 | -0/+26 |
2022-12-04 | rust: macros: take string literals in `module!` | Gary Guo | 2 | -8/+8 |
2022-12-01 | rust: samples: add `rust_print` example | Miguel Ojeda | 3 | -0/+65 |
2022-09-28 | samples: add first Rust examples | Miguel Ojeda | 8 | -0/+105 |