aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/arm/vfp.c
Commit message (Expand)AuthorAgeFilesLines
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* Use the correct register when storing the arm VFP state.Andrew Turner2018-08-271-1/+1
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fullify implementation of AT_HWCAP and AT_HWCAP2 for ARMv6,7.Michal Meloun2017-10-211-0/+2
* Detect NEON and set HWCAP_NEON if present.John Baldwin2017-09-221-0/+5
* Add AT_HWCAP flags for VFP settings for FreeBSD/arm.John Baldwin2017-09-141-1/+8
* Cleanup structures related to VFP and/or mcontext_t.Michal Meloun2017-03-241-1/+0
* Revert r290243, it's vaid "illegal instruction" caseOleksandr Tymoshenko2015-11-041-2/+2
* Treat synchronous VFP exception just like aynchronous: as an FP exception,Oleksandr Tymoshenko2015-11-011-2/+2
* A follow-up to r288492. In fact, revert the mentioned commit forKonstantin Belousov2015-10-071-0/+10
* Remove pc_cpu, it was duplicating pc_cpuid so was unneeded.Andrew Turner2015-06-071-1/+1
* Remove trailing whitespace from sys/arm/armAndrew Turner2015-05-241-1/+1
* Rework the vpf support code so that it compiles with clang 3.4, 3.5, and gcc.Ian Lepore2015-01-011-50/+62
* VFP fixes/cleanups for ARM11:Andrew Turner2014-03-291-21/+59
* Always call vfp_discard() on thread death, not just when the VFP isIan Lepore2014-03-091-8/+10
* Rework the VFP code that handles demand-based save and restore of state.Ian Lepore2014-03-091-109/+76
* Make functions only used in this file static, and remove vfp_enable as itAndrew Turner2014-02-061-17/+4
* Change the way pcpu and curthread are stored per-core:Olivier Houchard2014-02-021-4/+13
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-271-0/+1
* Rename device vfp to option VFP and retire the ARM_VFP_SUPPORT option. ThisAndrew Turner2013-08-171-1/+4
* Fix vfp:Andrew Turner2013-07-161-16/+15
* Fix the build with gcc.Andrew Turner2013-07-051-4/+20
* Fix the vfp code to work with the 16 register variants of the VFP unit. WeAndrew Turner2013-06-131-34/+43
* Add the hw.floatingpoint sysctl to ARM to tell us if we have vfp supportAndrew Turner2013-04-051-1/+1
* Fix SMP build.Olivier Houchard2013-02-261-4/+3
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-151-0/+260