summaryrefslogtreecommitdiff
path: root/kc/core/cpu
AgeCommit message (Expand)Author
2026-05-24arch file to cpuAda Christine
2026-05-24rename and move, function renames in stdioAda Christine
2026-05-23rewrote some ugly thread queueing codeAda Christine
2026-05-20new thread code works fineAda Christine
2023-02-19preparations for user modeAda Christine
2023-02-16cleanupAda Christine
2023-02-14refactorsAda Christine
2023-02-13irq needs to be an immediate :«Ada Christine
2023-01-30headers moved aroundAda Christine
2022-03-23misc fixesAda Christine
2022-03-17pulled out kprintf() and friends into lib/Ada Christine
2022-03-15correct formatting for register values displayAda Christine
2022-02-24context struct for ISRs rather than using param registers; second-stage handl...Ada Christine
2022-02-18use the appropriate semantics for atomicsAda Christine
2022-02-18do nothing if the origin and target threads are the sameAda Christine
2022-02-18bug fixesAda Christine
2022-02-17many changes have happnedAda Christine
2022-02-15irq_lock() and irq_unlock() are unnecessary around mmu_get_map and i shot mys...Ada Christine
2022-02-15beginning to things out into cpu-dependent and cpu-independent codeAda Christine
2022-02-13rudimentary irq and timer supportAda Christine
2022-02-13splitting out descriptor declarationsAda Christine
2022-02-13exception changesAda Christine
2022-02-03bad conditionalAda Christine
2022-02-02cast with uintptr_t, ist index should be checkedAda Christine
2022-01-17preparing for multitaskingAda Christine
2022-01-16hide needlessly exported symbolsAda Christine