aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-07-04add note about orphaning running threadsKimplul
2024-07-04add zombie and orphan threadsKimplul
2024-07-03simplify notifications a littleKimplul
2024-07-02enable irqs when we sleep or swap threadsKimplul
2024-07-02more complete interrupt handling outlineKimplul
2024-07-01expand notifications into interrupt handlersKimplul
2024-06-01tunit_t is now uint64_tKimplul
2024-06-01document sleepKimplul
2024-06-01add sleep syscallKimplul
2024-06-01slight tweaks to sptree stuffKimplul
2024-05-24rename common to srcKimplul
2024-05-23improve id handlingKimplul
2024-05-10implement faster page allocatorKimplul
2024-05-10update doxygen configKimplul
2024-05-10update formatting configKimplul
2024-01-10silence warningKimplul
2024-01-10some kmx alleviationsKimplul
2023-10-10fix enough_rpc_stackKimplul
2023-10-09experimenting with removing lists threads per procKimplul
2023-10-09move rpc stack handling to arch-specific codeKimplul
2023-10-03fix fork return valuesKimplul
2023-08-04fix warnings in smp.cKimplul
2023-08-04add initial smp bringupKimplul
2023-08-03add sbi_hart_startKimplul
2023-08-03fix cpu_send_ipiKimplul
2023-08-03dispatch doesn't have to worry about ipiKimplul
2023-07-31add copyright stuff to new filesKimplul
2023-07-31start working on irqsKimplul
2023-07-27use nifty variable argument count trickKimplul
2023-07-27add ipc_kickKimplul
2023-07-26allow tail call optimizations to happen easierKimplul
2023-07-26fix possible segfault with non-gig memory sizesKimplul
2023-07-25simplify fdt reg readingKimplul
2023-07-25simplify populate/probe pmapKimplul
2023-07-24split makefile into two partsKimplul
2023-06-14move rpc check to ipc_respoKimplul
2023-06-11add some clarifications to rpc stack stuffKimplul
2023-06-08fix visionfive boot docsKimplul
2023-06-08skip saving registers when possibleKimplul
2023-06-08add fast userspace return to do_ipcKimplul
2023-06-07slightly improve paddingKimplul
2023-06-07add unlikely hint to leave_rpcKimplul
2023-06-07slight improvements to buildingKimplul