aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/io/register.rs
AgeCommit message (Expand)AuthorFilesLines
2026-08-03rust: io: register: use path fragment for alias destinationAlexandre Courbot1-2/+5
2026-08-03rust: io: register: remove unused rule argumentsAlexandre Courbot1-15/+12
2026-08-03rust: io: register: dispatch shortcut rules internallyAlexandre Courbot1-2/+4
2026-07-13Merge patch series "rust: I/O type generalization and projection"Danilo Krummrich1-21/+23
2026-07-11rust: io: implement `Mmio` as view typeGary Guo1-12/+12
2026-07-11rust: io: rename `Mmio` to `MmioOwned`Gary Guo1-12/+12
2026-07-11rust: io: restrict untyped IO access and `register!` to `Region`Gary Guo1-9/+11
2026-07-03rust: io: fix example in `register!` macroLink Mauve1-1/+1
2026-06-10rust: make `build_assert` module the home of related macrosGary Guo1-7/+12
2026-06-09rust: io: use the `bitfield!` macro in `register!`Alexandre Courbot1-244/+2
2026-03-17rust: io: introduce `write_reg` and `LocatedRegister`Alexandre Courbot1-2/+33
2026-03-17rust: io: add `register!` macroAlexandre Courbot1-0/+1229