summaryrefslogtreecommitdiff
path: root/rust/kernel/io/register.rs
AgeCommit message (Expand)Author
2026-08-03rust: io: register: use path fragment for alias destinationAlexandre Courbot
2026-08-03rust: io: register: remove unused rule argumentsAlexandre Courbot
2026-08-03rust: io: register: dispatch shortcut rules internallyAlexandre Courbot
2026-07-13Merge patch series "rust: I/O type generalization and projection"Danilo Krummrich
2026-07-11rust: io: implement `Mmio` as view typeGary Guo
2026-07-11rust: io: rename `Mmio` to `MmioOwned`Gary Guo
2026-07-11rust: io: restrict untyped IO access and `register!` to `Region`Gary Guo
2026-07-03rust: io: fix example in `register!` macroLink Mauve
2026-06-10rust: make `build_assert` module the home of related macrosGary Guo
2026-06-09rust: io: use the `bitfield!` macro in `register!`Alexandre Courbot
2026-03-17rust: io: introduce `write_reg` and `LocatedRegister`Alexandre Courbot
2026-03-17rust: io: add `register!` macroAlexandre Courbot