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
/
samples
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-12
Merge 6.19-rc5 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2026-01-07
rust: platform: use "kernel vertical" style for imports
Danilo Krummrich
1
-3
/
+7
2026-01-07
rust: auxiliary: use "kernel vertical" style for imports
Danilo Krummrich
1
-3
/
+5
2026-01-07
rust: usb: use "kernel vertical" style for imports
Danilo Krummrich
1
-1
/
+9
2025-12-29
Merge tag 'v6.19-rc3' into driver-core-next
Danilo Krummrich
1
-1
/
+1
2025-12-29
rust: miscdevice: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-2
/
+1
2025-12-28
rust: Add SoC Driver Sample
Matthew Maurer
3
-0
/
+93
2025-12-23
samples: rust: faux: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-2
/
+6
2025-12-22
samples: rust: pci: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-2
/
+8
2025-12-22
samples: rust: debugfs: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
2
-21
/
+15
2025-12-22
rust: platform: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-16
/
+14
2025-12-22
rust: auxiliary: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-2
/
+2
2025-12-22
rust: debugfs: use "kernel vertical" style for imports
Danilo Krummrich
2
-15
/
+38
2025-12-18
samples: rust: debugfs: Update ARef imports to use sync::aref
Shankari Anand
1
-1
/
+2
2025-12-17
samples: rust: fix endianness issue in rust_driver_pci
Marko Turk
1
-1
/
+1
2025-12-06
Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-1
/
+1
2025-12-06
Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux
Linus Torvalds
1
-0
/
+10
2025-12-05
Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
11
-90
/
+360
2025-12-03
Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
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
-77
/
+64
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/git/gregkh/char-misc
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/kernel/git/axboe/linux
Linus Torvalds
1
-1
/
+1
2025-10-01
Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
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 drm-rust-next
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
[prev]
[next]