index
:
pub/scm/bluetooth/bluetooth-next.git
master
Linux kernel fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
io
/
mem.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-13
Merge patch series "rust: I/O type generalization and projection"
Danilo Krummrich
1
-13
/
+16
2026-07-11
rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()
Danilo Krummrich
1
-20
/
+45
2026-07-11
rust: io: move `Io` methods to extension trait
Gary Guo
1
-3
/
+3
2026-07-11
rust: io: remove `MmioOwned`
Gary Guo
1
-11
/
+15
2026-07-11
rust: io: rename `Mmio` to `MmioOwned`
Gary Guo
1
-4
/
+4
2026-07-11
rust: io: generalize `MmioRaw` to pointer to arbitrary type
Gary Guo
1
-3
/
+2
2026-05-27
rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
Danilo Krummrich
1
-51
/
+52
2026-05-27
rust: platform: make Driver trait lifetime-parameterized
Danilo Krummrich
1
-10
/
+10
2026-05-27
rust: device: make Core and CoreInternal lifetime-parameterized
Danilo Krummrich
1
-2
/
+2
2026-05-27
rust: driver: decouple driver private data from driver type
Danilo Krummrich
1
-0
/
+2
2026-03-17
rust: io: mem: use non-relaxed I/O ops in examples
Alexandre Courbot
1
-4
/
+6
2026-01-23
rust: io: separate generic I/O helpers from MMIO implementation
Zhi Wang
1
-8
/
+8
2025-12-22
rust: io: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-4
/
+13
2025-11-11
rust: io: cleanup imports and use "kernel vertical" style
Danilo Krummrich
1
-10
/
+18
2025-10-21
rust: driver: let probe() return impl PinInit<Self, Error>
Danilo Krummrich
1
-4
/
+4
2025-07-22
rust: io: fix broken intra-doc links to `platform::Device`
Miguel Ojeda
1
-4
/
+4
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