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
/
conf
/
init
Age
Commit message (
Expand
)
Author
2024-07-07
add req_page back in as I realized it's useful
Kimplul
2024-07-07
make executable entrypoint universal callback
Kimplul
2024-07-07
simplify assertions
Kimplul
2024-07-06
add RAM usage counting
Kimplul
2024-07-06
pretty massive virtual memory rewrite
Kimplul
2024-07-01
expand notifications into interrupt handlers
Kimplul
2023-07-27
use nifty variable argument count trick
Kimplul
2023-07-27
add ipc_kick
Kimplul
2023-06-05
give compiler more room to optimize rpc invocation
Kimplul
2023-06-04
add some docs about visionfive2
Kimplul
2023-01-26
add req_page syscall
Kimplul
2022-12-02
initial shared memory working
Kimplul
2022-12-01
start looking into memory handling
Kimplul
2022-11-13
write init more sensibly
Kimplul
2022-11-12
initial rpc implementations
Kimplul
2022-11-11
less buggy fork
Kimplul
2022-11-10
initial implementation of process copying
Kimplul
2022-09-15
change syscalls to take 5 params and return 6
Kimplul
2022-09-15
add SYS_TICKS
Kimplul
2022-09-14
add putch syscall for easier userspace debugging
Kimplul
2022-04-29
continue building base for irq handling
Kimplul
2022-04-24
start initial irq handling
Kimplul
2022-01-07
Allow building with clang
Kimplul