aboutsummaryrefslogtreecommitdiff
path: root/common/pmem.c
AgeCommit message (Expand)Author
2023-07-26fix possible segfault with non-gig memory sizesKimplul
2023-07-25simplify fdt reg readingKimplul
2023-07-25simplify populate/probe pmapKimplul
2023-06-04clarify a few thingsKimplul
2023-06-04visionfive2 bootsKimplul
2023-05-29start trying to boot on visionfive 2Kimplul
2023-05-11arbitrary load address and RAM base detectionKimplul
2023-05-01update license stuffKimplul
2023-04-30rename to kmiKimplul
2022-11-21possible optimisationsKimplul
2022-10-29rewrite pmemKimplul
2022-10-14remove references to cowKimplul
2022-06-12add license textsKimplul
2022-06-11continue documentationKimplul
2022-06-09continue documentationKimplul
2022-05-29make pmem.c slightly easier to read.Kimplul
2022-05-29continue documentation effortsKimplul
2022-05-29modify formatting rulesKimplul
2022-05-24change bit utils to not be __*Kimplul
2022-05-23switch from clang-format to uncrustifyKimplul
2022-05-22add @file info to all filesKimplul
2022-04-10add basic ubsan and fix issues reported by itKimplul
2022-04-10add clang format and run itKimplul
2022-01-07Modified pmem configuration handlingKimplul
2022-01-07Prefix static functions with __Kimplul
2022-01-07Improved header dependency treeKimplul
2022-01-06Jump back to kernelspace testedKimplul
2021-12-30Add initial version of device memory mappingKimplul
2021-12-29RefactoringKimplul
2021-10-11Start designing vmem frameworkKimplul
2021-10-11Renamed [pv]addr_t to [pv]m_tKimplul
2021-10-10Prepare proper jump to kernelKimplul
2021-10-01First jump to virtual memory!Kimplul
2021-09-25Used memory regions now markedKimplul
2021-09-12Initial physical page managerKimplul