aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64/kernel/entry.S
AgeCommit message (Expand)Author
2023-08-04add initial smp bringupKimplul
2023-07-31start working on irqsKimplul
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-05-17align handle_irq to four byte boundaries alwaysKimplul
2023-05-12fix LLVM compilationKimplul
2023-05-01update license stuffKimplul
2022-11-21make syscall handlers voidKimplul
2022-11-13~700k ipc requestsKimplul
2022-11-09add basic IPI structureKimplul
2022-10-21initial spawn implementationKimplul
2022-09-15change syscalls to take 5 params and return 6Kimplul
2022-09-14add putch syscall for easier userspace debuggingKimplul
2022-09-14add canary to kernel stackKimplul
2022-06-12add license textsKimplul
2022-06-11continue documentationKimplul
2022-05-23modify file genKimplul
2022-05-23new include structure, make parse easier for doxyKimplul
2022-05-21add status info to memory mappingsKimplul
2022-05-09improve uapiKimplul