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
/
common
/
uapi
/
ipc.c
Age
Commit message (
Expand
)
Author
2024-05-24
rename common to src
Kimplul
2024-05-23
improve id handling
Kimplul
2024-01-10
some kmx alleviations
Kimplul
2023-10-10
fix enough_rpc_stack
Kimplul
2023-10-09
experimenting with removing lists threads per proc
Kimplul
2023-10-09
move rpc stack handling to arch-specific code
Kimplul
2023-07-27
use nifty variable argument count trick
Kimplul
2023-07-27
add ipc_kick
Kimplul
2023-06-14
move rpc check to ipc_respo
Kimplul
2023-06-11
add some clarifications to rpc stack stuff
Kimplul
2023-06-08
add fast userspace return to do_ipc
Kimplul
2023-06-07
add unlikely hint to leave_rpc
Kimplul
2023-06-05
add check against calling ipc_resp erroneously
Kimplul
2023-06-05
give compiler more room to optimize rpc invocation
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
make syscall handlers void
Kimplul
2022-11-21
fix formatting
Kimplul
2022-11-21
possible optimisations
Kimplul
2022-11-13
outline rpc stack handling
Kimplul
2022-11-13
improve documentation on new features
Kimplul
2022-11-13
~1.3M ipc requests
Kimplul
2022-11-13
write init more sensibly
Kimplul
2022-11-12
initial rpc implementations
Kimplul
2022-11-09
add basic IPI structure
Kimplul
2022-10-29
rewrite pmem
Kimplul
2022-10-22
start outlining ipc
Kimplul
2022-10-21
beautification
Kimplul
2022-09-23
add notify_state to tcb
Kimplul
2022-09-23
remove user data from sys_ipc_notify
Kimplul
2022-09-20
add notify syscall skeleton
Kimplul
2022-09-15
change syscalls to take 5 params and return 6
Kimplul
2022-06-12
doxygen shows no warnings
Kimplul
2022-06-12
add license texts
Kimplul
2022-06-09
use doxygen todo
Kimplul
2022-06-09
continue documentation
Kimplul
2022-05-28
continue documenting source
Kimplul
2022-05-28
add sys_fwd and remove sys_req_*
Kimplul
2022-05-22
add @file info to all files
Kimplul
2022-05-22
improved tcb handling in preparation for processes
Kimplul
2022-05-21
add status info to memory mappings
Kimplul
2022-05-21
implement timers better
Kimplul
2022-05-09
improve uapi
Kimplul
2022-04-21
start working on timer subsys
Kimplul
2022-04-10
add clang format and run it
Kimplul
2021-12-27
Started work on syscalls
Kimplul