<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kmi/arch/riscv64/asm, branch master</title>
<subtitle>ACTIVE - Kernel with migrating threads as IPC</subtitle>
<id>https://metanimi.dy.fi/cgit/kmi/atom?h=master</id>
<link rel='self' href='https://metanimi.dy.fi/cgit/kmi/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/'/>
<updated>2024-07-09T19:25:07Z</updated>
<entry>
<title>fix make clean</title>
<updated>2024-07-09T19:25:07Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2024-07-09T19:25:07Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=0c6ba17b2f08d05195cdbaeba4607fdd8d000775'/>
<id>urn:sha1:0c6ba17b2f08d05195cdbaeba4607fdd8d000775</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move rpc stack handling to arch-specific code</title>
<updated>2023-10-09T13:15:06Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-10-09T11:57:18Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=9c9d589ea310f1290e4d6d2019fc8b51d9a86e42'/>
<id>urn:sha1:9c9d589ea310f1290e4d6d2019fc8b51d9a86e42</id>
<content type='text'>
+ Fairly considerable speedup, as we don't have to look up the rpc pte
  every time separately, instead cacheing them. Adds an architecture
  specific limitation to total rpc stack size, though.
</content>
</entry>
<entry>
<title>skip saving registers when possible</title>
<updated>2023-06-08T15:58:33Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-06-08T15:58:33Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=d1ac54e4d076741762136e96c1cdf58a0b9b8afc'/>
<id>urn:sha1:d1ac54e4d076741762136e96c1cdf58a0b9b8afc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>slight improvements to building</title>
<updated>2023-06-07T18:30:44Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-06-07T18:30:44Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=4b3799eaf4b7ef32eaf40910a7abf2719ce0fa6c'/>
<id>urn:sha1:4b3799eaf4b7ef32eaf40910a7abf2719ce0fa6c</id>
<content type='text'>
+ User can now specify debug, release and assert handling
</content>
</entry>
<entry>
<title>update license stuff</title>
<updated>2023-05-01T19:02:49Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-05-01T19:02:49Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=05d4244f68e35c1bef6488292bf9730df3636fd9'/>
<id>urn:sha1:05d4244f68e35c1bef6488292bf9730df3636fd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename to kmi</title>
<updated>2023-04-30T14:06:02Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2023-04-30T14:06:02Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=ea5ebe0809fb31b9f125ac0689f706cc5f3f078f'/>
<id>urn:sha1:ea5ebe0809fb31b9f125ac0689f706cc5f3f078f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve documentation on new features</title>
<updated>2022-11-13T13:15:22Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-11-13T13:15:22Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=e6dc962ef7758c438039d7f8ac7e2bf3ebcb5c10'/>
<id>urn:sha1:e6dc962ef7758c438039d7f8ac7e2bf3ebcb5c10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>~700k ipc requests</title>
<updated>2022-11-13T04:11:43Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-11-13T04:11:43Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=6d3586aa42409fc720e30856cb5df5284329463a'/>
<id>urn:sha1:6d3586aa42409fc720e30856cb5df5284329463a</id>
<content type='text'>
+ Eliminated need for save/load_regs, now the register save area is
  behind a pointer which _slightly_ increases overall syscall delay, but
  speeds up ipc requests by a fair bit.
</content>
</entry>
<entry>
<title>change syscalls to take 5 params and return 6</title>
<updated>2022-09-15T16:46:07Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-09-15T16:21:14Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=a717296a2036cede5fccfff544513043a984d614'/>
<id>urn:sha1:a717296a2036cede5fccfff544513043a984d614</id>
<content type='text'>
+ In total, a syscall is built up of 6 values, with the first being the
  syscall number. Symmetrically, the first value is now a status and the
  following five values return "values". This allows us to cram in more
  info into the ipc_* functions. The performance difference is
  absolutely minimal, at least from my testing in qemu.
</content>
</entry>
<entry>
<title>fix documentation warnings</title>
<updated>2022-09-02T10:19:36Z</updated>
<author>
<name>Kimplul</name>
<email>kimi.h.kuparinen@gmail.com</email>
</author>
<published>2022-09-02T10:19:06Z</published>
<link rel='alternate' type='text/html' href='https://metanimi.dy.fi/cgit/kmi/commit/?id=9398194058eeb365bfc985b31b4049ccfd44ac45'/>
<id>urn:sha1:9398194058eeb365bfc985b31b4049ccfd44ac45</id>
<content type='text'>
</content>
</entry>
</feed>
