aboutsummaryrefslogtreecommitdiff
path: root/include/arch
AgeCommit message (Expand)Author
2024-08-27add some missing documentationKimplul
2024-08-26fix memory leaks destroying threadsKimplul
2024-08-22change sys_ret handling to always include idKimplul
2024-07-09allow mapping null pageKimplul
2024-07-08fix LLVMKimplul
2024-07-07misc fixesKimplul
2024-07-07smp now seems to workKimplul
2024-07-06adjust stack handlingKimplul
2024-07-06prefer __riscv_xlen over riscv64Kimplul
2024-07-06pretty massive virtual memory rewriteKimplul
2024-07-05implement bklKimplul
2024-07-05formatting and documentationKimplul
2024-07-05allow booting with Qemu's -kernel flag directlyKimplul
2024-07-04generalize orphantsKimplul
2024-07-04add zombie and orphan threadsKimplul
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-07-31start working on irqsKimplul
2023-07-27use nifty variable argument count trickKimplul
2023-06-08add fast userspace return to do_ipcKimplul
2023-06-04visionfive2 bootsKimplul
2023-06-04visionfive2 boots until debugging is initializedKimplul
2023-05-01update license stuffKimplul
2023-04-30rename to kmiKimplul
2022-12-01start looking into memory handlingKimplul
2022-11-21possible optimisationsKimplul
2022-11-13improve documentation on new featuresKimplul
2022-11-13~1.3M ipc requestsKimplul
2022-11-12slight optimizationKimplul
2022-11-12initial rpc implementationsKimplul
2022-11-11less buggy forkKimplul
2022-11-09update docsKimplul
2022-11-09add basic IPI structureKimplul
2022-10-22initial high level fork impKimplul
2022-10-21beautificationKimplul
2022-10-21initial implementation of swapKimplul
2022-10-21initial spawn implementationKimplul
2022-09-15change syscalls to take 5 params and return 6Kimplul
2022-06-12add license textsKimplul
2022-06-11continue documentationKimplul
2022-06-11continue documentationKimplul
2022-06-09use doxygen todoKimplul
2022-06-09continue documentationKimplul
2022-05-29continue documentation efforts.Kimplul
2022-05-28start implementing new proc/rpc handlingKimplul
2022-05-24make process loading more genericKimplul
2022-05-23start writing documentationKimplul
2022-05-23new include structure, make parse easier for doxyKimplul