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
/
rust
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-0
/
+1
2025-05-28
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
22
-67
/
+1662
2025-05-26
Merge tag 'next.2025.05.17a' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux
Linus Torvalds
1
-0
/
+5
2025-05-26
Merge tag 'configfs-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux
Linus Torvalds
4
-0
/
+1057
2025-05-21
net: phy: pass PHY driver to .match_phy_device OP
Christian Marangi
1
-0
/
+1
2025-05-21
Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/nova into drm-next
Dave Airlie
22
-67
/
+1662
2025-05-16
rust: sync: rcu: Mark Guard methods as inline
I Hsin Cheng
1
-0
/
+5
2025-05-14
rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically
Lyude Paul
1
-23
/
+24
2025-05-14
rust: drm: gem: s/into_gem_obj()/as_raw()/
Lyude Paul
1
-19
/
+9
2025-05-14
rust: drm: gem: Refactor IntoGEMObject::from_gem_obj() to as_ref()
Lyude Paul
1
-26
/
+43
2025-05-14
rust: drm: gem: Use NonNull for Object::dev
Lyude Paul
1
-3
/
+3
2025-05-12
drm: nova-drm: add initial driver skeleton
Danilo Krummrich
1
-0
/
+1
2025-05-12
rust: configfs: introduce rust support for configfs
Andreas Hindborg
4
-0
/
+1057
2025-05-12
rust: devres: fix doctest build under `!CONFIG_PCI`
Miguel Ojeda
1
-0
/
+1
2025-05-07
rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint
Miguel Ojeda
5
-49
/
+34
2025-05-07
rust: clean Rust 1.88.0's `unnecessary_transmutes` lint
Miguel Ojeda
2
-0
/
+2
2025-05-07
rust: allow Rust 1.87.0's `clippy::ptr_eq` lint
Miguel Ojeda
2
-0
/
+6
2025-05-04
rust: devres: implement Devres::access()
Danilo Krummrich
1
-0
/
+38
2025-05-04
rust: revocable: implement Revocable::access()
Danilo Krummrich
1
-0
/
+12
2025-04-29
rust: device: conditionally expect `dead_code` for `parent()`
Miguel Ojeda
1
-0
/
+1
2025-04-28
rust: drm: gem: Add GEM object abstraction
Asahi Lina
7
-2
/
+351
2025-04-25
Merge tag 'driver-core-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
1
-2
/
+6
2025-04-24
rust: drm: file: Add File abstraction
Asahi Lina
5
-2
/
+107
2025-04-24
rust: drm: add DRM driver registration
Asahi Lina
2
-1
/
+60
2025-04-24
rust: drm: add device abstraction
Asahi Lina
4
-8
/
+201
2025-04-24
rust: drm: add driver abstractions
Asahi Lina
3
-0
/
+122
2025-04-24
rust: drm: ioctl: Add DRM ioctl abstraction
Asahi Lina
5
-0
/
+171
2025-04-22
rust/revocable: add try_access_with() convenience method
Alexandre Courbot
1
-0
/
+16
2025-04-19
rust: auxiliary: add auxiliary registration
Danilo Krummrich
1
-1
/
+87
2025-04-19
rust: auxiliary: add auxiliary device / driver abstractions
Danilo Krummrich
6
-1
/
+301
2025-04-19
rust: device: implement Device::parent()
Danilo Krummrich
1
-0
/
+19
2025-04-19
rust: types: add `Opaque::zeroed`
Danilo Krummrich
1
-0
/
+8
2025-04-19
rust: platform: impl TryFrom<&Device> for &platform::Device
Danilo Krummrich
2
-1
/
+26
2025-04-19
rust: pci: impl TryFrom<&Device> for &pci::Device
Danilo Krummrich
2
-1
/
+26
2025-04-17
rust: dma: require a bound device
Danilo Krummrich
1
-7
/
+7
2025-04-17
rust: devres: require a bound device
Danilo Krummrich
1
-10
/
+7
2025-04-17
rust: pci: move iomap_region() to impl Device<Bound>
Danilo Krummrich
1
-0
/
+2
2025-04-17
rust: device: implement Bound device context
Danilo Krummrich
1
-1
/
+15
2025-04-17
rust: pci: preserve device context in AsRef
Danilo Krummrich
1
-3
/
+5
2025-04-17
rust: platform: preserve device context in AsRef
Danilo Krummrich
1
-3
/
+3
2025-04-17
rust: device: implement device context for Device
Danilo Krummrich
1
-2
/
+9
2025-04-17
rust: device: implement impl_device_context_into_aref!
Danilo Krummrich
3
-13
/
+24
2025-04-17
rust: device: implement impl_device_context_deref!
Danilo Krummrich
3
-27
/
+50
2025-04-15
rust: helpers: Add dma_alloc_attrs() and dma_free_attrs()
FUJITA Tomonori
2
-0
/
+17
2025-04-15
rust: helpers: Remove volatile qualifier from io helpers
FUJITA Tomonori
1
-17
/
+17
2025-04-14
rust: firmware: Use `ffi::c_char` type in `FwFunc`
Christian Schrefl
1
-2
/
+6
2025-04-08
rust: kbuild: Don't export __pfx symbols
Sami Tolvanen
1
-1
/
+1
2025-04-08
rust: pin-init: use Markdown autolinks in Rust comments
Miguel Ojeda
2
-2
/
+2
2025-04-08
rust: pin-init: alloc: restrict `impl ZeroableOption` for `Box` to `T: Sized`
Miguel Ojeda
1
-5
/
+3
2025-04-05
Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-2
/
+6
[next]