OpenBSD cvs log

created 2019-05-08T05:12:10Z
begin 2018-01-26T00:00:00Z
end 2018-01-27T00:00:00Z
path src/sys
commits 4

date 2018-01-26T16:15:26Z
author kettenis
files src/sys/arch/arm64/arm64/vfp.c log diff annotate
src/sys/arch/arm64/include/vfp.h log diff annotate
message Cleanup VFP code.

ok patrick@

date 2018-01-26T16:22:19Z
author kettenis
files src/sys/arch/arm/arm/cpu.c log diff annotate
src/sys/arch/arm/arm/exception.S log diff annotate
src/sys/arch/arm/arm/fault.c log diff annotate
src/sys/arch/arm/arm/irq_dispatch.S log diff annotate
src/sys/arch/arm/arm/syscall.c log diff annotate
src/sys/arch/arm/arm/undefined.c log diff annotate
src/sys/arch/arm/arm/vfp.c log diff annotate
src/sys/arch/arm/arm/vm_machdep.c log diff annotate
message Add kernel support for the VFP FPU/SIMD unit. Based on a diff by drahn@.
This allows us to use floating-pointer and vector instructions in userland
code. The current implementation assumes all 32 VFP registers are present.
This should be the case on all armv7 hardware currently supported by
OpenBSD.

ok patrick@

date 2018-01-26T16:22:20Z
author kettenis
files src/sys/arch/arm/conf/files.arm log diff annotate
src/sys/arch/arm/include/cpu.h log diff annotate
src/sys/arch/arm/include/fp.h log diff annotate
src/sys/arch/arm/include/pcb.h log diff annotate
src/sys/arch/arm/include/vfp.h log diff annotate
message Add kernel support for the VFP FPU/SIMD unit. Based on a diff by drahn@.
This allows us to use floating-pointer and vector instructions in userland
code. The current implementation assumes all 32 VFP registers are present.
This should be the case on all armv7 hardware currently supported by
OpenBSD.

ok patrick@

date 2018-01-26T22:25:23Z
author kettenis
files src/sys/arch/armv7/exynos/ec_commands.h log diff annotate
message Add kernel support for the VFP FPU/SIMD unit. Based on a diff by drahn@.
This allows us to use floating-pointer and vector instructions in userland
code. The current implementation assumes all 32 VFP registers are present.
This should be the case on all armv7 hardware currently supported by
OpenBSD.

ok patrick@