Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make return-to-user and kernel re-entry work. This adds a per-pmap SLB | 2020-06-22 | 1 | -2/+3 | |
| | | | | | | cache. We might want to turn that in a per-proc cache at some point, but this gets us to the point where we can sucessfully have init(1) do its first system call. | ||||
* | Get context switching between kernel threads going. | 2020-06-14 | 1 | -1/+2 | |
| | | | | | | Since the stacks for kernel threads are not mapped 1:1 this involves translating virtual addresses into physical addresses when making OPAL calls. | ||||
* | Planting the first seed for OpenBSD/powerpc64. | 2020-05-16 | 1 | -0/+44 | |