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
/
src
/
tcb.c
Age
Commit message (
Expand
)
Author
2024-11-01
speed up creating threads quite a bit
Kimplul
2024-11-01
remember to set regs to some valid address
Kimplul
2024-10-30
bookkeeping
Kimplul
2024-10-30
tests pass
Kimplul
2024-10-30
most of the way to passing tests
Kimplul
2024-10-29
start moving towards threads always being in rpc
Kimplul
2024-08-30
improvements to shared memory handling
Kimplul
2024-08-30
fix a couple memory issues
Kimplul
2024-08-26
fix memory leaks destroying threads
Kimplul
2024-08-26
make sys_create() better + test
Kimplul
2024-08-26
improve killing processes/threads, test
Kimplul
2024-07-14
expose max number of concurrent threads to users
Kimplul
2024-07-14
add more checks to getting tcb
Kimplul
2024-07-09
allow mapping null page
Kimplul
2024-07-08
fix LLVM
Kimplul
2024-07-07
simplify assertions
Kimplul
2024-07-07
smp now seems to work
Kimplul
2024-07-06
core bringup + various warnings
Kimplul
2024-07-06
adjust stack handling
Kimplul
2024-07-06
pretty massive virtual memory rewrite
Kimplul
2024-07-05
allow booting with Qemu's -kernel flag directly
Kimplul
2024-07-04
generalize orphants
Kimplul
2024-07-04
add note about orphaning running threads
Kimplul
2024-07-04
add zombie and orphan threads
Kimplul
2024-05-24
rename common to src
Kimplul