index
:
sophia.git
kjarna
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kc
/
core
/
cpu
Age
Commit message (
Expand
)
Author
2026-05-23
rewrote some ugly thread queueing code
Ada Christine
2026-05-20
new thread code works fine
Ada Christine
2023-02-19
preparations for user mode
Ada Christine
2023-02-16
cleanup
Ada Christine
2023-02-14
refactors
Ada Christine
2023-02-13
irq needs to be an immediate :«
Ada Christine
2023-01-30
headers moved around
Ada Christine
2022-03-23
misc fixes
Ada Christine
2022-03-17
pulled out kprintf() and friends into lib/
Ada Christine
2022-03-15
correct formatting for register values display
Ada Christine
2022-02-24
context struct for ISRs rather than using param registers; second-stage handl...
Ada Christine
2022-02-18
use the appropriate semantics for atomics
Ada Christine
2022-02-18
do nothing if the origin and target threads are the same
Ada Christine
2022-02-18
bug fixes
Ada Christine
2022-02-17
many changes have happned
Ada Christine
2022-02-15
irq_lock() and irq_unlock() are unnecessary around mmu_get_map and i shot mys...
Ada Christine
2022-02-15
beginning to things out into cpu-dependent and cpu-independent code
Ada Christine
2022-02-13
rudimentary irq and timer support
Ada Christine
2022-02-13
splitting out descriptor declarations
Ada Christine
2022-02-13
exception changes
Ada Christine
2022-02-03
bad conditional
Ada Christine
2022-02-02
cast with uintptr_t, ist index should be checked
Ada Christine
2022-01-17
preparing for multitasking
Ada Christine
2022-01-16
hide needlessly exported symbols
Ada Christine