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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
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/linux
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/linux into rust-next
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/git/gregkh/char-misc
Linus Torvalds
1
-90
/
+91
2025-04-01
Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
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
[next]