Age | Commit message (Expand) | Author |
---|---|---|
2020-12-21 | kernel: update procsave() comment, we'r not holding up->rlock anymore | cinap_lenrek |
2020-12-06 | pc64: assign fpsave/fprestore only once in fpuinit() | cinap_lenrek |
2020-12-06 | pc64: AMD64 mandates SSE support, remove the check in fpuinit() | cinap_lenrek |
2020-12-06 | pc, pc64: move all fpu specific code from main.c to fpu.c | cinap_lenrek |
2020-12-06 | amd64: FP: back to static size for allocation and copying | Sigrid |
2020-12-06 | amd64: FP: always use enough to fit AVX state and align to 64 bytes | Sigrid |
2020-12-06 | amd64, vmx: support avx/avx2 for host/guest; use *noavx= in plan9.ini to disable | Sigrid |