| Age | Commit message (Expand) | Author |
| 2022-08-20 | fpu_kern_enter/leave: Disable IPL assertions. | riastradh |
| 2022-04-01 | x86, arm: Allow fpu_kern_enter/leave while cold. | riastradh |
| 2021-10-31 | Rework Arm (32bit and 64bit) AP startup so that cpu_hatch doesn't sleep. | skrll |
| 2021-10-17 | Trailing whitespace | skrll |
| 2021-06-01 | PR port-arm/55790 | rin |
| 2021-06-01 | PR port-arm/55790 | rin |
| 2020-10-30 | Retire arm_[di]sb in favour of the isb() and dsb(sy) macro invocations. | skrll |
| 2020-08-01 | Add kthread_fpu_enter/exit support to arm. | riastradh |
| 2020-07-27 | Enable ChaCha NEON code on armv7 too. | riastradh |
| 2020-07-25 | Split aes_impl declarations out into aes_impl.h. | riastradh |
| 2020-07-13 | Use pcu_save_all_on_cpu, not pcu_save. | riastradh |
| 2020-07-13 | Limit arm32 fpu_kern_enter/leave to IPL_VM or below. | riastradh |
| 2020-06-29 | New permutation-based AES implementation using ARM NEON. | riastradh |
| 2020-06-29 | Implement fpu_kern_enter/leave for arm32. | riastradh |
| 2019-10-29 | Explicitly annotate FPU requirements for LLVM MC. | joerg |
| 2019-09-07 | Cortex A12 is marketed as A17 but has a distinct part number | tnn |
| 2019-04-06 | Install the undefined instruction handlers only once, i.e. when attaching | skrll |
| 2019-03-17 | Trailing whitespace | skrll |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-08-15 | Sprinkle #include "opt_cputypes.h" | skrll |
| 2018-08-15 | Add __KERNEL_RCSID | skrll |
| 2018-04-08 | Remove the call to vfp_fpscr_handler() from vfp_handler(). It actually never | bouyer |
| 2018-03-02 | Add more vfp directives for gcc-6 | christos |
| 2017-10-16 | We KASSERT((fregs->vfp_fpexc & VFP_FPEXC_EN) == 0) just before, so | bouyer |
| 2017-10-16 | In the REENABLE case, make sur the fpexc copy in the pcb also has | bouyer |
| 2017-05-26 | Recognize Cortex-A57 FPU, GIC, and Generic Timer. | jmcneill |
| 2017-03-22 | in vfp_state_load(), fix backwards logic for fpinst vs. fpinst2. | chs |
| 2017-03-16 | allow pcu_save() and pcu_discard() to be called on other threads, | chs |
| 2016-03-03 | Get the RPI3 working (in aarch32 mode) by recognising Cortex A53 CPUs. | skrll |
| 2015-11-12 | change some register dumps from aprint_verbose to aprint_debug | jmcneill |
| 2015-04-28 | isb after writing cpacr, from Andrew Turner | jmcneill |
| 2015-03-23 | Fix some inverted return values. Don't return SIGILL if there is an active | matt |
| 2015-03-20 | Remove extra ) | matt |
| 2015-03-20 | Not only check to see if we own the VFP but that the VFP is enabled. | matt |
| 2015-03-17 | Don't try to catch undefined VFP instructions if we own the the FPU. | matt |
| 2015-03-17 | If we own the FPU, don't take anymore undefined faults. Instead generate | matt |
| 2015-02-09 | Add VFP IDs for QEMU's emulated Cortex-A15. | slp |
| 2014-07-18 | fix typo reported in PR/48948 | matt |
| 2014-06-15 | Cleanup a bit of the init logic. | matt |
| 2014-05-16 | pcu(9): | rmind |
| 2014-04-06 | propogation -> propagation | matt |
| 2014-03-28 | Various MP changes. | matt |
| 2014-03-18 | Enable VFP on MV88SV58XX | matt |
| 2014-03-04 | Add a different version vfp_fpscr_changable if FPU_VFP was not defined. | matt |
| 2014-03-03 | Query the media and vfp feature registers to determine what our default | matt |
| 2014-01-25 | Improve PCU/VFP handling to the point that the atf tests don't trigger | skrll |
| 2014-01-24 | Be consistent about setting fpscr for Runfast. No functional change. | skrll |
| 2014-01-23 | Fix typo in #define name | skrll |
| 2014-01-21 | Typo in comment | skrll |
| 2013-12-27 | Switch to using FP instructions instead of cp10/11 instructions. | matt |