aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64/kernel
AgeCommit message (Expand)Author
2024-08-22change sys_ret handling to always include idKimplul
2024-08-22add basic ipc-req testKimplul
2024-07-09start working on testsKimplul
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-06core bringup + various warningsKimplul
2024-07-06remove some unused macrosKimplul
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-05fix some small build issuesKimplul
2024-07-04use notification framework for orphanizing threadsKimplul
2024-07-04generalize orphantsKimplul
2024-07-04add zombie and orphan threadsKimplul
2024-07-02more complete interrupt handling outlineKimplul
2024-07-01expand notifications into interrupt handlersKimplul
2024-06-01document sleepKimplul
2024-06-01add sleep syscallKimplul
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-04fix warnings in smp.cKimplul
2023-08-04add initial smp bringupKimplul
2023-08-03add sbi_hart_startKimplul
2023-08-03fix cpu_send_ipiKimplul
2023-07-31start working on irqsKimplul
2023-07-27use nifty variable argument count trickKimplul
2023-06-08skip saving registers when possibleKimplul
2023-06-08add fast userspace return to do_ipcKimplul
2023-06-07change register save/load to increasing orderKimplul
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-17align handle_irq to four byte boundaries alwaysKimplul
2023-05-12fix LLVM compilationKimplul
2023-05-11arbitrary load address and RAM base detectionKimplul
2023-05-01update license stuffKimplul
2023-04-30rename to kmiKimplul
2022-12-01start looking into memory handlingKimplul