aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-26improve killing processes/threads, testKimplul
2024-08-26don't free the physical address of page tablesKimplul
2024-08-26simplify testsKimplul
2024-08-22add fork testKimplul
2024-08-22add ipc_notify testcase, remove ipc_ghostKimplul
2024-08-22add note about testsKimplul
2024-08-22change sys_ret handling to always include idKimplul
2024-08-22add basic ipc-req testKimplul
2024-08-21ensure our memory is actually used up fullyKimplul
2024-08-21add malloc testKimplul
2024-08-18small fixes to issues reported by analyzerKimplul
2024-07-18mark some ipc functions inlineKimplul
2024-07-18add ipc_tail()Kimplul
2024-07-17remove tests.mkKimplul
2024-07-17replace run with check in READMEKimplul
2024-07-17make tests a bit more sensibleKimplul
2024-07-17cleanup riscv64/confKimplul
2024-07-17make compilation more robust on *BSDKimplul
2024-07-14expose max number of concurrent threads to usersKimplul
2024-07-14add some missing docsKimplul
2024-07-14add more checks to getting tcbKimplul
2024-07-09fix make cleanKimplul
2024-07-09start working on testsKimplul
2024-07-09allow regions to have reserved areasKimplul
2024-07-09allow mapping null pageKimplul
2024-07-08fix LLVMKimplul
2024-07-08add orphan checking to timer and irq handlingKimplul
2024-07-07add req_page back in as I realized it's usefulKimplul
2024-07-07make executable entrypoint universal callbackKimplul
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-07fixed crash with dbg_fdt()Kimplul
2024-07-06core bringup + various warningsKimplul
2024-07-06add RAM usage countingKimplul
2024-07-06remove some unused macrosKimplul
2024-07-06adjust stack handlingKimplul
2024-07-06make dmem a bit more readableKimplul
2024-07-06fix type of region in devmemKimplul
2024-07-06prefer __riscv_xlen over riscv64Kimplul
2024-07-06remember to clean up kmi.elf as wellKimplul
2024-07-06pretty massive virtual memory rewriteKimplul
2024-07-05implement bklKimplul
2024-07-05add note about -kernelKimplul
2024-07-05formatting and documentationKimplul
2024-07-05allow booting with Qemu's -kernel flag directlyKimplul
2024-07-05fix some small build issuesKimplul
2024-07-04use notification framework for orphanizing threadsKimplul
2024-07-04generalize orphantsKimplul