aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powerpc/fpu.c
Commit message (Expand)AuthorAgeFilesLines
* Added ptrace support for reading/writing powerpc VSX registersJustin Hibbits2018-06-021-45/+71
* powerpc64: Avoid calling isync twiceJustin Hibbits2018-04-081-2/+0
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7Nathan Whitehorn2015-02-221-25/+62
* Split the function of the PCB_FPU flags into two: PCB_FPU now indicates thatNathan Whitehorn2013-11-171-2/+3
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-271-1/+1
* Invalide pcb's fpu cpu # by setting it to INT_MAX, not NULL.Peter Grehan2004-02-111-4/+5
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-4/+2
* Enable the FPU on first use per-thread and save state across contextPeter Grehan2003-03-201-73/+78
* Fix commenting around NetBSD version string.Benno Rice2002-05-171-1/+1
* FPU support.Benno Rice2002-05-131-0/+147