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
/
io
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-26
Merge tag 'v6.19-rc7' into driver-core-next
Danilo Krummrich
1
-0
/
+2
2026-01-23
rust: io: separate generic I/O helpers from MMIO implementation
Zhi Wang
2
-12
/
+20
2026-01-14
rust: io: always inline functions using build_assert with arguments
Alexandre Courbot
1
-0
/
+2
2025-12-22
rust: io: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-4
/
+13
2025-11-13
rust: io: add typedef for phys_addr_t
Alice Ryhl
1
-3
/
+6
2025-11-13
rust: io: move ResourceSize to top-level io module
Alice Ryhl
1
-5
/
+1
2025-11-13
rust: io: define ResourceSize as resource_size_t
Alice Ryhl
1
-1
/
+1
2025-11-11
rust: io: cleanup imports and use "kernel vertical" style
Danilo Krummrich
3
-16
/
+28
2025-11-04
rust: Add read_poll_timeout_atomic function
FUJITA Tomonori
1
-1
/
+76
2025-10-26
rust: simplify read_poll_timeout's example code
FUJITA Tomonori
1
-10
/
+4
2025-10-21
rust: driver: let probe() return impl PinInit<Self, Error>
Danilo Krummrich
1
-4
/
+4
2025-08-21
rust: Add read_poll_timeout function
FUJITA Tomonori
1
-0
/
+104
2025-07-22
rust: io: fix broken intra-doc links to `platform::Device`
Miguel Ojeda
1
-4
/
+4
2025-07-22
rust: io: fix broken intra-doc link to missing `flags` module
Miguel Ojeda
1
-1
/
+2
2025-07-20
rust: io: mem: enable IoRequest doc-tests
Danilo Krummrich
1
-2
/
+2
2025-07-20
rust: platform: add resource accessors
Daniel Almeida
1
-1
/
+0
2025-07-20
rust: io: mem: add a generic iomem abstraction
Daniel Almeida
1
-0
/
+280
2025-07-20
rust: io: add resource abstraction
Daniel Almeida
1
-0
/
+229