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
/
proc.c
Age
Commit message (
Expand
)
Author
2024-07-09
start working on tests
Kimplul
2024-07-08
fix LLVM
Kimplul
2024-07-08
add orphan checking to timer and irq handling
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
misc fixes
Kimplul
2024-07-07
smp now seems to work
Kimplul
2024-07-06
adjust stack handling
Kimplul
2024-07-06
pretty massive virtual memory rewrite
Kimplul
2024-07-05
implement bkl
Kimplul
2024-07-05
allow booting with Qemu's -kernel flag directly
Kimplul
2024-01-10
some kmx alleviations
Kimplul
2023-07-27
use nifty variable argument count trick
Kimplul
2023-05-01
update license stuff
Kimplul
2023-04-30
rename to kmi
Kimplul
2022-12-01
start looking into memory handling
Kimplul
2022-11-21
fix llvm
Kimplul
2022-11-13
improve documentation on new features
Kimplul
2022-11-13
~700k ipc requests
Kimplul
2022-11-12
release mode, ~600k requests
Kimplul
2022-11-12
initial rpc implementations
Kimplul
2022-11-11
less buggy fork
Kimplul
2022-11-09
add basic IPI structure
Kimplul
2022-10-22
initial high level fork imp
Kimplul
2022-10-21
beautification
Kimplul
2022-10-21
initial implementation of swap
Kimplul
2022-10-21
initial spawn implementation
Kimplul
2022-06-12
add license texts
Kimplul
2022-06-11
continue documentation
Kimplul
2022-06-11
continue documentation
Kimplul
2022-06-09
use doxygen todo
Kimplul
2022-06-09
continue documentation
Kimplul
2022-05-28
implement set_ipc on riscv
Kimplul
2022-05-28
start implementing new proc/rpc handling
Kimplul
2022-05-24
make process loading more generic
Kimplul
2022-05-23
new include structure, make parse easier for doxy
Kimplul
2022-05-23
switch from clang-format to uncrustify
Kimplul
2022-05-22
add @file info to all files
Kimplul
2022-04-29
continue building base for irq handling
Kimplul
2022-04-24
start initial irq handling
Kimplul
2022-04-10
add clang format and run it
Kimplul
2022-01-07
Steps towards better status/debugging control
Kimplul
2022-01-07
Allow building with clang
Kimplul