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
Age
Commit message (
Expand
)
Author
2024-11-01
copy rpc stacks directly
Kimplul
2024-11-01
move stack modifications to be earlier in rpc
Kimplul
2024-11-01
speed up creating threads quite a bit
Kimplul
2024-11-01
test all ipc variants more-or-less properly
Kimplul
2024-11-01
remember to set regs to some valid address
Kimplul
2024-11-01
rpc actually marks and unmarks stack regions
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-30
speed up ipc_resp a bit
Kimplul
2024-08-27
convert addr to page in find_closest_used_region
Kimplul
2024-08-27
add optimizations for memcpy and memset
Kimplul
2024-08-26
add magic assert
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-08-22
add ipc_notify testcase, remove ipc_ghost
Kimplul
2024-08-22
change sys_ret handling to always include id
Kimplul
2024-08-21
add malloc test
Kimplul
2024-08-18
small fixes to issues reported by analyzer
Kimplul
2024-07-18
mark some ipc functions inline
Kimplul
2024-07-18
add ipc_tail()
Kimplul
2024-07-17
make compilation more robust on *BSD
Kimplul
2024-07-14
expose max number of concurrent threads to users
Kimplul
2024-07-14
add some missing docs
Kimplul
2024-07-14
add more checks to getting tcb
Kimplul
2024-07-09
fix make clean
Kimplul
2024-07-09
start working on tests
Kimplul
2024-07-09
allow regions to have reserved areas
Kimplul
2024-07-09
allow mapping null page
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
simplify assertions
Kimplul
2024-07-07
smp now seems to work
Kimplul
2024-07-07
fixed crash with dbg_fdt()
Kimplul
2024-07-06
core bringup + various warnings
Kimplul
2024-07-06
add RAM usage counting
Kimplul
2024-07-06
adjust stack handling
Kimplul
2024-07-06
make dmem a bit more readable
Kimplul
2024-07-06
fix type of region in devmem
Kimplul
2024-07-06
pretty massive virtual memory rewrite
Kimplul
2024-07-05
implement bkl
Kimplul
2024-07-05
formatting and documentation
Kimplul
2024-07-05
allow booting with Qemu's -kernel flag directly
Kimplul
[next]