| Age | Commit message (Expand) | Author | Files | Lines |
| 5 days | Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+1 |
| 6 days | Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+10 |
| 6 days | Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 11 | -93/+363 |
| 8 days | Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/... | Linus Torvalds | 2 | -3/+3 |
| 2025-11-22 | samples: rust: fix module name for Rust PCI driver sample | Peter Colberg | 1 | -1/+1 |
| 2025-11-18 | samples: rust: add Rust I2C client registration sample | Igor Korotin | 3 | -0/+160 |
| 2025-11-18 | samples: rust: add Rust I2C sample driver | Igor Korotin | 3 | -0/+86 |
| 2025-11-12 | rust: debugfs: Replace the usage of Rust native atomics | Boqun Feng | 2 | -10/+8 |
| 2025-11-05 | samples: rust: debugfs_scoped: add example for blobs | Danilo Krummrich | 1 | -4/+10 |
| 2025-11-05 | samples: rust: debugfs: add example for blobs | Danilo Krummrich | 1 | -0/+13 |
| 2025-11-03 | rust: samples: add a module parameter to the rust_minimal sample | Andreas Hindborg | 1 | -0/+10 |
| 2025-10-29 | samples: rust: auxiliary: illustrate driver interaction | Danilo Krummrich | 1 | -3/+19 |
| 2025-10-29 | samples: rust: auxiliary: misc cleanup of ParentDriver::connect() | Danilo Krummrich | 1 | -6/+5 |
| 2025-10-29 | rust: auxiliary: unregister on parent device unbind | Danilo Krummrich | 1 | -7/+10 |
| 2025-10-29 | rust: auxiliary: consider auxiliary devices always have a parent | Danilo Krummrich | 1 | -1/+1 |
| 2025-10-21 | rust: driver: let probe() return impl PinInit<Self, Error> | Danilo Krummrich | 6 | -80/+67 |
| 2025-10-20 | samples: rust: debugfs: use `core::ffi::CStr` method names | Miguel Ojeda | 1 | -1/+1 |
| 2025-10-20 | samples: rust: platform: remove trailing commas | Tamir Duberstein | 1 | -2/+2 |
| 2025-10-13 | Revert "USB: disable rust bindings from the build for now" | Greg Kroah-Hartman | 1 | -1/+1 |
| 2025-10-04 | Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -4/+94 |
| 2025-10-02 | Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 2 | -10/+27 |
| 2025-10-02 | Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
| 2025-10-01 | Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 8 | -17/+321 |
| 2025-09-25 | USB: disable rust bindings from the build for now | Greg Kroah-Hartman | 1 | -1/+1 |
| 2025-09-24 | samples: rust: add a USB driver sample | Daniel Almeida | 3 | -0/+59 |
| 2025-09-16 | rust: configfs: use `core::ffi::CStr` method names | Tamir Duberstein | 1 | -1/+1 |
| 2025-09-12 | Merge tag 'pin-init-v6.18' of https://github.com/Rust-for-Linux/linux into dr... | Danilo Krummrich | 1 | -1/+1 |
| 2025-09-11 | rust: pin-init: add references to previously initialized fields | Benno Lossin | 1 | -1/+1 |
| 2025-09-10 | samples: rust: Add scoped debugfs sample driver | Matthew Maurer | 3 | -0/+146 |
| 2025-09-10 | samples: rust: Add debugfs sample driver | Matthew Maurer | 3 | -0/+163 |
| 2025-09-06 | Merge patch series "Rust support for `struct iov_iter`" | Greg Kroah-Hartman | 1 | -2/+34 |
| 2025-09-06 | samples: rust_misc_device: Expand the sample to support read()ing from userspace | Lee Jones | 1 | -2/+34 |
| 2025-09-04 | samples: rust: dma: add sample code for SGTable | Danilo Krummrich | 1 | -9/+26 |
| 2025-09-02 | rust: configfs: re-export `configfs_attrs` from `configfs` module | Andreas Hindborg | 1 | -1/+1 |
| 2025-09-01 | rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_* | John Hubbard | 3 | -16/+11 |
| 2025-08-19 | rust: miscdevice: update ARef import to sync::aref | Shankari Anand | 1 | -2/+1 |
| 2025-08-15 | rust: dma: Update ARef and AlwaysRefCounted imports from sync::aref | Shankari Anand | 1 | -1/+1 |
| 2025-08-15 | rust: driver-core: Update ARef and AlwaysRefCounted imports from sync::aref | Shankari Anand | 2 | -2/+2 |
| 2025-08-03 | Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/... | Linus Torvalds | 4 | -3/+5 |
| 2025-07-30 | Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 1 | -13/+15 |
| 2025-07-21 | rust: use `kernel::{fmt,prelude::fmt!}` | Tamir Duberstein | 1 | -1/+1 |
| 2025-07-19 | rust: samples: dma: set DMA mask | Danilo Krummrich | 1 | -1/+13 |
| 2025-07-15 | Merge tag 'alloc-next-v6.17-2025-07-15' of https://github.com/Rust-for-Linux/... | Miguel Ojeda | 1 | -13/+15 |
| 2025-07-14 | rust: uaccess: use newtype for user pointers | Alice Ryhl | 1 | -0/+2 |
| 2025-07-09 | samples: rust: pci: reset pci-testdev in unbind() | Danilo Krummrich | 1 | -1/+10 |
| 2025-07-05 | rust: auxiliary: remove unnecessary import | Tamir Duberstein | 1 | -2/+1 |
| 2025-06-28 | rust: devres: get rid of Devres' inner Arc | Danilo Krummrich | 1 | -9/+10 |
| 2025-06-26 | samples: rust: add ACPI match table example to platform driver | Igor Korotin | 1 | -1/+69 |
| 2025-06-25 | samples: rust: platform: conditionally call Self::properties_parse() | Danilo Krummrich | 1 | -1/+3 |
| 2025-06-25 | samples: rust: platform: don't call as_ref() repeatedly | Danilo Krummrich | 1 | -3/+5 |
| 2025-06-25 | samples: rust: platform: Add property child and reference args examples | Remo Senekowitsch | 1 | -1/+12 |
| 2025-06-24 | rust: macros: remove `module!`'s deprecated `author` key | Guilherme Giacomo Simoes | 2 | -2/+2 |
| 2025-06-23 | rust: dma: convert the read/write macros to return Result | Abdiel Janulgue | 1 | -13/+15 |
| 2025-06-13 | samples: rust: platform: Add property read examples | Remo Senekowitsch | 1 | -1/+59 |
| 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 |