index
:
kmi
master
ACTIVE - Kernel with migrating threads as IPC
kimi.h.kuparinen+kmi@gmail.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv64
/
kernel
/
entry.S
Age
Commit message (
Expand
)
Author
2023-10-09
move rpc stack handling to arch-specific code
Kimplul
2023-08-04
add initial smp bringup
Kimplul
2023-07-31
start working on irqs
Kimplul
2023-06-08
skip saving registers when possible
Kimplul
2023-06-08
add fast userspace return to do_ipc
Kimplul
2023-06-07
change register save/load to increasing order
Kimplul
2023-05-17
align handle_irq to four byte boundaries always
Kimplul
2023-05-12
fix LLVM compilation
Kimplul
2023-05-01
update license stuff
Kimplul
2022-11-21
make syscall handlers void
Kimplul
2022-11-13
~700k ipc requests
Kimplul
2022-11-09
add basic IPI structure
Kimplul
2022-10-21
initial spawn implementation
Kimplul
2022-09-15
change syscalls to take 5 params and return 6
Kimplul
2022-09-14
add putch syscall for easier userspace debugging
Kimplul
2022-09-14
add canary to kernel stack
Kimplul
2022-06-12
add license texts
Kimplul
2022-06-11
continue documentation
Kimplul
2022-05-23
modify file gen
Kimplul
2022-05-23
new include structure, make parse easier for doxy
Kimplul
2022-05-21
add status info to memory mappings
Kimplul
2022-05-09
improve uapi
Kimplul