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
/
kernel
/
lib.rs
(
follow
)
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
1
-0
/
+4
2025-05-12
rust: configfs: introduce rust support for configfs
Andreas Hindborg
1
-0
/
+2
2025-04-24
rust: drm: ioctl: Add DRM ioctl abstraction
Asahi Lina
1
-0
/
+2
2025-04-19
rust: auxiliary: add auxiliary device / driver abstractions
Danilo Krummrich
1
-0
/
+2
2025-03-30
Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-3
/
+6
2025-03-23
rust: enable `raw_ref_op` feature
Antonio Hickey
1
-0
/
+2
2025-03-20
rust: add dma coherent allocator abstraction
Abdiel Janulgue
1
-0
/
+1
2025-03-16
rust: make pin-init its own crate
Benno Lossin
1
-7
/
+3
2025-03-16
rust: add extensions to the pin-init crate and move relevant documentation there
Benno Lossin
1
-0
/
+3
2025-03-16
rust: move pin-init API into its own directory
Benno Lossin
1
-0
/
+1
2025-03-05
rust: remove leftover mentions of the `alloc` crate
Miguel Ojeda
1
-1
/
+1
2025-02-13
rust/kernel: Add faux device bindings
Lyude Paul
1
-0
/
+1
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-0
/
+20
2025-01-13
rust: use derive(CoercePointee) on rustc >= 1.84.0
Xiangfei Ding
1
-3
/
+4
2025-01-10
rust: kernel: move `build_error` hidden function to prevent mistakes
Miguel Ojeda
1
-4
/
+2
2025-01-07
rust: io: move module entry to its correct location
Danilo Krummrich
1
-1
/
+1
2025-01-07
rust: pci: do not depend on CONFIG_PCI_MSI
Danilo Krummrich
1
-2
/
+2
2024-12-20
rust: platform: add basic platform device / driver abstractions
Danilo Krummrich
1
-0
/
+1
2024-12-20
rust: of: add `of::DeviceId` abstraction
Danilo Krummrich
1
-0
/
+1
2024-12-20
rust: pci: add basic PCI device / driver abstractions
Danilo Krummrich
1
-0
/
+2
2024-12-20
rust: add devres abstraction
Danilo Krummrich
1
-0
/
+1
2024-12-20
rust: add `io::{Io, IoRaw}` base types
Danilo Krummrich
1
-0
/
+1
2024-12-20
rust: add `Revocable` type
Wedson Almeida Filho
1
-0
/
+1
2024-12-20
rust: implement `IdArray`, `IdTable` and `RawDeviceId`
Danilo Krummrich
1
-0
/
+6
2024-12-20
rust: implement generic driver registration
Danilo Krummrich
1
-0
/
+1
2024-12-20
rust: module: add trait `ModuleMetadata`
Danilo Krummrich
1
-0
/
+6
2024-11-29
Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-0
/
+24
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-3
/
+7
2024-11-26
Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+1
2024-11-25
Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-0
/
+37
2024-11-10
rust: use custom FFI integer types
Gary Guo
1
-0
/
+2
2024-11-05
rust: introduce `InPlaceModule`
Wedson Almeida Filho
1
-0
/
+23
2024-11-04
rust: add arch_static_branch
Alice Ryhl
1
-0
/
+35
2024-11-04
rust: add tracepoint support
Alice Ryhl
1
-0
/
+1
2024-11-04
rust: add static_branch_unlikely for static_key_false
Alice Ryhl
1
-0
/
+1
2024-10-21
rust: kernel: fix THIS_MODULE header path in ThisModule doc comment
Yutaro Ohno
1
-1
/
+1
2024-10-15
rust: alloc: implement kernel `Vec` type
Danilo Krummrich
1
-0
/
+1
2024-10-15
rust: alloc: remove extension of std's `Box`
Danilo Krummrich
1
-1
/
+0
2024-10-10
rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` module
Aliet Exposito Garcia
1
-0
/
+1
2024-10-09
rust: miscdevice: add base miscdevice abstraction
Alice Ryhl
1
-0
/
+1
2024-10-08
rust: add PidNamespace
Christian Brauner
1
-0
/
+1
2024-10-08
rust: add seqfile abstraction
Alice Ryhl
1
-0
/
+1
2024-10-08
Merge patch series "File abstractions needed by Rust Binder"
Christian Brauner
1
-0
/
+3
2024-10-07
rust: enable arbitrary_self_types and remove `Receiver`
Gary Guo
1
-1
/
+1
2024-10-07
rust: start using the `#[expect(...)]` attribute
Miguel Ojeda
1
-0
/
+1
2024-09-30
rust: security: add abstraction for secctx
Alice Ryhl
1
-0
/
+1
2024-09-30
rust: cred: add Rust abstraction for `struct cred`
Wedson Almeida Filho
1
-0
/
+1
2024-09-30
rust: file: add Rust abstraction for `struct file`
Wedson Almeida Filho
1
-0
/
+1
2024-09-26
rust: kernel: sort Rust modules
Miguel Ojeda
1
-1
/
+1
2024-09-25
Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-0
/
+2
[next]