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
/
debugfs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-11
Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
4
-41
/
+80
2026-01-26
rust: use consistent backtick formatting for NULL in docs
Peter Novak
1
-1
/
+1
2026-01-25
rust: debugfs: use pin_init::zeroed() for file_operations
Ke Sun
1
-12
/
+6
2025-12-22
rust: debugfs: use "kernel vertical" style for imports
Danilo Krummrich
4
-29
/
+74
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
2
-2
/
+376
2025-12-03
Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
4
-13
/
+12
2025-11-12
rust: debugfs: Replace the usage of Rust native atomics
Boqun Feng
1
-36
/
+17
2025-11-07
rust: debugfs: Implement BinaryReader for Mutex<T> only when T is Unpin
Danilo Krummrich
1
-1
/
+1
2025-11-05
rust: debugfs: support blobs from smart pointers
Danilo Krummrich
1
-2
/
+172
2025-11-05
rust: debugfs: support for binary large objects
Danilo Krummrich
2
-5
/
+209
2025-10-22
rust: debugfs: Implement Reader for Mutex<T> only when T is Unpin
Boqun Feng
1
-1
/
+1
2025-10-22
rust: replace `CStr` with `core::ffi::CStr`
Tamir Duberstein
1
-1
/
+1
2025-10-20
rust: debugfs: use `kernel::fmt`
Tamir Duberstein
3
-12
/
+11
2025-09-10
rust: debugfs: Add support for scoped directories
Matthew Maurer
1
-6
/
+67
2025-09-10
rust: debugfs: Add support for callback-based files
Matthew Maurer
2
-0
/
+130
2025-09-10
rust: debugfs: Add support for writable files
Matthew Maurer
2
-1
/
+181
2025-09-10
rust: debugfs: Add support for read-only files
Matthew Maurer
3
-0
/
+203
2025-09-10
rust: debugfs: Add initial support for directories
Matthew Maurer
1
-0
/
+61