aboutsummaryrefslogtreecommitdiff
path: root/kernel/kapi/boot_modules/device.cpp
AgeCommit message (Collapse)AuthorFilesLines
10 dayschore: replace some naked pointersFelix Morgner1-2/+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-09-01chore: clean up facet idsFelix Morgner1-1/+1
2026-07-28x86_64: split lapic according to UDMFelix Morgner1-0/+1
2026-07-26chore: replace "interface" with "facet"Felix Morgner1-3/+3
2026-07-24kernel: remove boot modules registryFelix Morgner1-0/+39