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
/
block
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
5
-86
/
+124
2025-09-30
Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
3
-5
/
+4
2025-09-16
rust: block: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
3
-4
/
+3
2025-09-15
rust: block: convert `block::mq` to use `Refcount`
Gary Guo
2
-55
/
+25
2025-09-08
rust: block: fix `srctree/` links
Miguel Ojeda
1
-1
/
+1
2025-09-02
rust: block: add remote completion to `Request`
Andreas Hindborg
3
-4
/
+38
2025-09-02
rust: block: mq: fix spelling in a safety comment
Andreas Hindborg
1
-1
/
+1
2025-09-02
rust: block: add `GenDisk` private data support
Andreas Hindborg
3
-16
/
+69
2025-09-02
rnull: enable configuration via `configfs`
Andreas Hindborg
1
-1
/
+1
2025-09-02
rust: block: remove trait bound from `mq::Request` definition
Andreas Hindborg
1
-1
/
+1
2025-09-02
rust: block: remove `RawWriter`
Andreas Hindborg
2
-57
/
+0
2025-09-02
rust: block: use `NullTerminatedFormatter`
Andreas Hindborg
2
-5
/
+8
2025-09-02
rust: block: normalize imports for `gen_disk.rs`
Andreas Hindborg
1
-3
/
+7
2025-07-13
Merge tag 'pin-init-v6.17' of https://github.com/Rust-for-Linux/linux into rust-next
Miguel Ojeda
1
-5
/
+7
2025-06-24
rust: Use consistent "# Examples" heading style in rustdoc
Viresh Kumar
1
-1
/
+1
2025-06-22
rust: enable `clippy::as_underscore` lint
Tamir Duberstein
2
-2
/
+7
2025-06-22
rust: enable `clippy::ptr_cast_constness` lint
Tamir Duberstein
1
-2
/
+2
2025-06-11
rust: pin-init: change blanket impls for `[Pin]Init` and add one for `Result<T, E>`
Benno Lossin
1
-5
/
+7
2025-05-12
rust: convert raw URLs to Markdown autolinks in comments
Xizhe Yin
1
-1
/
+1
2025-03-23
rust: block: refactor to use `&raw mut`
Antonio Hickey
1
-2
/
+2
2025-03-16
rust: make pin-init its own crate
Benno Lossin
1
-3
/
+2
2025-01-21
Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
2
-4
/
+5
2025-01-10
rust: add `build_error!` to the prelude
Miguel Ojeda
1
-1
/
+2
2025-01-10
rust: use the `build_error!` macro, not the hidden function
Miguel Ojeda
1
-1
/
+1
2024-12-23
rust: block: fix use of BLK_MQ_F_SHOULD_MERGE
Andreas Hindborg
1
-1
/
+1
2024-12-18
rust: block: fix formatting in GenDisk doc
Yutaro Ohno
1
-3
/
+3
2024-11-30
Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2024-11-18
rust: block: simplify Result<()> in validate_block_size return
Manas
1
-1
/
+1
2024-11-10
rust: use custom FFI integer types
Gary Guo
3
-11
/
+11
2024-10-22
rust: block: fix formatting of `kernel::block::mq::request` module
Francesco Zardi
1
-29
/
+38
2024-08-21
rust: block: fix wrong usage of lockdep API
Andreas Hindborg
1
-4
/
+2
2024-06-20
rust: block: do not use removed queue flag API
Andreas Hindborg
1
-14
/
+3
2024-06-14
rust: block: do not use removed queue limit API
Andreas Hindborg
1
-13
/
+7
2024-06-14
rust: block: introduce `kernel::block::mq` module
Andreas Hindborg
6
-0
/
+952