aboutsummaryrefslogtreecommitdiff
path: root/kernel/kapi/devices/facet_registry.cpp
AgeCommit message (Collapse)AuthorFilesLines
10 dayschore: replace some naked pointersFelix Morgner1-3/+3
The coding guidelines explicitly prohibit the use of "naked"/C-style pointers. However, there were some prominent examples in the kapi and the core kernel source. This changeset replaces them with the appropriate smart pointer types.
2026-08-29chore: normalize panic messagesFelix Morgner1-2/+2
2026-07-28x86_64: split lapic according to UDMFelix Morgner1-0/+1
2026-07-26kapi/devices: implement locking disciplineFelix Morgner1-49/+81
2026-07-26chore: replace "interface" with "facet"Felix Morgner1-0/+216