aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64/kernel/vmem.c
AgeCommit message (Expand)Author
2024-11-02initial exec supportKimplul
2024-11-01use correct sfence.vmaKimplul
2024-11-01calculate rpc stack top slightly differentlyKimplul
2024-11-01mark some hot path functions inlineKimplul
2024-11-01copy rpc stacks directlyKimplul
2024-11-01move stack modifications to be earlier in rpcKimplul
2024-11-01speed up creating threads quite a bitKimplul
2024-11-01test all ipc variants more-or-less properlyKimplul
2024-11-01remember to set regs to some valid addressKimplul
2024-11-01rpc actually marks and unmarks stack regionsKimplul
2024-10-30bookkeepingKimplul
2024-10-30tests passKimplul
2024-10-30most of the way to passing testsKimplul
2024-10-29start moving towards threads always being in rpcKimplul
2024-08-26fix memory leaks destroying threadsKimplul
2024-08-26don't free the physical address of page tablesKimplul
2024-08-22add basic ipc-req testKimplul
2024-07-08fix LLVMKimplul
2024-07-07misc fixesKimplul
2024-07-07add small note about new booting methodKimplul
2024-07-07simplify assertionsKimplul
2024-07-07smp now seems to workKimplul
2024-07-06core bringup + various warningsKimplul
2024-07-06adjust stack handlingKimplul
2024-07-06pretty massive virtual memory rewriteKimplul
2024-07-05formatting and documentationKimplul
2024-07-05allow booting with Qemu's -kernel flag directlyKimplul
2024-07-04use notification framework for orphanizing threadsKimplul
2024-07-04generalize orphantsKimplul
2024-07-04add zombie and orphan threadsKimplul
2024-05-10update formatting configKimplul
2024-01-10some kmx alleviationsKimplul
2023-10-09experimenting with removing lists threads per procKimplul
2023-10-09move rpc stack handling to arch-specific codeKimplul
2023-08-04add initial smp bringupKimplul
2023-06-04slight optimization and brainfart fixKimplul
2023-06-04visionfive2 bootsKimplul
2023-06-04visionfive2 boots until debugging is initializedKimplul
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-11-13improve documentation on new featuresKimplul
2022-11-13~1.3M ipc requestsKimplul
2022-11-13give uvmem_map more fitting nameKimplul
2022-11-13write init more sensiblyKimplul
2022-11-12release mode, ~600k requestsKimplul
2022-11-12slight optimizationKimplul
2022-11-12initial rpc implementationsKimplul