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.c
Age
Commit message (
Expand
)
Author
2024-07-09
allow regions to have reserved areas
Kimplul
2024-07-09
allow mapping null page
Kimplul
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
smp now seems to work
Kimplul
2024-07-06
add RAM usage counting
Kimplul
2024-07-06
pretty massive virtual memory rewrite
Kimplul
2024-07-02
more complete interrupt handling outline
Kimplul
2024-07-01
expand notifications into interrupt handlers
Kimplul
2024-05-23
improve id handling
Kimplul
2024-05-10
update formatting config
Kimplul
2023-07-27
use nifty variable argument count trick
Kimplul
2023-06-05
give compiler more room to optimize rpc invocation
Kimplul
2023-06-04
add some docs about visionfive2
Kimplul
2023-05-01
update license stuff
Kimplul
2023-04-30
rename to kmi
Kimplul
2022-12-02
initial shared memory working
Kimplul
2022-12-01
start looking into memory handling
Kimplul
2022-11-13
improve documentation on new features
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